@charset "utf-8";
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px white inset;
}
.login-content{
	height:100%;
}
.login-poster{
	width:1145px;
	padding:50px 0 15px 0;
	margin:auto;
}
.login-poster .slogan{
	float:left;
	padding-left:15px;
	border-left:3px solid #bababc;
    margin-top: 14px;
}
.login-poster .co-logo{
	float:left;
	width:194px;
	max-height:60px;
	padding-right:30px;
	margin-left: 130px;
	overflow:hidden;
}
.login-poster .co-logo img{
	width:100%;
}
.slogan .cn{
	font-size:24px;
	font-weight: normal;
	color:#9e9ea1;
}
.login-box-bg{
	background:#26c3da;
}
.login-box{
	width:1145px;
	height:540px;
	padding:50px 60px;
}
.login-box .login-img{
	width:530px;
	float:left;
}
.login-box .login-img img{
	max-width:100%;
}
.login-box .login-form{
	float:left;
	width:310px;
	height:380px;
	padding:15px;
	margin:30px 0 0 140px;
	background:#fff;
    border-radius: 3px;
    box-shadow: 1px 3px 6px 1px rgba(0, 0, 0, 0.2);
}
.login-title{
	padding:10px 0 16px 0;
	border-bottom: 3px solid #e2e2e2;
	font-size:20px;
	text-align:center;
	color:#21b8ce;
}
.login-form-list{
	padding-top:35px;
}
.login-form-item{
	height:44px;
	margin-bottom:26px;
	border:1px solid #cdcdcd;
	font-size:0;
    border-radius: 3px;
}
.login-form-item2{
	margin-bottom:16px;
}
.login-form-item .icon{
    position: relative;
	display:inline-block;
	width:50px;
	height:42px;
    vertical-align: top;
}
.login-name-icon{
	background:url("smd-icon.png") no-repeat center -41px;
}
.login-password-icon{
	background:url("smd-icon.png") no-repeat center 7px;
}
.login-form-item .login-form-input{
	display:inline-block;
	width:228px;
	height:42px;
	padding: 7px 0;
}
.login_btn{
    display: block;
    height: 48px;
    width: 100%;
    margin-top:15px;
    color: #fff;
    font-size: 18px;
    border-radius: 3px;
    background: #3ecee3;
}
/* .co-qrcode-list{
    width: 1020px;
    margin-top: 20px;
    text-align: right;
}
.co-qrcode-list .co-qrcode-item{
    display: inline-block;
	width: 90px;
	text-align:center;
}
.co-qrcode-item .co-qrcode{
	width:100%;
} */
.login-form-list .e_msg{
	display: inline-block;
    width: 210px;
    min-height: 16px;
    margin-rigth:5px;
    color: red;
    vertical-align: top;
}
.login-form-list .forget-password{
	display: inline-block;
	color: #ff8022;
}
.login-foot{
	width:1145px;
	padding-top:60px;
}
.login-foot-txt{
	color:#9e9ea1;
	text-align:center;
	line-height:24px;
	font-size:14px;
}
@media screen and (max-height:800px){
	.login-poster {
	    padding: 40px 0 15px 0;
	}
	.login-box {
		height: 500px;
	    padding: 30px 60px;
	}
	.login-foot {
	    padding-top: 30px;
	}
}
@media screen and (max-height:720px){
	.login-poster {
	    padding: 30px 0 15px 0;
	}
	.login-box {
		height: 440px;
	    padding: 20px 60px;
	}
	.login-box .login-img {
	    width: 480px;
	    margin: 0 25px;
	}
	.login-box .login-form {
	    margin: 5px 0 0 140px;
	}
	.login-foot {
	    padding-top: 10px;
	}
}