
html,body {
 font-family: "微软雅黑 Regular","微软雅黑",Microsoft Yahei, \5FAE\8F6F\96C5\9ED1, \5B8B\4F53, Arial, Verdana, sans-serif;
 font-size: 12px;
 color: #333;
 margin:0; padding:0;
 height: 100%;
 width: 100%;
}
.login-title{
	 text-align: center;
}

.login-content{
	top:100px;
	right:100px;
	position:absolute;
	text-align: center;
	z-index: 1000;
	
}
.login-center{
	 width: 400px;
	 height: 481px;
     background-image:url("../images/sealdept-login-bg.png");
     background-size: cover;
	 margin: 0px auto;
	 text-align: center;
}

.login-data{
	color:#9A0E0F;
}
.login-data-title{
	font-size: 26px;
	font-weight: 600;
	padding:30px 0px;
}
.login-data-title *{
	vertical-align: middle;
}
.login-data-title img{
	height:40px;
	margin-right:10px;
}
.login-data-title span{
	letter-spacing:2px;
}
.login-data input{
	font-size:18px;
	color:#9A0E0F;
	background-color:transparent;
	border: none;
	padding-left: 10px;
}
.login-data-input span,.login-data-input a{
	font-size:14px;
}
.login-data-check{
	width:320px;
	margin: 15px auto;
}
.login-data-check div{
	float:left;
}
.login-data-check input[type="text"]{
	width:210px;
	height: 40px;
	line-height:40px;
	background: url(../images/sealdept-input-bg.png) no-repeat;
}

.login-data-input input{
	width:305px;
	height: 40px;
	line-height:40px;
	background: url(../images/sealdept-input-bg.png) no-repeat;
}
.login-data-input input[type="checkbox"] {
	width:30px;
	height: 18px;
	/*background: url(../images/login-check.png) no-repeat;*/
	background:#333; border:yellow 2px solid;
}
.login-data-input{
	clear: both;
	width:320px;
	margin: 15px auto 0px;
}
.login-data-login input{
	color:#ffffff;
	width:320px;
	height: 40px;
	background: url(../images/seal-login-btn-bg.png) no-repeat;
	margin-top: 30px;
}

.back{
	clear: both;
	width:320px;
	margin: 0px auto;
}
.back input{
	color:#9A0E0F;
	width:320px;
	height: 40px;
	background: url(../images/seal-login-back-bg.png) no-repeat;
	margin-top: 10px;
}