html,body {
	height: 100%;
	width: 100%;
}
#jyCaptcha{
	display: none;
}
#captchaTwo{
	position: absolute;
	left: 0;
}

#captchaTwo label {
	vertical-align: top;
	display: inline-block;
	width: 80px;
	text-align: right;

}
.register-item label .geetest_radar_tip_content{
	border: none;
}
#captchaTwo .geetest_success_radar_tip_timeinfo{
	border: none;
}
#captchaTwo .geetest_success_radar_tip_content{
	border: none;
}
#text {
	height: 38px;
	width: 300px;
	text-align: center;
	border-radius: 2px;
	background-color: #F3F3F3;
	color: #BBBBBB;
	font-size: 14px;
	letter-spacing: 0.1px;
	line-height: 38px;
}

#wait {
	display: none;
	height: 38px;
	width: 300px;
	text-align: center;
	border-radius: 2px;
	background-color: #F3F3F3;
}

.loading {
	margin: auto;
	width: 70px;
	height: 20px;
}

.loading-dot {
	float: left;
	width: 8px;
	height: 8px;
	margin: 18px 4px;
	background: #ccc;

	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;

	opacity: 0;

	-webkit-box-shadow: 0 0 2px black;
	-moz-box-shadow: 0 0 2px black;
	-ms-box-shadow: 0 0 2px black;
	-o-box-shadow: 0 0 2px black;
	box-shadow: 0 0 2px black;

	-webkit-animation: loadingFade 1s infinite;
	-moz-animation: loadingFade 1s infinite;
	animation: loadingFade 1s infinite;
}

.loading-dot:nth-child(1) {
	-webkit-animation-delay: 0s;
	-moz-animation-delay: 0s;
	animation-delay: 0s;
}

.loading-dot:nth-child(2) {
	-webkit-animation-delay: 0.1s;
	-moz-animation-delay: 0.1s;
	animation-delay: 0.1s;
}

.loading-dot:nth-child(3) {
	-webkit-animation-delay: 0.2s;
	-moz-animation-delay: 0.2s;
	animation-delay: 0.2s;
}

.loading-dot:nth-child(4) {
	-webkit-animation-delay: 0.3s;
	-moz-animation-delay: 0.3s;
	animation-delay: 0.3s;
}

@-webkit-keyframes loadingFade {
	0% { opacity: 0; }
	50% { opacity: 0.8; }
	100% { opacity: 0; }
}

@-moz-keyframes loadingFade {
	0% { opacity: 0; }
	50% { opacity: 0.8; }
	100% { opacity: 0; }
}

@keyframes loadingFade {
	0% { opacity: 0; }
	50% { opacity: 0.8; }
	100% { opacity: 0; }
}
.login-content{
	display: block;
}
.verify-content{
	display: none;
}
.verify-content>form{
	margin-top:26px ;
}
.verify-content>.error-info{
	margin-bottom: 26px;
}
.verify-content  input.send-captcha {
	/* position: absolute; */
	/* top: 2px;
	right: 2px; */
	width: 164px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	border-radius: 4px;
	text-indent: 0;
	border: 1px solid #059fff;
	background-color: #059fff;
	cursor: pointer;
	margin-left: 8px;
}
.verify-content input.send-captcha-disabled {
	/* width: 140px; */
	border: 1px solid #ccc;
	background-color: #ccc;
}
#changeLoginType{
	cursor: pointer;
}
.foot-copyright{
	background: none;
	border-top: none;
}
.login-footer {
	position: fixed;
	bottom: 0;
	background: #fff;
	width: 100%;
	z-index: 99;
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
.foot-copyright p a:hover {
	color: #000;
}
.login-outbox {
	/*color: #fff;*/
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100%;
	padding: 100px 0;
    background: url(../helper/images/user-bg.jpg) center center;
}
.login-box {
	width: 90%;
	max-width: 1200px;
	background-color: #fff;
	position: relative;
	border-radius: 15px;
	padding: 20px;
	display: flex;
	justify-content: space-around;
	align-items: center;
	overflow: hidden;
}
.login-form-item {
	width: auto;
}
.login-main {
	position: static;
	box-shadow: none;
	padding: 35px 0;
}
@media screen and (max-width: 1100px) {
	.login-box-img {
		display: none;
	}
	.login-box {
		justify-content: center;	
	}
}
@media screen and (max-width: 520px) {
	.login-outbox{padding-bottom: 20px;margin-bottom: 0;min-height: auto;}
	.login-footer{position: initial;}
}
.login-mode-inner {
	flex: 1;
	text-align: center;
	padding: 10px;
	cursor: pointer;
	font-size: 18px;
	border-bottom: 2px solid #ccc;
}
.login-mode-wrapper-on {
	border-bottom: 2px solid #059fff;
	color: #059fff;
}
.go-reg {
	position: relative;
	z-index: 99;
}