
.input-box input::-webkit-input-placeholder {
    color: #e4e4e4;
}
.input-box input:-moz-placeholder {
    color: #e4e4e4;
}
.input-box input::-moz-placeholder {
    color: #e4e4e4;
}
.input-box input:-ms-input-placeholder {
    color: #e4e4e4;
}




.login-bg{
	width: 100%;
	min-height: 471px;
	position: relative;
}















.login-position {
    position: absolute;
    height: 100%;
    margin: 0 auto;
    right: 0;
    left: 0;
}

.login{
	/*float: right;*/
	/*margin-top:33px;*/
	position: absolute;
	top:50%;
	right: 0;
	transform: translate(0, -50%);

	max-width: 378px;
	width: 100%;
	background:#fff url('../images/login-bg.png') no-repeat;
	background-size: cover;
	padding: 0 30px;
	overflow: hidden;
}

.login .title{
	color: #333333;
	font-size: 20px;
	font-weight: bold;
	margin: 40px 0 50px;
	position: relative;
}
.login .title:after{
	content:"";
	position: absolute;
	top: 40px;
	left: 0;
	width: 24px;
	height: 4px;
	background: #FFA200;
}
.login .login-form{
	
}
.login .title-dl{
	color: #128ce2;
	font-size: 20px;
	margin: 0 0 33px;
	padding-bottom: 7px;
	font-weight: bold;
	position: relative;
}
.login .title-dl:after{
	content:"";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
	width: 28px;
	height: 2px;
	background: #128ce2;
}
.login .input-box {
	margin-bottom: 22px;
	position: relative;
}
.login .input-box img{
	width: 20px;
	margin-right: 10px;
	position: absolute;
	left: 8px;
	top: 10px;
}
.login .input-box .line{
	width: 1px;
	height: 14px;
	background: #f2f2f2;
	position: absolute;
	left: 41px;
	top: 12px;
}
.login .input-box input{
	width: 100%;
	height: 40px;
	padding: 0 10px 0 56px;
	font-size: 14px;
	border:1px solid #cfcfcf;
	border-radius: 4px;
}
.login .input-box input:focus{
	border:1px solid #008040;
}

.submit-btn{
	margin: 38px 0 14px;
}
.submit-btn button{
	width: 100%;
	height: 45px;
	color: #fff;
	font-size: 18px;
	border-radius: 4px;
	background: #008040;
}
.regist{
	margin-bottom: 48px;
	text-align: right;
}
.regist a{
	color: #555555;
	font-size: 12px;
}
.regist a:hover{
	color: #008040;
}












/*注册*/
.register .go-regist{
	font-weight: normal;
	font-size: 12px;
	color: #555555;
	line-height: 30px;
}
.register .go-regist a{
	color: #555555;
}
.register .go-regist a:hover{
	color:#008040;
}
.register .agree{
	font-size: 12px;
	color:#555555;
	margin-bottom: 28px;
}
.register .agree .check{
	margin:0 7px 0 0;
}
.register .input-box {
    margin-bottom: 16px;
    position: relative;
}
.register .submit-btn {
    margin: 27px 0 14px;
}
.register .title {
    margin: 34px 0 40px;
}










@media (max-width: 992px){

	
}

@media (max-width: 768px){
/*登录*/
.login-bg .login{
    position: relative;
	left: 0;
	margin: 0 auto;
}

}