<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">section {
	height: 620px;
	background: url(https://images.innov100.com/banner/bannerLogin.jpg);
}

section .container .form {
	background: rgba(255, 255, 255, 1);
	margin-top: 40px;
	text-align: center;
	padding: 30px 50px 31px;
	width: 36%;
	margin-left: 55.7%;
}

section .container .formMobile {
	padding: 45px 15px 30px;
}

section form h4 {
	font-size: 17px;
	color: #444444;
	height: 30px;
	line-height: 30px;
	margin-bottom: 25px;
}

section .form input {
	width: 100%;
	height: 40px;
	padding: 0 10px 0 30px;
	border-radius: 0;
}

section .picInput {
	position: relative;
	margin-bottom: 15px;
}

.btn-info.disabled, .btn-info:disabled, .btn-info[disabled] {
	background: #ccc;
	border: 1px solid #ccc;
}

section .msgTip {
	margin-top: 10px;
	margin-bottom: 15px;
	color: red;
	text-align: left;
	font-size: 12px;
	display: none;
}

section .msgTip2 {
	margin-top: 10px;
	color: red;
	text-align: left;
	font-size: 12px;
	display: none;
}

section form .picInput input {
	-webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

section .picInput img {
	position: absolute;
	left: 8px;
	top: 11px;
	width: 15px;
	height: 20px;
}

section form .tel {
	/*background: url(https://images.innov100.com/login/login2.png) no-repeat 10px center;*/

}

section form .psd {
	/*background: url(https://images.innov100.com/login/login1.png) no-repeat 10px center;*/

}

section .form .yanzhengma {
	width: 68%;
	padding: 0 10px;
	float: left;
}

section form img {
	width: 30%;
	cursor: pointer;
}
/*section form .tiaozhuan a{height: 40px;line-height: 40px;color: #148aec;float: left;}*/
section form .tiaozhuan {
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
}

section form .tiaozhuan input {
	width: 15px;
	height: 15px;
	margin: 2px 0;
	float: left;
}

section form .tiaozhuan span {
	color: #0068b7;
}

section form .sendPre {
	width: 30%;
	vertical-align: top;
	padding: 0 10px;
	border-radius: 0;
}

@media ( max-width : 992px) {
	section .container .form {
		width: 100%;
		margin-left: 0;
	}
}

.login {
	margin-bottom: 15px;
	border-radius: 0;
}

.had {
	text-align: left;
}

.had a {
	color: #148aec;
}</pre></body></html>