.banner{
	position: relative;
}
.empty{
	background-color:#eff4f9;
	width:100%;
	min-height:352px;
	padding:43px;
	position: relative;
}
	
.forlogin{
	width:540px;
	min-height:510px;
	border-radius: 3px;
	overflow: hidden;
	background-color: #fff;
	max-width: 90%;
	position:absolute;
	top:116px;
	left:50%;
	transform: translateX(-50%);
	padding:30px 45px;
	z-index:99;
	margin:auto;
}

.title{
	text-align: center;
	margin:10px auto 0;
}

 .title p{
	font-size:14px;
}

.form{
	width:100%;
}

.form-row{
	display: flex;
	flex-wrap: nowrap;
	padding:9px 5px;
	box-sizing: border-box;
}
.form-cell{
	width:100%;
	position: relative;
	padding:0;
	min-height:48px;
	margin:0;
	background-color: #fff;
}

.form-cell input{
	outline: none;
	width:100%;
	height:50px;
	padding:0 15px;
	max-width:100%;
	border:1px solid #B3B7BB;
}
.form-cell label{
	display: block;
	font-size:14px;
}

input::placeholder{
	font-size:14px;
}

.submit{
	width:100%;
	height:48px;
	background-color: #13273e;
	color:#fff;
	text-align: center;
	line-height: 48px;
	border-radius:4px;
	border:none;
	margin-top:18px;
	display: block;
	margin:2px auto;
}

.forgetpass{
	text-align: center;
	margin-top:10px;
}
.forgetpass a{
	color:#13273E;
	font-size:14px;
}

.form-check{
	display: flex;
	align-items: center;
	margin-left:8px;
}

.form-check label{
	margin-bottom: 0;
}

.signIn input{
	width:0;
	height:0;
	position: relative;
	display: none;
	z-index:-999;
}
.signIn_label{
	display: block;
	width:20px;
	height:20px;
	border:1px solid #ccc;
	position: absolute;
	top:2px;
	left:-8px;
}



.signIn.clicked .signIn_label{
	background:url(../images/GOU.png) no-repeat ;
	background-size: cover;
}


.password{
	background: #fff;
}
.showpass{
	float: right;
}
.miss{
	position: absolute;
	bottom: 0;
	width:100%;
	height:50px;
	line-height: 48px;
	background-color: #fff;
	padding:0 15px;
	max-width:100%;
	border:1px solid #B3B7BB;
}

@media (max-width:1560px) {
	.empty{
		height:480px;
	}
	
}

@media (max-width:1330px) {
	.empty{
		height:560px;
	}
	.forlogin{
		top:120px;
	}
	
	.form-cell input{
		height:40px;
	}
	.submit{
		height:40px;
		line-height: 40px;
	}
}
@media (max-width:840px){
	.forlogin{
		top:94px;
	}
}
@media (max-width:500px) {
	.forlogin{
		padding:30px 25px;
		top:85px;
	}
}