.password-reset-main {
    width: 100%;
}

.password-reset-title {
    font-size: 27px;
    font-weight: 500;
    text-align: center;
}

.password-reset-item {
    width: 100%;
    margin: 30px 0;
    box-sizing: content-box;
    clear: both;
}

.password-reset-item-label {
    font-size: 13px;
    font-weight: bold;
    float: left;
    margin: 10px 0;
}

.password-reset-item input.base-input {
    width: 100%;
    margin: 0;
    padding: 0;
    height: 60px;
    border: 1px solid #b6b7b9;
    font-size: 13px;
    font-weight: 400;
    color: #000;
    text-align: center;
}

.auth-num-input {
    float: left;
    width: 70%;
    margin: 0;
    padding: 0;
    height: 60px;
    /* border: 1px solid #b6b7b9; */
    font-size: 13px;
    font-weight: 400;
    color: #000;
    text-align: center;
    border: 0;
}

.send-sms-again-btn {
    float: left;
    width: 30%;
    background-color: silver;
    height: 60px;
    font-size: 13px;
    font-weight: 400;
    text-align: center;
    line-height: 60px;
    cursor: pointer;
}

.input-border {
    border: 1px solid #b6b7b9;
    height: 60px;
    box-sizing: content-box;
    clear: both;
}

.remain-time-wrapper {
    clear: both;
    width: 100%;
    font-size: 14px;
    text-align: right;
    margin-top: 4px;
}

.remain-time {
    color: #ed3650;
}

.find-password-btn {
    width: 100%;
    background: #4272d8;
    border: 1px solid #4272d8;
    border-radius: 3px;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    padding: 15px;
}

#is-send-auth-num {
    display: none;
}