body{
    background-image: url(../images/loginBg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100vh;
    margin: 0px;
    padding: 0px;
    overflow-y: hidden;
}
input,button{outline: none;}
.loginBox{
    width:100%;
    height: 100%;
}
.loginLogo{
	width: 100%;
	margin:7% auto 20px auto;
}
.logoPic{
    width: 100%;
    text-align: center;
}
.login {
	width:796px;
	margin: 0 auto;
	height: 518px;
	background: url(../images/loginBox.png) no-repeat;
	position: relative;
}
.loginName{
	width:572px;
	height:70px;
	margin: 0 auto;
	padding-top:50px;
	text-align: center;
}
.loginForm{
	width:450px;
	margin:0 auto;
}
.inputBox {
	width:100%;
	margin: 30px auto;
	overflow-y: auto;
	overflow-x: hidden;
}
.loginInput{
	width:96%;
	margin-bottom: 0;
	height: 52px;
    border: 0;
	background:#ffffff;
    border-radius:0;
	font-family: "思源黑体";
    color: #999999;
	font-size: 20px;
	letter-spacing: 1px;
	font-weight: 400;
	text-align: center;
}
.codeInput{
	width: 67%;
	float: left;
}
.codeImg{
	width: 33%;
	float: right;
}
.codeFont{
	font-family: "思源黑体";
	color: #2331ef;
	font-size: 16px;
	line-height: 52px;
	padding-left: 10px;
	position: absolute;
	right: 65px;
}
.loginBtn{
	height: 52px;
	background:#a57950;
    border: none;
    padding: 8px 0;
    width: 97%;
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 5px;
	border-radius:0;
	cursor: pointer;
}
.loginBtn:hover{
    color: #fff;
    border:none;
    background-color: #bc9571;
}
.passwordBox{
	margin-top:15px;
}
.remember{
	width:50%;
	float: left;
	color: #ffffff;
	font-size: 14px;
	letter-spacing: 1px;
	text-align: left;
}
.forget{
	width:50%;
	float: right;
	color: #ffffff;
	font-size: 14px;
	letter-spacing: 1px;
	text-align: right;
}
.resetPasswordBar{
	width: 250px;
	line-height: 518px;
	float: left;
	text-align: center;
}
.resetPasswordBox{
	width:350px;
	float: left;
	margin-top: 30px;
}
.resetInput{
	width: 59%;
	float: left;
}
.resetImg{
	width: 33%;
	float: left;
}
