@charset "UTF-8";
body{
	/**background-image: url(../img/login_bg.png);
	background-repeat: no-repeat; 
	background-size: cover;
    -ms-filter:"progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/login_bg.png', sizingMethod='scale')";
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/login_bg.png', sizingMethod='scale');**/
	min-width:1080px;
	font-family: "Helvetica Neue","Hiragino Sans GB","Microsoft YaHei","\9ED1\4F53",Arial,sans-serif;
	font-size: 14px;
	width:100%;
    height:100%;
}
.cover
{
    width:100%;
    height:100%;
    position:fixed;
    z-index:-10;
}
.cover img
{
    width:100%;
    height:100%;
    border:0;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color:#666666;
	margin:0;padding:0;
}
a {
	color:#007cd9;
	text-decoration: none;
}


.clearfix {
	display: block;
}
.clearfix:after {
	clear: both;
}
.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}
.left {
	float: left;
	display: inline;
}
.right {
	float: right;
	display: inline;
}
img{border:0}
.login-win{
		position:fixed;
		top:50%;
		margin-top:-153px;
		width:420px;
		left:50%;
		margin-left:-200px;
}
.login-win-head{
	background:#384042;
	border-radius:5px 5px 0 0;
	padding:10px 0 0 20px;
}
.login-win-body{
	background:#f8f8fa;
	border-radius:0 0 5px 5px;
	padding:30px;
}


.login_input_panel{
	
}
.login_input {
	position: relative;
	padding: 3px 0 3px 54px;
	border: 1px solid #e7e7eb;
	margin-top: -1px;
	border:1px solid #ccc;
	margin-bottom:10px;
	background:#fff;
}
.login_input input {
	border: 0;
	outline: 0;
	padding: 11px 0;
	vertical-align: middle;
	width: 100%;
}
.icon_login {
	position: absolute;
	left: 15px;
	top: 50%;
	margin-top: -11px;
	width: 20px;
	height: 21px;
	vertical-align: middle;
	display: inline-block;
}
.icon_login.un {
background: url("../img/login-acct.png") 0 0 no-repeat;

}
.icon_login.pwd {
background: url("../img/login-pwd.png") 0 0 no-repeat;

}



.icon_checkbox {
	background: url("../img/uncheck.png") 0 0 no-repeat;
	background-size: cover;
	width: 18px;
	height: 18px;
	vertical-align: middle;
	display: inline-block;
	margin-right: 3px;
	margin-top: -2px;
}
.selected .icon_checkbox {
	background: url("../img/check.png") 0 0 no-repeat;
	background-size: cover;
}

.login_btn_panel {
	margin-top: 20px;
	margin-bottom: 10px;
}
.btn_login {
	display: inline-block;
	overflow: visible;
	vertical-align: middle;
	text-align: center;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-width: 1px;
	border-style: solid;
	cursor: pointer;
	background-color: #29dba7;
	background-image: -moz-linear-gradient(top,#29dba7 0,#29dba7 100%);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#29dba7),to(#29dba7));
	background-image: -webkit-linear-gradient(top,#29dba7 0,#29dba7 100%);
	background-image: -o-linear-gradient(top,#29dba7 0,#29dba7 100%);
	background-image: linear-gradient(to bottom,#29dba7 0,#29dba7 100%);
	border-color: #29dba7;
	color: #fff;
	height: 33px;
	line-height: 33px;
	width: 100%;
	padding-left: 0;
	padding-right: 0;
	font-size:16px;
}
.login_help_panel {
	overflow: hidden;
	margin-top: 10px;
}
.login_help_panel label {
	float: left;
}
.frm_checkbox_label {
	display: inline-block;
	text-align: left;
	cursor: pointer;
	margin-right: 1em;
}
.login_forget_pwd {
	float: right;
}
.frm_checkbox {
	position: absolute;
	left: -999em;
}


