Advertisement
Guest User

Login CSS

a guest
May 14th, 2015
247
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.53 KB | None | 0 0
  1. body {
  2.     color: #FFFFFF;
  3.     background-color: #000000;
  4.     padding-top: 45px;
  5. }
  6.  
  7. div.spacer {
  8.     padding-bottom: 1em;
  9. }
  10.  
  11. .login-image {
  12.     background: #000000 url("bg.jpg") no-repeat;
  13.     height: 425px;
  14.     display: block;
  15.     padding-left: 0;
  16.     margin-left: 0;
  17. }
  18.  
  19. .title h1 {
  20.     font-family: 'Montserrat', sans-serif;
  21.     color: #FE2E2E;
  22.     font-size: 3em;
  23. }
  24.  
  25. .title h3 {
  26.     margin-top: -0.5em;
  27.     color: #BDBDBD;
  28. }
  29.  
  30. @media (min-width: 992px) {
  31.     .title h1 {
  32.         padding-top: 2em;
  33.     }
  34. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement