Advertisement
Guest User

login.css

a guest
Nov 23rd, 2017
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1. body {
  2. padding-top: 40px;
  3. padding-bottom: 40px;
  4. background-color: #eee;
  5. }
  6.  
  7. .form-signin {
  8. max-width: 330px;
  9. padding: 15px;
  10. margin: 0 auto;
  11. }
  12. .form-signin .form-signin-heading,
  13. .form-signin .checkbox {
  14. margin-bottom: 10px;
  15. }
  16. .form-signin .checkbox {
  17. font-weight: 400;
  18. }
  19. .form-signin .form-control {
  20. position: relative;
  21. box-sizing: border-box;
  22. height: auto;
  23. padding: 10px;
  24. font-size: 16px;
  25. }
  26. .form-signin .form-control:focus {
  27. z-index: 2;
  28. }
  29. .form-signin input[type="email"] {
  30. margin-bottom: -1px;
  31. border-bottom-right-radius: 0;
  32. border-bottom-left-radius: 0;
  33. }
  34. .form-signin input[type="password"] {
  35. margin-bottom: 10px;
  36. border-top-left-radius: 0;
  37. border-top-right-radius: 0;
  38. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement