signin.css 598 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. html,
  2. body {
  3. height: 100%;
  4. }
  5. body {
  6. display: flex;
  7. align-items: center;
  8. padding-top: 40px;
  9. padding-bottom: 40px;
  10. background-color: #f5f5f5;
  11. }
  12. .form-signin {
  13. width: 100%;
  14. max-width: 330px;
  15. padding: 15px;
  16. margin: auto;
  17. }
  18. .form-signin .checkbox {
  19. font-weight: 400;
  20. }
  21. .form-signin .form-floating:focus-within {
  22. z-index: 2;
  23. }
  24. .form-signin input[type="email"] {
  25. margin-bottom: -1px;
  26. border-bottom-right-radius: 0;
  27. border-bottom-left-radius: 0;
  28. }
  29. .form-signin input[type="password"] {
  30. margin-bottom: 10px;
  31. border-top-left-radius: 0;
  32. border-top-right-radius: 0;
  33. }