<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html,body{
	position:relative;
	height:100%;
	width:100%;
}
body{
	background:url(../images/bg.jpg) no-repeat center;
	background-size: cover;

}
.header-top{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:82px;
}
#footer{
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
}
.login{
	width:100%;
	display: table;
	table-layout: fixed;
}
.loginBox{
	    display: table-cell;
	    vertical-align: middle;
	    width: 100%;
	    height: 100%;
}
.logininfo{
	max-width:410px;
	width:100%;
	background-color: rgba(0,0,0,0.7);
	border-radius:10px;
	box-shadow: 0px 0px 0px 0px #000000;
	/* height:100px; */
	position:absolute;
	box-sizing: border-box;
	left:50%;
	top:50%;
	transform: translate(-50%,-50%);
	padding:20px;
}
.logininfo h1{
	text-align: center;
	font-size: 16px;
	font-weight: normal;
	color:#fff;
}
.logininfo li{
	padding:10px 0;
}
.logininfo li label{
	padding-right:5px;
	display: inline-block;
	width:70px;
	color:#fff;
}
.logininfo li input{
	line-height:35px;
	border-radius:3px;
	border:1px solid #d0d0d0;
	padding:0 10px;
	width:268px;
}
.logininfo li input.code{
	width:170px;
}
.getcode,.submit,#resetCode{
	border-radius: 5px;
	background-color: #ff6700;
	color:#fff;
	box-sizing: border-box;
	padding:0 10px;
	line-height:35px;
	margin-left:5px;
}
#resetCode{
	display: inline-block;
	width:90px;
	line-height:35px;
	text-align: center;
}
.submit{
	width:92%;
	line-height:40px;
	margin:	15px auto 0 auto;
	display:block;
}</pre></body></html>