Papermind

signin

Feb 6th, 2018
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.78 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.           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="email"] {
  31.   margin-bottom: -1px;
  32.   border-bottom-right-radius: 0;
  33.   border-bottom-left-radius: 0;
  34. }
  35. .form-signin input[type="password"] {
  36.   margin-bottom: 10px;
  37.   border-top-left-radius: 0;
  38.   border-top-right-radius: 0;
  39. }
Add Comment
Please, Sign In to add comment