common.css 783 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. .spinner {
  2. display: none;
  3. margin-right: 5px;
  4. }
  5. .form-control-feedback i {
  6. line-height: unset !important;
  7. }
  8. .user-signup-verify .agree_check dt:first-of-type {
  9. border-top: 1px solid #000;
  10. }
  11. .user-signup-verify .agree_check dt {
  12. padding: 15px 15px;
  13. border-bottom: 1px solid #ddd;
  14. background: #f9f9f9;
  15. color: #212121;
  16. font-weight: 500;
  17. }
  18. .user-signup-verify-form {
  19. width: 500px !important;
  20. }
  21. .user-signup-verify-form .card-body {
  22. padding: 30px 40px !important;
  23. }
  24. .certi-btn {
  25. height: 100% !important;
  26. line-height: 1 !important;
  27. width: 140px !important;
  28. border-top-left-radius: 0 !important;
  29. border-bottom-left-radius: 0 !important;
  30. font-size: 12px !important;
  31. }
  32. .login_logo {margin-top:5px; margin-bottom:28px;}