Papermind

css

Feb 7th, 2018
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.90 KB | None | 0 0
  1. body {
  2. padding-top: 40px;
  3. padding-bottom: 40px;
  4. }
  5.  
  6. .form-signin {
  7. margin: 0, auto;
  8. padding-top: 180px;
  9. max-width: 330px;
  10. float: right;
  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. box-sizing: border-box;
  24. padding: 10px;
  25. font-size: 16px;
  26. }
  27. .form-signin .form-control:focus {
  28. z-index: 2;
  29. }
  30. .form-signin input[type="text"] {
  31. margin-bottom: -1px;
  32. border-bottom-right-radius: 0;
  33. border-bottom-left-radius: 0;
  34. }
  35. .form-signin input[type="email"] {
  36. margin-bottom: -1px;
  37. border-bottom-right-radius: 0;
  38. border-bottom-left-radius: 0;
  39. }
  40. .form-signin input[type="password"] {
  41. margin-bottom: 10px;
  42. border-top-left-radius: 0;
  43. border-top-right-radius: 0;
  44. }
Advertisement
Add Comment
Please, Sign In to add comment