@charset "utf-8";
/*登录页*/
html,body{
	width:100%;
	height:100%;
}
form{
	width:100%;
	height:50%;
}
#login_bg{
	width:100%;
	height:100%;
	min-width:1280px;
	position:absolute;
	z-index:-1;
}
#login_logo{
	margin:1.2% 0 0 1.3%;
}
#login_input{
	position:absolute;
	left:42.5%;
	top:35.3%;
}
.login_user{
	position:absolute;
	right:106px;
	z-index:33;
	font-size:14px;
	border:none;
	height:35px;
	line-height:35px;
	background-color:rgba(0,0,0,0);
} 
#login_input #username{
	top:44px;
	width:235px;
	color:#ffffff;
	font-size:14px;
	z-index:99;
	
}
::-webkit-input-placeholder { /* WebKit browsers */
	    color:#ffffff;
	}
	:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	    color:#ffffff;
	}
	::-moz-placeholder { /* Mozilla Firefox 19+ */
	    color:#ffffff;
	}
	:-ms-input-placeholder { /* Internet Explorer 10+ */
	    color:    #ffffff;
	}
		
#login_input #password{
	top:100px;
	width:235px;
	color:#ffffff;
	font-size:14px;
	z-index:99;
}
#login_input #identifycode{
	width:159px;
	top:153px;
	right:184px;
	color:#ffffff;
}
#identifycode_img{
	position:absolute;
	right:101px;
	z-index:33;
	top:157px;
	display:block;
	width:65px;
	height:30px;
}
#identifycode_img img{
	width:100%;
	height:100%;
}
#logo_button{
	width:307px;
	height:48px;
	position:absolute;
	right:94px;
	top:245px;
	border:none;
	background:url(../images/loginImg/logo_button.png) no-repeat center center;
	cursor:pointer;
}
.img_yz{
	margin-left:7px;
	float:left;
}
/*错误信息提示*/
.error_remind{
	color:red;
	position:absolute;
	right:251px;
    top: 210px;
    font-size:14px;
}