Advertisement
Guest User

Untitled

a guest
Oct 10th, 2015
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 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: normal;
  18. }
  19. .form-signin .form-control {
  20. position: relative;
  21. height: auto;
  22. -webkit-box-sizing: border-box;
  23. -moz-box-sizing: border-box;
  24. box-sizing: border-box;
  25. padding: 10px;
  26. font-size: 16px;
  27. }
  28. .form-signin .form-control:focus {
  29. z-index: 2;
  30. }
  31. .form-signin input[type="email"] {
  32. margin-bottom: -1px;
  33. border-bottom-right-radius: 0;
  34. border-bottom-left-radius: 0;
  35. }
  36. .form-signin input[type="password"] {
  37. margin-bottom: 10px;
  38. border-top-left-radius: 0;
  39. border-top-right-radius: 0;
  40. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement