*{
	list-style:none;
	margin:0;
	padding:0;
	font-family:"微软雅黑",arial;
}
.login-back{
	/*color:white;*/
	/*background:#010A1A url("../../images/developer/bac2.png") no-repeat center top;*/
	position:relative;
}
.login-back .logo{
	background:transparent url("../../images/developer/logo.png") no-repeat;
	position:absolute;
	width:106px;
	height:42px;
	left: 24px;
    top: 25px;
}
.NewLogin-back{
	display:table;
	position:fixed;
	width:100%;
	height:100%;
	top:0;
	bottom:0;
	left:0;
	right:0;
}
.NewLogin-back .NewLogin-cont{
	display:table-cell;
	vertical-align:middle;

}
.NewLogin-back .login-cont{
	margin:auto;
	/*background:transparent url("../../images/developer/form-bac2.png") no-repeat;*/
	-ms-background-size: cover;
	background-size: 100% !important;
	width:420px;
	height:484px;
	position:relative;
}
.NewLogin-back .li-username{
	height: 30px;
    left: 63px;
    position: absolute;
    top: 176px;
    width: 278px;
}
.NewLogin-back .li-username label, .NewLogin-back .li-password label, .NewLogin-back .li-captcha label{
	background:none;
	border:none;
	color:#aaa;
	line-height: 30px;
}
.NewLogin-back .li-username input, .NewLogin-back .li-password input{
	height:100%;
	line-height: 30px;
	width:100%;
	background:none;
	border:none;
	color:white;
}

.NewLogin-back .li-password{
	height: 30px;
    left: 63px;
    position: absolute;
    top: 228px;
    width: 278px;
}
/********2017-09-29添加验证码添加的代码**********/
.NewLogin-back .li-captcha{
	height: 30px;
    left: 63px;
    position: absolute;
    top: 278px;
    width: 312px;
}

.NewLogin-back .li-captcha input{
	height: 100%;
    width: 60%;
    background: none;
    border: none;
    color: white;
    display: inline-block;
}
.refresh_captcha{
	height:30px;
	display: block;
	float: right;
}
.captcha_img{
	display: block;
	width:60px;
	height:85%;
	float: left;
}

/********2017-09-29添加验证码添加的代码**********/

.NewLogin-back .li-remember{
    font-size: 13px;
    left: 67px;
    position: absolute;
    top: 330px;
    width: 278px;
}
.NewLogin-back .li-btn{
    font-size: 13px;
    height: 34px;
    left: 63px;
    position: absolute;
    top: 370px;
    width: 302px;
    background:transparent url("../../images/developer/login-btn.png") no-repeat;
}
.NewLogin-back .li-btn input{
	width:100%;
	height:100%;
	border:none;
	color:white;
	cursor:Pointer;
	background: transparent;
}
#msg{
	font-size: 13px;
    left: 63px;
    position: absolute;
    top: 151px;
}
.NewLogin-foot{
	bottom: 4px;
    font-size: 13px;
    position: fixed;
    width: 100%;
}

.NewLogin-foot p {
	text-align: center;
}


#login-remember{
	/*width:58px;*/
	cursor:pointer;
	display:block;
	padding-left:22px;
	background:transparent url("../../images/developer/remenber.png") no-repeat 1px 2px;
	line-height: 16px;
	color: #fff;
}
#login-remember.checked{
	background-position:1px -14px;
}

/**2017-11-22修改IE的placeholder和谷歌、火狐表现不一致，修改的label的样式**/
.username_label, ._password_label, .captcha_label{
    position: absolute;
    z-index: -1;
}
/**2017-11-22修改IE的placeholder和谷歌、火狐表现不一致，修改的label的样式**/
