*{
	padding: 0;
	margin: 0;
}
html,body{
	width: 100%;
	height: 100%;
}
.contain{
	width: 100%;
	height: 100%;
	position: relative;
	background-image: url(../img/bg.png);
	background-repeat: no-repeat;
	background-size: cover;
}
.bg_one{
	position: absolute;
	top: 10%;
	left: 10%;
	height: 80%;
	width: 90%;
	display: flex;
	align-items: center;
}
.bg_two{
	position: absolute;
	top: 10%;
	right: 10%;
	height: 80%;
}
.img{
	height: 100%;
}
.input_box{
	width: 30%;
	height: auto;
	background: #fff;
	border-radius: 8.57px;
	text-align: center;
	display: inline-block;
	margin-left: 6%;
}
.input_box .logo{
	margin: 20px 60px 0 60px;
	width: 60%;
}

.input{
	padding-left: 15px;
	position: relative;
	margin: 15px 12%;
	width: 70%;
	text-align: left;
	border: 1px solid #5F5F5F;
	border-radius: 6px;
}
.input .username,.input .password{
	width: 85%;
	padding-left: 10px;
	height: 40px;
	border: none;
}
.input .code{
	padding-left: 10px;
	height: 40px;
	border: none;
	width: 70%;
}
.yzm_input{
	border: none;
	display: flex;
	padding-left: 0px;
	margin-bottom: 10px;
}
.lf_input{
	border: 1px solid #5F5F5F;
	border-radius: 5px;
	padding-left: 16px;
}
.input img{
	vertical-align: middle;
}
.remember{
	width: 73%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	font-size: 14px;
}
.Flex{
	flex: 1;
}
.remember div{
	margin-top: 20px;
	text-align: right;
}
.remember .forgot{
	color: #3A67E9;
}
.remember label input,.remember label text{
	vertical-align: middle;
}

input::-webkit-input-placeholder { 
	color: #5F5F5F; 
} 
input:-moz-placeholder { 
	color: #5F5F5F; 
} 
input::-moz-placeholder { 
	color: #5F5F5F; 
} 
input:-ms-input-placeholder { 
	color: #5F5F5F; 
}
input:focus{
 outline: none;
}

.login_btn {
	margin-top: 20px;
	margin-bottom: 20px;
	cursor: pointer;
}

.login_btn img {
	width: 70%;
}

.input-icon {
	width: 5%;
}

.input-icon-yzm {
	width: 8%;
}
.beian {
    position: absolute;
    left: 30%;
    top: 96%;
}