 .forget {
        padding: 75px 0 155px;
        margin: 0 auto;
        width: 494px;
        border-right: 0;
        padding-right: 0;
    }
    .forget .top_tab .title {
        font-size: 34px;
        text-align: center;
            line-height: 40px;
        font-size: 40px;
        font-weight: bold;
        color: #333;
    }
    .forget .register {
        margin-top: 60px;
            width: 100%;
            float: left;
    }
    .register .error_note_box {
        display: none;
        margin-top: 20px;
        padding: 10px;
        color: #f00;
        background: #fff9e1;
        border: 1px #ffdb83 solid;
    }
    .clear {
        margin: 0px auto;
        clear: both;
        height: 0px;
        font-size: 0px;
        overflow: hidden;
    }
    .register .row .input_box {
        display: block;
        width: 100%;
            position: relative;
    }
    .register .row label {
        display: block;
        line-height: 26px;
        font-size: 14px;
        color: #333;
    }
    .forget .register .input_box .input_box_txt {
        padding: 11px 27px;
        width: 100%;
        height: 49px;
        font-size: 14px;
        color: #333;
        box-sizing: border-box;
        margin: 8px 0;
        border-color: #d2d2d2;
        background-color: #fff;
        border: 1px #d9d9d9 solid;
        border-radius: 5px;
        position: relative;
        display: inline-block;
    }
    .register .intro {
    margin-bottom: 12px;
    line-height: 24px;
    color: #555;
    margin-top: 15px;
}
.register .intro dd {
    padding-left: 20px;
    line-height: 24px;
    font-size: 14px;
    color: #757575;
    background: url(/image/catgeory/point2.gif) no-repeat 5px 7px;
    letter-spacing: -0.5px;
}
 .register .btn_signup{
    width: 100%;
    height: 55px;
    line-height: 55px;
    padding: 0;
    margin-top: 20px;
    background-color: #232f3e;
    border: none;
    color: #fff;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    border-radius: 4px;
    -webkit-border-radius: 4px;
}
.forget .return {
    margin-top: 30px;
    text-align: center;
}
.forget .return a {
    font-size: 14px;
}