You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

44 lines
770 B

4 years ago
  1. html,
  2. body {
  3. height: 100%;
  4. }
  5. body {
  6. display: -ms-flexbox;
  7. display: flex;
  8. -ms-flex-align: center;
  9. align-items: center;
  10. padding-top: 40px;
  11. padding-bottom: 40px;
  12. background-color: #f5f5f5;
  13. }
  14. .form-signin {
  15. width: 100%;
  16. max-width: 330px;
  17. padding: 15px;
  18. margin: auto;
  19. }
  20. .form-signin .checkbox {
  21. font-weight: 400;
  22. }
  23. .form-signin .form-control {
  24. position: relative;
  25. box-sizing: border-box;
  26. height: auto;
  27. padding: 10px;
  28. font-size: 16px;
  29. }
  30. .form-signin .form-control:focus {
  31. z-index: 2;
  32. }
  33. .form-signin input[type="username"] {
  34. margin-bottom: -1px;
  35. border-bottom-right-radius: 0;
  36. border-bottom-left-radius: 0;
  37. }
  38. .form-signin input[type="password"] {
  39. margin-bottom: 10px;
  40. border-top-left-radius: 0;
  41. border-top-right-radius: 0;
  42. }