#wrap{
	width: 100%;
	background: url(../../image/resource1.png) no-repeat;
	background-size: 100%;
	background-position: 0% 50%;
}
#wrap_content{
	padding: 20% 10% 0 10%;

}
h1{
	font-size: 30px;
	text-align: center;
	/*font-weight: 600;*/
}
input{
	outline: 0;
}
#login{
	margin-top: 10%;
}
/*登录*/
.modal-header{
	display: flex;
	justify-content:between-space;
	flex-wrap:no-wrap;

}
.register{
	width: 50%;
    text-align: center;
    font-size: 20px;
    border-bottom: 2px solid #d0d6d9;
    height: 49px;
    line-height: 49px;
}
.hr{
	border-bottom: 2px solid #209afb;
    font-weight: 600;
}
.modal-body{
	margin-top: 5%;
}
.am-input-group{
	height: 40px;
	margin-top: 5%;
	width: 100%;
}
.signinToRegister{
	display: none;
}
.am-form-field{
	height: 40px;
	line-height: 40px;
	padding-left: 10%;
	width: 100%;
	box-sizing:border-box;
	background: url(../../image/input.png) no-repeat;
	background-size: 100% 100%;
	border: 0;
	outline: none;
}
.checkbox {
    font-size: 16px;
    margin-top: 5%;
}
label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: 700;
}
.input-btn {
    background-color: #209afb;
    width: 100%;
    height: 44px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    line-height: 44px;
    margin-top: 5%;
}
.modal-bottom-back{
	margin-top: 2%;
}
.unlogin{
	margin-top: 2%;
}
.forgetpassword{
	float: left;
	margin-top: 1%;
}
.signin{
	float: right;
}
.signin span{
	color: #209afb;
	font-size: 16px;
}
/*找回密码*/
#find{
	display: none;
}
.find_pow{
	width: 100%;
    font-size: 20px;
    border-bottom: 2px solid #d0d6d9;
    height: 49px;
    line-height: 49px;
}
.find_pow span{
	display: inline-block;
	width: 40%;
	height: 49px;
    line-height: 49px;
	border-bottom: 2px solid #209afb;
}
.codebtn {
    width: 35.38%;
    float: right;
    height: 40px;
    line-height: 40px;
    text-align: center;
    box-sizing: border-box;
    font-size: 14px;
    border: 1px solid #d8d8d8;
    background-color: #209afb;
    color: #fff;
    border-radius: 10px;
}
.changecolor{
	background-color: #209afb;
}
.getcode{
	background-color: #d0d6d9;
}
#reset{
	display: none;
}
#register{
	display: none;
}
#weichat{
	display: none;
}