_login_register.css.scss 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. section.login-register {
  2. margin-top: 20px;
  3. .create_user {
  4. margin-top: 20px;
  5. }
  6. label {
  7. display: none;
  8. }
  9. .button {
  10. font-size: 16px !important;
  11. }
  12. .panel {
  13. border: 0;
  14. border-bottom: 1px solid #EFEFEF;
  15. &.subscription-plan {
  16. border-bottom: none;
  17. }
  18. }
  19. .section-container {
  20. background: white;
  21. padding: 0px;
  22. margin: 0px;
  23. border: 18px solid #DADFE0;
  24. .tabs {
  25. dd {
  26. top: -1px;
  27. width: 50%;
  28. .title {
  29. border: 0;
  30. font-family: "Dosis";
  31. text-transform: uppercase;
  32. font-size: 1.5em;
  33. text-align: center;
  34. padding: 10px;
  35. }
  36. }
  37. }
  38. .content {
  39. background: white;
  40. border: 0;
  41. padding: 15px;
  42. padding-top: 30px;
  43. margin: 0px;
  44. .button {
  45. padding: 0.6em;
  46. }
  47. }
  48. }
  49. input[type=submit] {
  50. margin-bottom: 0;
  51. font-size: 1.2em;
  52. }
  53. h4 {
  54. font-size: 1em;
  55. text-align: center;
  56. text-transform: uppercase;
  57. font-weight: 600;
  58. margin-top: 20px;
  59. }
  60. #facebook_sign_in {
  61. background: #3B5998;
  62. padding: 12px;
  63. font-size: 1.2em;
  64. }
  65. }