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.

36 lines
780 B

7 years ago
  1. .form-signin {
  2. max-width: 330px;
  3. padding: 15px;
  4. margin: 0 auto;
  5. }
  6. .form-signin .form-signin-heading,
  7. .form-signin .checkbox {
  8. margin-bottom: 10px;
  9. }
  10. .form-signin .checkbox {
  11. font-weight: normal;
  12. }
  13. .form-signin .form-control {
  14. position: relative;
  15. font-size: 16px;
  16. height: auto;
  17. padding: 10px;
  18. -webkit-box-sizing: border-box;
  19. -moz-box-sizing: border-box;
  20. box-sizing: border-box;
  21. }
  22. .form-signin .form-control:focus {
  23. z-index: 2;
  24. }
  25. .form-signin input[type="text"] {
  26. margin-bottom: -1px;
  27. border-bottom-left-radius: 0;
  28. border-bottom-right-radius: 0;
  29. }
  30. .form-signin input[type="password"] {
  31. margin-bottom: 10px;
  32. border-top-left-radius: 0;
  33. border-top-right-radius: 0;
  34. }
  35. .logout {
  36. text-align: center;
  37. }