/*样式重置*/
body{
    padding-bottom: 0 !important;
}

.login-l{
    color:#fff;
}

.reg-input {
    box-sizing: border-box;
    width: 220px;
    height: 45px;
    line-height: 45px;
    padding: 5px 10px 5px 25px;
    border: 0px solid #e45b5d;
    color: #333;
    transition: all 0.3s;
    border-radius: 25px;
    background: #e9ada0;
}
.reg-input::placeholder{color:#333;}

.reg-input-username,
.new-password{
    /*width: 250px;*/
}
.reg-left .row-feild {
    position: relative;
}

.reg-left .row-password .checkbox-show-pas {
    position: absolute;
    left: 170px;
    top: 15px;
    cursor: pointer;
}

.reg-left .reg-input-password-hidden {
    position: absolute;
    left: 0;
    font-size: 13px;
    border: none;
    display: none;
    outline: none;
}
.reg-button-submit {

    width: 100%;
    height: 45px;
    line-height: 45px;
    background-blend-mode: normal, normal;
    border-radius: 25px;
    color: #e92424;
    font-size: 16px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
    border: none;
}
.row-text{
    width: 120px;
    line-height: 39px;
}
.row-text a{
    color:#fff;
}
.row-text a:hover{
    color:#ff0000;
}


#J-button-submit {
    width: 130px;
}
.reg-left .ico-error {
    background-image: url(/assets/images/reg/ico-error.gif)
}
/*按钮样式*/

.phpdebugbar-minimized{
    display: none;
}

@media (max-width: 1030px){
    .row{
        margin-bottom:5px;
    }
    .reg-button-submit{

        height: 40px;
        line-height: 40px;
    }
    #J-button-submit{
        width: 220px;
    }
    .reg-input-username,
    .new-password{
        font-size:13px;
    }
    .row-text{
        width: 100%;
        text-align: center;
    }
    .login-wrap{
        padding: 25px 25px 0px 33px;
    }

    .rest-btn{
        margin-bottom:0px;
    }
    .pop{
        max-width: 200px;
    }

}