@charset "utf-8";
html,
body {
	height: 100%
}

body {
	font-size: 14px;
}

.header,
.footer {
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 99
}

.header {
	top: 0;
	height: 60px;
	background: #426374;
	text-indent: 20px;
	color: #fff;
	font-size: 22px;
	line-height: 60px;
	font-weight: bold;
}

#particles {
	background: #0c6fb2;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 1;
	overflow: hidden;
	top: 0;
	left: 0;
}

.loginBox {
	position: relative;
	z-index: 100;
	width: 617px;
	height: 330px;
	/* #00a1e9 */
	background:url(../images/admin-loginform-bg.png) no-repeat;
	margin: 12% auto;
	padding-top: 38px
}

.loginBox .row {
	margin-top: 20px;
}

.loginBox .row .form-label .Hui-iconfont {
	font-size: 24px
}

.loginBox .input-text {
	width: 360px
}

.yzm a {
	color: #426374;
	font-size: 12px
}

#span_msg {
	font-size: 14px;
	color: Red;
	line-height: 40px;
	height: 40px;
	margin-left: 10px;
	width: 160px;
	;
	float: left
}

.hd_msg {
	font-size: 12px;
	color: #fff;
	height: 30px;
	z-index: 100;
	position: absolute;
	padding-left: 50px;
	padding-top: 5px
}

.hd_msg a {
	color: #fff
}

.hd_msg a:hover {
	color: #fff;
	text-decoration: underline
}

.footer {
	height: 46px;
	line-height: 46px;
	bottom: 0;
	text-align: center;
	color: #fff;
	font-size: 12px;
	background-color: #426374
}

#ie6-warning {
	background: #fff url(/jscss/demoimg/201006/warning.gif) no-repeat 3px center;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 12px;
	color: #333;
	width: 97%;
	padding: 2px 15px 2px 23px;
	text-align: left
}

#ie6-warning a {
	text-decoration: none
}


/*@media (max-width:617px) {
	.loginbox {
		width: 100%;
		position: static;
		margin-top: 0;
		margin-left: 0;
	}
	.loginBox .input-text {
		width: 80%
	}
}*/

@media (max-width: 767px) {
	.loginBox {
		width: 100%;
		top: 5%;
		left: 0;
		margin: 0 auto;
		margin-left: 0;
		margin-right: 0;
		border-radius: 0;
		background: none;
	}
	.loginBox .row{
		margin-right: 0;
	}
}