@charset "utf-8";
*{
	margin: 0;
	padding: 0;
}
.login-bg{
	background-image: url("../img/bg.jpg");
	background-size: cover;
	background-position: 50%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100vh;
	overflow: auto;
}
.index-bg{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 2;
	background: rgba(0,0,0,.4) !important;
}
.login-container{
	width: 910px;
	height: 400px;
	background: #fff;
	border-radius: 12px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -455px;
	margin-top: -200px;
	z-index: 3;
	font-size: 0;
}
.login-left{
	width: 510px;
	display: inline;
	float: left;
}
.login-left img{
	width: 510px;
	height: 400px;
}
.login-right{
	width: 320px;
	display: inline;
	height: 368px;
	float: left;
	padding: 0 40px 32px 40px;
}
.login-logo{
	padding: 20px 0;
	text-align: center;
}
.login-ipt{
	margin-bottom: 24px;
}
.login-ipt input{
	display: inline-block;
	width: 100%;
	height: 32px;
	line-height: 1.5;
	padding: 4px 0;
	font-size: 12px;
	border: 1px solid #dcdee2;
	border-radius: 4px;
	color: #515a6e;
	background-color: #fff;
	background-image: none;
	position: relative;
	cursor: text;
	outline-color: #9fc4fa;
	text-indent: 45px;
}
.user-ipt,.password-ipt,.yzm-ipt{
	position: relative;
}
.user-ipt:after{
	content: '';
	display: block;
	width: 24px;
	height: 24px;
	background-image: url("../img/ico_user.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 24px 24px;
	position: absolute;
	left: 10px;
	top: 10px;
}
.password-ipt:after{
	content: '';
	display: block;
	width: 24px;
	height: 24px;
	background-image: url("../img/ico_password.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 24px 24px;
	position: absolute;
	left: 10px;
	top: 10px;
}
.yzm-ipt:after{
	content: '';
	display: block;
	width: 24px;
	height: 24px;
	background-image: url("../img/ico_yzm.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 24px 24px;
	position: absolute;
	left: 10px;
	top: 10px;
}
.login-yzm{
	vertical-align: middle;
	display: flex;
	align-items: center;
}
.login-yzm input{
	text-indent: 45px;
	display: inline-block;
	width: 320px;
	height: 32px;
	line-height: 1.5;
	padding: 4px 7px;
	font-size: 12px;
	border: 1px solid #dcdee2;
	border-radius: 4px;
	color: #515a6e;
	background-color: #fff;
	background-image: none;
	position: relative;
	cursor: text;
	outline-color: #9fc4fa;
}
.login-yzm img{
	height: 40px;
	vertical-align: middle;
}
.login-btn-box{
	padding: 20px 0 0 0;
}
.login-btn{
	background: linear-gradient(90deg,#19b4f1,#0e73e8) !important;
	width: 100%;
	padding: 10px 15px 10px 15px;
	border: none;
	border-radius: 4px;
	color: #fff;
	cursor: pointer;
}