sign-in.css 635 B

12345678910111213141516171819202122232425262728293031323334353637
  1. body {
  2. padding-top: 15px;
  3. font-size: 12px
  4. }
  5. .main {
  6. max-width: 320px;
  7. margin: 0 auto;
  8. }
  9. .login-or {
  10. position: relative;
  11. font-size: 18px;
  12. color: #aaa;
  13. margin-top: 10px;
  14. margin-bottom: 10px;
  15. padding-top: 10px;
  16. padding-bottom: 10px;
  17. }
  18. .span-or {
  19. display: block;
  20. position: absolute;
  21. left: 50%;
  22. top: -2px;
  23. margin-left: -25px;
  24. background-color: #fff;
  25. width: 50px;
  26. text-align: center;
  27. }
  28. .hr-or {
  29. background-color: #cdcdcd;
  30. height: 1px;
  31. margin-top: 0px !important;
  32. margin-bottom: 0px !important;
  33. }
  34. h3 {
  35. text-align: center;
  36. line-height: 300%;
  37. }