 html {
     height: 530px;
 }
 
 em.error {
     background-image: none;
 }
 
 .clearafter:after {
     display: none;
 }
 
 .mb-20 {
     margin-bottom: 20px !important;
 }
 
 .header {
     background-color: #fff;
 }
 
 .login_left {
     width: 220px;
     height: 360px;
     background-color: #00A2E9;
     /*padding-top: 10px;*/
     text-align: center;
     line-height: 360px;
 }
 
 .login_right {
     width: 400px;
     height: 380px;
     background-color: #fff;
     text-align: center;
     padding-top: 20px;
 }
 
 .login_right_box {
     width: 320px;
     margin: 0 auto;
     color: #000;
 }
 
 .login_border {
     border-bottom: 1px solid #cccccc;
     padding-top: 20px;
 }
 
 .login_tab {
     text-align: left;
 }
 
 .login_name {
     font-size: 14px;
     font-weight: 600;
     margin-right: 20px;
     margin-top: 4px;
     width:66px;
 }
 .inp-verification{
     width: 110px;
     height: 30px;
     background-color: #f3f4f8;
     border: 1px solid #e6e6e6;
     padding: 0 24px 0 8px;
     font-size: 12px;
 }
 .login_inp {
     width: 200px;
     height: 30px;
     background-color: #f3f4f8;
     border: 1px solid #e6e6e6;
     padding: 0 24px 0 8px;
     font-size: 12px;
 }
 
 .login_btn {
     width: 100%;
     height: 40px;
     background-color: #00A2E9;
     color: #fff;
     margin-top: 40px;
     opacity: 0.8;
 }
 
 .verification-code{
     line-height: 28px;
     background-color: #00A2E9;
     color: #fff;
     opacity: 0.8;
 }
 .login_btn:hover {
     opacity: 1;
 }