.reset-password #complexity {
    display: inline-block;
    width: 200px;
    padding: 2px;
    color: #333;
    font-size: 11px;
    text-align: center;
}

.reset-password .error {
    color: red;
}

.reset-password .default {
    background-color: #CCC;
}

.reset-password .weak {
    background-color: #FF5353;
}

.reset-password .strong {
    background-color: #FAD054;
}

.reset-password .stronger {
    background-color: #93C9F4;
}

.reset-password .strongest {
    background-color: #B6FF6C;
}

.reset-password #page-password .sm_txt {
    text-align: center;
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #61493e;
}

.reset-password #page-password .form_table {
    max-width: 800px;
    width: 100%;
    margin: 40px auto 0;
}

.reset-password .form_table .input-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 40px;
}

.reset-password .form_table .input-wrap label {
    font-size: 22px;
    color: #111;
    width: 100%;
    font-weight: bold;
}

.reset-password .form_table .input-wrap input {
    padding: 22px 20px;
    width: 100%;
    font-size: 110%;
    box-sizing: border-box;
    border: 1px solid #f9d4b0;
    background-color: #fbf7f6;
}

.reset-password .form_table .input-wrap .note {
    color: #979797;
    font-size: 14px;
}

.reset-password .box-expire {
    max-width: 1000px;
    background: #ffedf2 !important;
    padding: 52px 20px !important;
    text-align: center;
    color: #614a3f;
    margin: 0 auto !important;
}

@media only screen and (min-width: 330px) {
    .reset-password .form_table .input-wrap input {
        padding: 15px;
    }

    .reset-password .form_table .input-wrap label {
        font-size: 110%;
    }

    .reset-password .form_table .input-wrap {
        margin-bottom: 20px;
    }
}

#contents {
    padding-bottom: 50px !important;
}

.reset-password .contents_m{
    margin-top: 50px;
}

.reset-password .contents_box_custom {
    margin-bottom: 60px;
}

.reset-password .input-wrap input{
    position: relative;
    z-index: 1;
}