<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	position: relative;
	background: url(Login/08.png) no-repeat scroll 0 0;
	background-size: 100% 100%;
	margin: 0;
	padding: 0;
	font: 12px "microsoft yahei" "å¾®è½¯é›…é»‘";
	width: 100%;
	height: 100%;
	padding: 8% 15% 18% 15%;
    overflow: hidden;
}

#login_page {
	position: relative;
	width: 100%;
	height: 100%;
	background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	text-shadow: none;
}

div.headertitle {
	width: 100%;
	height: 127px;
	background: url(Login/01.png) no-repeat scroll 0 0;
	background-size: 472px 127px;
}

.content {
	position: relative;
	top: 0;
	width: 100%;
	height: auto;
	background: url(Login/05.png) no-repeat scroll 0 0;
	background-size: 100% 100%;
	padding-top: 3px;
}
.content .topbox
{
	margin-right: 0.5%;
    margin-left: 63.8%;
    height: 45px;
    border-top-right-radius: 8px;
    background: #1D5873;
    color: #FFFFFF;
    line-height: 45px;
    padding-left: 3%;
}
.topbox .right{
	position: absolute;
	top: 4%;
    margin-left: 2%;
    height: 28px;
    width: 28px;
    background: url(Login/06.png) no-repeat scroll 0 0;
    background-size: 100% 100%;
}
.topbox .minoricon{
	position: absolute;
    top: -10%;
    right: 0;
    height: 122px;
    width: 122px;
	background: url(Login/02.png) no-repeat scroll 0 0;
	background-size: 100% 100%;
}
.form_div {
	margin-left: 67%;
    margin-right: 3%;
    padding-top: 12%;
    padding-bottom: 8%;
}
.manicon{
	position: absolute;
	right: 3%;
    width: 20px;
	height: 22px;
    background: url(Login/04.png) no-repeat scroll top left;
    background-size: 19px 22px;
    margin-top: 5px;
}
.pwdicon{
	position: absolute;
	right: 3%;
    width: 20px;
	height: 22px;
    background: url(Login/03.png) no-repeat scroll top left;
    background-size: 19px 22px;
    margin-top: 5px;
}
.form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 10px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 0;
	border-bottom: 1px solid #ccc;
	border-radius: 0;
	-webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, .075);
	box-shadow: inset 0 0 0 rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.footer {
	position: relative;
	text-align: center;
	color: #FFFFFF;
	width: 100%;
	bottom: 0;
	padding: 25px;
}
.btn-success {
    float: right;
    color: #fff;
    background-color: #1D5873;
    border-color: #1D5873;
    padding: 7px 24px 7px 24px;
}
.btn-success:active,.btn-success:hover{
	background-color: #123E51;
    border-color: #123E51;
}
.red{
	color: orangered;
}
</pre></body></html>