body{
	margin:0;	
	/*position: relative;*/
    min-width: 1200px;
}
.header{
	/*position: absolute;
    top: 200px;*/
	height: 115px;
	visibility: hidden;
}
.body{
	height:405px;
	/*margin-top: 115px;*/
}
.login-form{
	background: transparent;
	width: 1000px;
	margin: 0 auto;
	float: none;
}
.login-form .login-body{
	background: url("/hlogin/bg.png") no-repeat center top;
	width: 300px;
	height: 350px;
	float: right;
	padding-top: 120px;
	padding-left: 50px;
	padding-right: 50px;	
}
.btn-self{
	background: #1e7cd8 !important;
	border-radius: 5px !important;
	width: 270px !important;
	margin-right: 10px !important;
	
}
.row-input, .row-captcha{
	overflow:hidden;
	
}
.row-input input{
	float:left;
}
.row-captcha .row-input{
	float:left;
}
.ico-login{
	background: url(/hlogin/user1.png) no-repeat 15px center;
	opacity:1;
	height: 30px;
	background-size: 38px 23px !important;
	width: 40px;
	background-position-y: 4px !important;
	float:left;
}
.ico-password{
	background: url(/hlogin/pw.png) no-repeat 15px center;
	opacity:1;
	height: 30px;
	background-size: 38px 23px !important;
	width: 40px;
	background-position-y: 4px !important;
	float:left;
}
.ico-captchaText{
	background: url(/hlogin/yzm.png) no-repeat 15px center;
	opacity:1;
	height: 30px;
	background-size: 38px 23px !important;
	width: 39px;
	background-position-y: 4px !important;
	float:left;
}