/*=============== 公共样式  ==================== */
html{ height: 100%;}
body{ position: relative; font-family: "微软雅黑"; margin: 0;padding: 0; height: 100%;}


h1,h2,h3,h4,h5{padding: 0; margin: 0;}
.pad-0{ padding: 0 }

/*登录页面*/
.login_bg{ background:url(../images/login/logo_bg.jpg) no-repeat center top; width: 100%; height: 100%; background-size: 100% 100%; }
.left-box{background:url(../images/login/left-img.png) no-repeat 40px 50px; background-size: 95% 95%;width: 650px; height: 500px; }
.right-box{ background-color:rgba(255,255,255,0.9); border-top:1px solid #eb2034; border-radius: 5px; margin-top:30%; padding: 20px;  }
.login-content{ min-height: 260px; padding-top:20px; }

.login-content .form-inline .input-group{ width: 100%; margin-bottom: 20px; height: 30px; line-height: 30px;}
.login-content .input-group-addon{ padding: 5px;height: 30px; line-height: 30px; }
.login-content .form-inline .form-group{ width: 100%;}
.login-content .form-control{height: 42px; line-height: 42px; padding: 0; padding-left:10px; }
.login_error{ visibility:visible; color:#F00; font-size:14px; height:20px; display:block;}
.yzm .form-control{ float: left; width: 70% !important; }
.yzm .input-group-addon{ width: 12% !important;}
.yzm-img{ float: left;  width: 10% !important;}
.yzm-img img{ width: 80px; height: 40px; margin-left: 5px; }
.text-dl .btn{ width: 80%; }
.text-password{ text-align: right; height: 35px; line-height: 35px;}
.text-password .checkbox{ float: left; }
.text-password .wjmm{ float: left; padding-left: 5px; }
.text-clear{ display:inline-block; margin:0 auto; text-align:right;}