
body {
    background: #EBECF0;
}

.wh-img {
    width: 100%;
    height: 100%
}

.clear {
    clear: both
}

/*********************************忘记密码********************/
.login_warp {
    width: 450px;
    text-align: center;
    background: #FFFFFF;
    margin: 0px auto;
    position: relative;
    top: 30%
}

.close_box {
    position: absolute;
    width: 18px;
    height: 18px;
    box-shadow: inset 0px 0px 8px 0px rgba(0, 0, 0, 0.14);
    line-height: 18px;
    text-align: center;
    border-radius: 50%;
    cursor: default;
    top: 16px;
    right: 16px;
}

.login_box {
    width: 294px;
    padding-left: 78px;
    padding-top: 60px;
    padding-bottom: 60px;
}

.login_txt {
    text-align: center;
    font-size: 24px;
}

.mima_intbox {
    margin-top: 15px;
    width: 294px;
    height: 40px;
    border-radius: 5px;
    outline: none;
    border: 0px;
    text-indent: 10px;
    border-bottom: 2px solid #F9F9F9
}

.mima_yzmint {
    margin-top: 20px;
    height: 40px;
    outline: none;
    border: 0px;
    text-indent: 10px;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom: 2px solid #F9F9F9
}

.yzm_but {
    margin-top: 20px;
    height: 40px;
    width: 100px;
    background-color: #0055DA;
    outline: none;
    border: 0;
    color: #FFFFFF;
    border-radius: 5px;
}

.login_on {
    width: 294px;
    height: 40px;
    border-radius: 5px;
    background-color: #0055DA;
    color: #FFFFFF;
    border: 0;
    font-size: 16px;
}

.login_fl {
    width: 40%;
    height: 40px;
    border: 1px solid #0055DA;
    text-align: center;
    line-height: 40px;
    color: #0055DA;
    float: left
}

/*******************************注册*************************/

.signup_m {
    margin-top: 15px;
    width: 294px;
    height: 40px;
    border-radius: 5px;
    outline: none;
    border: 0px;
    border-bottom: 2px solid #F9F9F9;
    text-indent: 10px;
    font-size: 14px;
}

.signup_m2 {
    margin-top: 15px;
    width: 294px;
    height: 40px;
    border-radius: 5px;
    outline: none;
    border: 0px;
    border-bottom: 2px solid #F9F9F9;
    text-indent: 10px;
    font-size: 14px;
}

/**********************************修改成功**************************/

.loginok_img {
    margin: 0 auto;
    margin-top: 40px;
}

.p_txt {
    color: #666666;
    font-size: 18px;
    text-align: center;
    margin-top: 20px;
}

/********************************重置密码************************/
.hui-input {
    margin-top: 40px;
    height: 40px;
    background-color: #f2f2f5;
    outline: none;
    border: 0px;
    text-indent: 10px;
    font-size: 14px;
    width: 242px;
}

.hui-pwd-eyes {
    width: 52px;
    background-color: #f2f2f5;
    height: 40px;
    margin-top: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.eyes_img {
    width: 19px;
    height: 12px;
}

.newSelectBox {
    margin-bottom: 10px
}

/*************************************************验证****************************************/
.Validform_checktip {
    margin-left: 8px;
    line-height: 20px;
    height: 20px;
    overflow: hidden;
    color: #999;
    font-size: 16px;
}

.Validform_right {
    color: #71b83d;
    padding-left: 20px;
    /*background:url(../../../../images/ZhuanTi/kyfudao_2019/ZhuanTi/kyfudao_2019/ceshi.png) no-repeat left center;*/
}

.Validform_wrong {
    color: red;
    padding-left: 20px;
    white-space: nowrap;
    /*background:url(../../images/ZhuanTi/kyfudao_2019/error.png) no-repeat left center;*/
}

.Validform_loading {
    padding-left: 20px;
    /*background:url(../../images/ZhuanTi/kyfudao_2019/onLoad.gif) no-repeat left center;*/
}

.Validform_error {
    background-color: #f2f2f5;
}

#Validform_msg {
    color: #7d8289;
    font: 12px/1.5 tahoma, arial, \5b8b\4f53, sans-serif;
    width: 280px;
    -webkit-box-shadow: 2px 2px 3px #aaa;
    -moz-box-shadow: 2px 2px 3px #aaa;
    background: #fff;
    position: absolute;
    top: 0px;
    right: 50px;
    z-index: 99999;
    display: none;
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#999999');
    box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);
}

#Validform_msg .iframe {
    position: absolute;
    left: 0px;
    top: -1px;
    z-index: -1;
}

#Validform_msg .Validform_title {
    line-height: 25px;
    height: 25px;
    text-align: left;
    font-weight: bold;
    padding: 0 8px;
    color: #fff;
    position: relative;
    background-color: #999;
    background: -moz-linear-gradient(top, #999, #666 100%);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#999), to(#666));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#999999', endColorstr='#666666');
}

#Validform_msg a.Validform_close:link, #Validform_msg a.Validform_close:visited {
    line-height: 22px;
    position: absolute;
    right: 8px;
    top: 0px;
    color: #fff;
    text-decoration: none;
}

#Validform_msg a.Validform_close:hover {
    color: #ccc;
}

#Validform _msg .Validform_info {
    padding: 8px;
    border: 1px solid #bbb;
    border-top: none;
    text-align: left;
}

.verification_img {
    padding: 0;
    margin: -36px 0px 0px 189px;
    text-align: center;
    font-size: 10px;
    height: 25px;
    line-height: 25px;


}
.verification_img img {

    border-radius: 5px;
}