regis
.sign-box {
	height: 100vh;
	/* padding-top: 60px;
	padding-bottom: 60px; */
	/*background: #fff url(img/logo-bg.jpg) no-repeat 0 0;*/
	/* border-bottom: 1px solid #eee; */
	background: url(../../../../statics/images/login/bg_login@2x.png) no-repeat center;
	background-size: cover;
	position: relative;
	width: 100%;
	height: 1080px;
}
.forget-box {
	min-height: 400px;
}
.sign-header {
	height: 120px;
	line-height: 120px;
	text-align: center;
}
.sign-logo {
	display: inline-block;
	width: 160px;
	height: 48px;
	vertical-align: middle;
}
.sign-logo img {
	display: block;
	height: 100%;
}
.sign-form-box {
	background-color: #fff;
	-webkit-box-shadow: 0 2px 16px rgba(0, 0, 0, .12);  
	-moz-box-shadow: 0 2px 16px rgba(0, 0, 0, .12);  
	box-shadow: 0 2px 16px rgba(0, 0, 0, .12);
}
.register-title > h2 {
	float: left;
	font-weight: 400;
	font-size: 24px;
	color: #E80808;
}
.register-title .go-login {
	float: right;
	line-height: 32px;
	font-size: 14px;
	color: #666;
}
.register-title .go-login a {
	display: inline-block;
	width: 78px;
	height: 26px;
	line-height: 26px;
	margin-left: 10px;
	text-align: center;
	color: #E80808;
	border: 1px solid #E80808;
	background-color: #fff;
}
.register-space {
	width: 640px;
	height: 2px;
	margin: 20px auto;
	background-color: #eee;
}


.sign-footer {
	padding-top: 30px;
	text-align: center;
}
.sign-footer a {
	color: #333;
}
.footer-links {
	margin-bottom: 20px;
}
.footer-links a {
	position: relative;
	margin-left: 8px;
	padding-left: 10px;
	font-size: 14px;
	color: #333;
}
.footer-links a:before {
	position: absolute;
	top: 2px;
	left: 0;
	display: inline-block;
	content: '';
	width: 1px;
	height: 15px;
	background-color: #999;
}
.footer-links a:first-child:before {
	display: none;
}
.sign-footer p {
	margin-bottom: 5px;
	font-size: 12px;
	color: #999;
}
.sign-footer p span {
	padding: 0 20px;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999999;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999999;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999999;
}
.footer1 {
	position: fixed;
	height: 88px;
	width: 100%;
	bottom: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.badge {
	margin-top: 8px;
	display: flex;
	align-items: center;
	color: #7E8299;
	font-size: 14px;
	height: 20px;
	line-height: 20px;
}

.copyright {
	margin-top: 20px;
	color: #7E8299;
	font-size: 14px;
	height: 20px;
	line-height: 20px;
}

.img_badge {
	height: 20px;
	width: 20px;
	margin-right: 8px;
}
.footer2 {
	position: relative;
	height: 88px;
	width: 100%;
	bottom: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
}