You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
663 B
Plaintext
23 lines
663 B
Plaintext
.login-bg{
|
|
|
|
background-size: 100% 100%;
|
|
}
|
|
|
|
/*login box*/
|
|
.login-box{z-index:100;margin:0 auto;padding-top:10%;max-width:360px}
|
|
|
|
.login-box h1{ background: url(../../../../DataUser/ICON/logo.png) no-repeat left; height: 88px; text-indent: -9999px;}
|
|
|
|
.login-form{ background: #fff; padding: 40px 30px; border:1px solid #ddd; border-radius: 5px;}
|
|
|
|
.login-nav{ color: #999; font-size: 12px;}
|
|
|
|
|
|
|
|
/*login box*/
|
|
.login-box_admin{z-index:100;margin:0 auto;padding-top:10%;max-width:360px}
|
|
|
|
.login-box_admin h1{ background: url(../../../../DataUser/ICON/IconSmall.png) no-repeat left; width:500px; height: 120px;text-indent: -9999px;}
|
|
|
|
|