.loginContainer{
	width: 100%;
	background-image: url('../imgs/loginBg.png');
	background-size: cover;
}
.loginWar{
	width: 510px;
	height: 460px;
	border-radius: 10px;
	background: #fff;
	position: absolute;
	right: 360px;
	top: 50%;
	margin-top: -255px;
	box-sizing: border-box;
	padding: 44px;
}
.loginWar .logo{
	margin: 0 auto;
	display: block;
	padding-bottom: 20px;
}
.inputContainer{
	width: 100%;
	height: 59px;
	background: #f8f8f8;
	border: 1px solid #e6e6e6;
	margin: 20px 0;
	box-sizing: border-box;
	border-radius: 10px;
}
.inputContainer input{
	border:none;
	outline: none;
	background: #f8f8f8;
	width: 290px;
	height: 50px;
    /*background: #eee;*/
    font-size: 18px;
    color: #333;
}
.inputIcon{
	display: inline-block;
	width: 96px;
	height: 59px;
	line-height: 59px;
	text-align: center;
	border-right: 1px solid #e6e6e6;
	box-sizing: border-box;
	font-size:18px; 
	color:#333;
}
.login_btn{
	width: 100%;
	height:59px;
	line-height: 59px;
	text-align: center;
	margin-bottom: 10px;
	font-size: 18px;
	border-radius: 10px;
}
.loginBtn{
	background: #116ff2;
	color: #fff;
}
.applyBtn{
	background: #e2edfd;
	color: #116ff2;
}