@charset "utf-8";
/* 登录页 */
html{}
body{margin:0; height:100%;}
.login{ margin:0; padding:0px; position:absolute; height:55%; width:100%; background:url(../images/login_bg.png) #1b8cce no-repeat ; background-position:bottom; background-size:auto;} 
.wraper{width:620px; background:#fff; height:320px; position: absolute; top: 45%; left:50%; transform: translate(-50%, -50%); -moz-box-shadow: 0px 1px 3px 1px #eaf0f3; -webkit-box-shadow: 0px 1px 3px 1px #eaf0f3; box-shadow: 0px 1px 3px 1px #eaf0f3;}

.wraper .loginimg{ float:left; width:260px; }
.wraper .loginimg img{ width:280px; margin: 50px 0 0 15px; }
.wraper #loginform{ margin:65px 0px 0px 60px; float:left; display:inline-block; width:260px;}
.wraper #loginform .row{ height:50px; line-height:50px; }
.wraper #loginform .row input{ padding:4px 5px; display:inline-block; font-size:12px; border:1px solid #B3B3B3 ; color:#797777; width:100%;height: 35px; }
.wraper #loginform .row input[type=checkbox]{ padding-left:0px; width:auto; margin-right:5px;}
.wraper #loginform .row .submitBtn{  background-color:#1b8cce; border:0; color:#fff; font-size:14px; }
.wraper #loginform .row.title{ height:25px; line-height:25px; font-size:16px; color:#999;}
.wraper #loginform .row .submitBtn:hover{background-color:#4479e9;}
.wraper #loginform .row.errordiv{ height:18px; line-height:18px; padding:2px; overflow:hidden;}
.wraper #loginform .row.errordiv label{ width:100%; color:#F13649; font-size:12px; display: inline-block !important;}