Advertisement
xlujiax

login

Dec 3rd, 2019
310
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.89 KB | None | 0 0
  1. //login.php
  2. .form-signin {
  3.   max-width: 330px;
  4.   padding: 15px;
  5.   margin: 0 auto;
  6. }
  7. .form-signin .form-signin-heading,
  8. .form-signin .checkbox {
  9.   margin-bottom: 10px;
  10.   text-align: center;
  11. }
  12. .form-signin .checkbox {
  13.   font-weight: normal;
  14. }
  15. .form-signin .form-control {
  16.   position: relative;
  17.   height: auto;
  18.   -webkit-box-sizing: border-box;
  19.      -moz-box-sizing: border-box;
  20.           box-sizing: border-box;
  21.   padding: 10px;
  22.   font-size: 16px;
  23. }
  24. .form-signin .form-control:focus {
  25.   z-index: 2;
  26. }
  27. .form-signin input[type="text"] {
  28.   margin-bottom: -1px;
  29.   border-bottom-right-radius: 0;
  30.   border-bottom-left-radius: 0;
  31. }
  32. .form-signin input[type="password"] {
  33.   margin-bottom: 10px;
  34.   border-top-left-radius: 0;
  35.   border-top-right-radius: 0;
  36. }
  37. .card2 {
  38. height: 370px;
  39. margin-top: auto;
  40. margin-bottom: auto;
  41. width: 400px;
  42. background-color: rgba(0,0,0,0.5) !important;
  43. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement