<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.sign-box {

	min-height: 666px;

	padding-top: 60px;

	padding-bottom: 60px;

	/*background: #fff url(img/logo-bg.jpg) no-repeat 0 0;*/

	background: #f5f8fa;

	border-bottom: 1px solid #eee;

}

.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 &gt; h2 {

	float: left;

	font-weight: 400;

	font-size: 24px;

	color: #059fff;

}

.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: #059fff;

	border: 1px solid #059fff;

	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;

}</pre></body></html>