*{
	padding:0;
	margin:0;
	box-sizing: border-box;
}
.login-container{
	width: 100%;
	background: url(../img/login-bg.png) left top no-repeat;
	background-size: 58% 100%;
	height: 100vh;
	position: relative;
}
.login-form{
	position: absolute;
	width: 36.9%;
	right: 3.1%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	margin: 0 auto;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #fafafa;
	padding: 1.5% 3.4% 2.5%;
}
.title-container .title{
	font-size: 30px;
	color: #333;
	margin: 0px auto 25px auto;
	text-align: center;
	font-weight: bold;
}
.el-form-item{
	width: 100%;
	height: 8.5vh;
	line-height: 8.5vh;
	position: relative;
	margin-bottom: 30px;
}
.el-form-item input{
	width: 100%;
	background: #f0f0f0;
	height: 8.5vh;
	border: none;
	outline: none;
	padding-left: 50px;
	font-size: 18px;
}
.el-form-item input:-webkit-autofill {
	box-shadow: 0 0 0px 1000px #f0f0f0 inset !important;
	-webkit-text-fill-color: #333 !important;
}
.el-form-item i{
	width: 20px;
	height: 20px;
	position: absolute;
	left:10px;
	top:50%;
	margin-top:-10px;
}
i.zhanghao{
	background: url(../img/zhanghao.png) no-repeat left center;
	background-size:100% 100%;
}
i.mima{
	background: url(../img/mima.png) no-repeat left center;
	background-size:100% 100%;
}
i.yzm{
	background: url(../img/yzm.png) no-repeat left center;
	background-size:100% 100%;
}
.loginBtn{
	width: 100%;
	background: rgb(68, 124, 255);
	border: 0px;
	height: 8vh;
	font-size: 24px;
	color: #fff;
	border-radius: 5px;
	cursor: pointer;
}
.code {
	float: left;
	margin-right: 13px;
	margin: 0px !important;
	border: #e6e6e6 1px solid;
	display: inline-block!important;
	width: 360px!important;
}

.codeImage {
	float: right;
	height: 8vh;
	border: #e6e6e6 1px solid;
}

/*.rememberme {*/
/*float: left;*/
/*height:21px;*/
/*margin-right:50px;*/
/*padding-left: 50px;*/
/*font-size: 18px;*/
/*}*/