.boxlayout{width:100%;height:100%;}
.loginbox .formbox{margin-bottom:20px; }
.loginbox .loginboxtit{line-height: 65px;text-align: center;    font-size: 16px;color: #333;}
.loginbox .formbox .forminput{width:310px;height:40px;text-indent: 8px;display: block; margin:0 auto; border: 1px solid #dbdad4;border-radius:3px;}
.loginbox .formbox .forminput:hover{border: 2px solid #00b1f3}
.loginbox .rememberpwd{margin-left: 37px;color:gray; width:100px;display:inline-block; text-align: left;margin-top: 20px;}
.loginbox .rememberpwd input{position:relative;top:-1px;}
.loginbox .formbox .loginbtn{width: 180px;height: 34px; display: block;margin: 0 auto;cursor: pointer;background-color: #007CD3;border: none;color: #fff;margin-top: 53px;}
.footer{width:100%; text-align: center;color:#fff; position: absolute;bottom:30px;}
.error{display:inline-block;}



html,body{width: 100%;height: 100%;}
body{background: url(../images/bg.png)no-repeat;background-size: 100% 100%;}
.loginimg{height: 25px;display: block;margin: 10px auto;margin-top: 55px;}
.loginbox {width: 380px;height: 400px;position: absolute;right: 15%;top: 19%;background-color: #fff;box-shadow: -1px -1px 18px grey;}
.formbox { margin-top: 30px;}
@media only screen and (min-width: 1600px) and (max-width: 1920px) {
	.loginbox {width: 480px;height: 500px;right: 16%; top: 26%;}
	.loginbox .formbox .forminput {width: 80%;height: 50px;font-size: 18px;}
	.loginimg { height: 30px; margin-top: 55px;margin-bottom: 50px;}
	.loginbox .rememberpwd {margin-left: 50px;font-size: 18px;}
	input[type="checkbox"], .checkbox {display: inline-block; width: 21px;height: 21px;}
	.loginbox .formbox .loginbtn {width: 230px;height: 45px;font-size: 18px;}
}




















