body,html{
	width: 100%;
	height: 100%;
	background: #f9f9f9;
}
.container{
	width: 100%;
	height: 100%;
	background: #f9f9f9;
	font-size: 14px;
}

.mainBox{
	
}
.registerBox{
	width:600px;
	height: 690px;
	background: #ffffff;
	border-radius: 10px;
	border: 1px solid #d7d7d7;
	box-shadow: 0px 0px 5px rgb(0, 0, 0, 0.2);
	padding: 40px 80px;
}

.mainBox .logoTxt {
	width: 40px;
	height: 40px;
	background: var(--primary);
	border-radius: 50%;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	box-shadow: 0px 0px 10px rgb(0, 0, 0, 0.2);
}

.mainBox .logoTitle {
	margin-left: 10px;
	margin-right: 8px;
	font-size: 20px;
	font-weight: bold;
}

.logoTitle span:last-child{
	color: var(--primary);
	font-weight: normal;
}
.lgHint01{
	color: #7F7F7F;
	margin: 22px 0 28px 0;
	text-align: center;
}

.mainBox .inputBox{
	width: 100%;
	height: 50px;
	border-radius: 5px;
	border: 1px solid #D7D7D7;
	background: #fafafa;
	padding: 0 10px;
	text-align: center;
	line-height: 50px;
	font-size: 14px;
	margin-bottom: 20px;
}

.mainBox .inputBox ::placeholder {  
    color: #999999;  
}

.mainBox .Btn{
	width: 100%;
	height: 50px;
	background: #e5750b;
	border-radius: 5px;
	border: 1px solid #D7D7D7;
	color: #fff;
	margin-bottom: 20px;
	font-size: 14px;
}

.agreeBox .checkBox{
	width: 16px;
	height: 16px;
	margin-right: 10px;
	vertical-align: middle;
}
.agreeBox label{
	color: #7F7F7F;
	margin-top: -3px;
}
.agreeBox span{
	color: var(--primary);
	text-decoration:underline;
	text-decoration-color: var(--primary);
	cursor: pointer;
}

.lgHint02{
	color: #7F7F7F;
	margin-top: 40px;
}
.lgHint02 span{
	color: var(--primary);
	text-decoration:underline;
	text-decoration-color: var(--primary);
	cursor: pointer;
}

.copyrightBox{
	/*height: 100px;*/
	/*line-height: 100px;*/
	margin-bottom: 50px;
	font-size: 12px;
	color: #AAAAAA;
	padding-top: 50px;
}
.copyrightBox span{
	color:  var(--primary);
}

/* login was successful */
.registerSuccBox{
	width:600px;
	/* height: 690px; */
	background: #ffffff;
	border-radius: 10px;
	border: 1px solid #d7d7d7;
	box-shadow: 0px 0px 5px rgb(0, 0, 0, 0.2);
	padding: 40px 80px;
}

.registerSuccBox .regSucHint{
	font-weight: bold;
	margin-bottom: 40px;
	font-size: 20px;
}
 .registerSuccBox .Btn{
	margin: 0;
}

/* login */
.loginBox{
	width:600px;
	background: #ffffff;
	border-radius: 10px;
	border: 1px solid #d7d7d7;
	box-shadow: 0px 0px 5px rgb(0, 0, 0, 0.2);
	padding: 40px 80px;
}

.loginBox .Btn{
	margin-bottom: 50px;
}
.loginFoot{
	color: #7F7F7F;
}
.loginFoot span{
	width: 150px;
	display: flex;
	justify-content: center;
	align-content: center;
	border-right: 1px solid #d7d7d7;
}
.loginFoot span:last-child{
	border-right: 0;
}
.loginFoot span:hover{
	color: var(--primary);
	text-decoration:underline;
	text-decoration-color: var(--primary);
	cursor: pointer;
}

/* Retrieve account*/ 
.accountBox{
	width:600px;
	background: #ffffff;
	border-radius: 10px;
	border: 1px solid #d7d7d7;
	box-shadow: 0px 0px 5px rgb(0, 0, 0, 0.2);
	padding: 40px 80px;
}

.accountBox .accountHint{
	font-weight: bold;
	margin-bottom: 40px;
	font-size: 20px;
}
.accountBox .Btn{
	margin: 0;
}

/* reset password */
.resetBox{
	width:600px;
	background: #ffffff;
	border-radius: 10px;
	border: 1px solid #d7d7d7;
	box-shadow: 0px 0px 5px rgb(0, 0, 0, 0.2);
	padding: 40px 80px;
}
.resetBox .lgHint02{
	margin-top: 30px;
}

/* change password */

.pswChangeBox{
	width:600px;
	background: #ffffff;
	border-radius: 10px;
	border: 1px solid #d7d7d7;
	box-shadow: 0px 0px 5px rgb(0, 0, 0, 0.2);
	padding: 40px 80px;
}
.pswChangeBox .lgHint02{
	margin-top: 30px;
}


/* Password changed successfully */
.pswSuccBox{
	width:600px;
	background: #ffffff;
	border-radius: 10px;
	border: 1px solid #d7d7d7;
	box-shadow: 0px 0px 5px rgb(0, 0, 0, 0.2);
	padding: 40px 80px;
}

.pswSuccBox .accountHint{
	font-weight: bold;
	margin-bottom: 40px;
	font-size: 20px;
}
.pswSuccBox .Btn{
	margin: 0;
}

