body,html{height:100%;margin:0px;}
.login_bg{width:100%;height:100%;background:url(../../images/hyxlsoft/logbg.jpg) no-repeat; background-position:50% 50%;background-size:100% 100%;position:revative;;box-sizing:border-box;}
.login_main{padding-top:329px;}
.login_form{width:400px;height:380px;text-align: center;position:relative;margin-left:455px;background: rgba(255,255,255,0.7);border-radius:5px;padding:20px;box-sizing:border-box;}
.login_form form{text-align: center;}
.login_title{font-size:36px;letter-spacing:1px; color:#000;font-weight:bold;margin:auto;text-align: center;margin-top:100px;margin-bottom:40px; background:url(../../images/hyxlsoft/new_logo.png) no-repeat 40px center; line-height:55px; padding-left:46px;}
.login_headimg{margin: 35px auto;display: block;}
.login_input{width: 260px;border:1px solid #ccc;height:38px;line-height: 38px;margin:10px 0px 10px 0px;padding:3px;padding-left: 8px;font-size: 16px;border-radius: 6px;}
.login_button{cursor:pointer;width:256px;text-align: center;background: #199ce0;color:#fff;height:40px;line-height:40px;font-size:20px;border-radius:5px;margin-top:10px;}
.login_other{width:246px;margin:20px auto;text-align: left;}
.login_jzmm{margin-left:5px;color:#717171;font-size: 14px;height:20px;line-height:20px;}
.bottom {
    width: 100%;
    height: 45px;
    line-height: 45px;
    background: #2b2b2f;
    font-size: 14px;
    color: #FFF;
    text-align: center;
}
.login_reg {
    float: right;
    color: #717171;
    font-size: 14px;
    height: 20px;
    line-height: 20px;
    text-decoration: none;
    cursor:pointer;
}
/* //适应手机端760px以下 */
@media screen and (max-width: 760px){
	.login_form{
		width:310px;
		margin-left:6.5px;
		bottom:150px;
	}
}
@media (min-width:360px) and (max-width:640px){
	.login_form{
	    margin-left: 23.5px;
    	bottom: 122px;
	}
}
@media (min-width:375px) and (max-width:640px){
	.login_form{
	    margin-left: 33.5px;
    	bottom: 100px;
	}
}
@media (min-width:412px) and (max-width:640px){
	.login_form{
	    margin-left: 50.5px;
	}
}
@media (min-width:414px) and (max-width:640px){
	.login_form{
	    margin-left: 51.5px;
	    bottom: 80px;
	}
}






