/* css document */
html{
height:100%;
}
a{text-decoration: none;}
input,p{margin: 0;padding: 0;border: none;outline: none;}
div{border: none;}
body{
width: 100%;
height: 100%;
background:url(/uploads/image/simages/login_bg.jpg) no-repeat;
background-size: cover;
}
input:-webkit-autofill {
-webkit-box-shadow: 0 0 0px 1000px white inset;
}
.login_list{float: right; width: 360px;height:336px;background-color: #fff;border-radius:5px;margin-right:20px;}
/*-- login-new --*/
.login-wrap{
position: fixed;
width: 100%;
height: 100%;
z-index: 9;
}
.login-logo{
padding: 0 22px;
margin-bottom: 30px;
}
.login-logo img{
width:100%;
}
.login-centre-content {
position: absolute;
top: 50%;
left: 50%;
width: 1000px;
height: 570px;
margin-top: -285px;
margin-left: -500px;
}
.login-banner {
position: relative;
float: left;
width: 500px;
height: 500px;
margin-top: 45px;
overflow: hidden;
animation-delay: 1s;
-webkit-animation-delay: .6s;
-ms--animation-delay: .6s;
-moz-animation-delay: .6s;
}
.login-banner img{
width:100%;
}
.login-form-wrap {
float: right;
width: 400px;
margin-top: 80px;
}
.login-btn{
display: block;
cursor: pointer;
width: 250px;
height: 40px;
line-height: 40px;
margin: 50px auto 0;
padding: 0;
letter-spacing: 5px;
border: none;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
font-size: 16px;
text-align: center;
background-color: dodgerblue;
color: white;
}
a.login-btn:hover{
color:#fff;
background-color: #4aa6ff;
}
.login-item{
width: 100%;
box-sizing: border-box;
padding: 0 40px;
margin-top: 30px;
}
.login-item-icon{
width: 20px;
height: 20px;
float: left;
margin-top: 5px;
}
.login-item-icon>img {
width: 100%;
}
.login-item-input {
float: left;
width: 230px;
margin-left: 15px;
height: 30px;
position: relative;
}
.login-item-input input {
z-index: 2;
transition: all 0.5s;
padding-left: 10px;
color: #333333;
width: 100%;
height: 30px;
border: 0;
border-bottom: 1px solid #cccccc;
border-top: 1px solid #ffffff;
border-left: 1px solid #ffffff;
border-right: 1px solid #ffffff;
box-sizing: border-box;
outline: none;
position: relative;
}
.login-item-input input:focus{ border: 1px solid dodgerblue;}
.login-item-input-text {
background: white;
padding: 0 5px;
position: absolute;
z-index: 0;
opacity: 0;
height: 20px;
top: 50%;
margin-top: -10px;
font-size: 14px;
left: 5px;
color: dodgerblue;
line-height: 20px;
transition: all 0.5s;
-moz-transition: all 0.5s;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
}
.login-item-input input:focus~.login-item-input-text{
top: 0;
z-index: 3;
opacity: 1;
margin-top: -15px;
}
.login-code{
position: absolute;
top: 1px;
right: 1px;
width: 45%;
height: 28px;
display: inline-block;
z-index: 9;
}