IE8.css 288 B

1234567891011121314
  1. .login-bg {
  2. background: #eeeeee 0 0 no-repeat;
  3. /*background: url(../images/bg.png) no-repeat center;*/
  4. background-size: cover;
  5. overflow: hidden;
  6. }
  7. .login{
  8. max-width: 350px;
  9. min-height: 380px;
  10. padding-bottom: 0;
  11. }
  12. .footer_p{
  13. margin-top: 15px;
  14. }