@CHARSET "UTF-8";

.login form .send {
    margin-top: 15px;
}
.login form div input {
    border: none !important;
}

#jq_user_pwd_update_form {
    margin-top: 70px;
}

#jq_pwd_update_div .item_tab {
    margin-left: 20px;
}

.btn_prev,
.btn_next {
    display: none !important;
}

.update_head {
    font-size: 16px;
    font-weight: bold;
    color: #4C8DEE;
    margin-top: 15px;
    height: 20px;
}

/*20190325ADD*/
.login {position: relative;}
.login.login_code .click_code{position:absolute; right:0px; top:0px; width:67px; height:68px; background: url(../images/login_code.png) right top no-repeat #F9FAFB; text-align:center; cursor: pointer;}
.login.login_pc .click_pc{position:absolute; right:0px; top:0px; width:67px; height:68px; background: url(../images/login_pc.png) right top no-repeat #F9FAFB; text-align:center; cursor: pointer;}
.login_code .login_title{font-size: 22px;color: #212121; padding-top:25px; text-align:center;}
.login_code .login_img{ width:160px; height:160px; margin:20px auto 20px auto;}
.login_code .login_img.login_img_refresh{position:relative;width:160px; height:160px;margin-top:20px;}
.login_code .login_img.login_img_refresh:after{content:"";background: url(../images/login_refresh.png) center no-repeat rgba(0,0,0,0.5); position:absolute; left:0px; right:0px; top:0px; bottom:0px;}
.login_code .login_img img{width:160px; height:160px; margin-top:0px;}
.login_code .login_tip{font-size:14px; height:14px; line-height:14px; color:#333333; text-align:center;}
.login_code .login_oper{font-size:14px; color:#5e9bef; text-align:center; margin-top:10px;}
.login_code .login_oper i{display:inline-block; width:10px; height:10px; background-image:url(../images/new_blue.png); background-size:10px;}
.login_code .login_oper a{cursor:pointer; text-decoration:none; color:#5e9bef;}
.login_code .login_oper a:hover{text-decoration:underline;} 
.login_code .login_oper a span{vertical-align:top; margin-left:3px;}
.login.none{ display:none;}
.login_txt_color{text-align:center;color:#333 !important; padding-top:20px !important;}