.password-reset header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 50px;
    padding: 0 20px;
    border-bottom: 1px solid #D9D9D9;
    background-color: #FFFFFF;
}

.password-reset .header-logo img {
    height: 18px;
}

.password-reset .header-login {
    text-transform: uppercase;
    font-weight: 400;
    color: #000000;
}

.password-reset .reset-method {
    display: flex;
    align-items: center;
    padding-top: 50px;
}

.password-reset .step-two-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
    padding: 0;
}

    .password-reset .step-two-nav li {
        display: flex;
        flex: 0 1 336px;
        list-style-type: none;
        margin: 10px;
        padding: 0;
    }

        .password-reset .step-two-nav li a {
            padding: 10px;
            border: 1px solid #D9D9D9;
            border-radius: 10px;
            text-align: center;
        }

.password-reset .icon-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    font-style: normal;
    position: relative;
    width: 50px;
    margin: 0 auto 10px;
    height: 50px;
    border: 1px solid #D9D9D9;
    border-radius: 10px;
}

.password-reset .title {
    font-size: 1.667rem;
    font-weight: 700;
    line-height: 1.733rem;
    letter-spacing: -1px;
    margin: 0 0 12px;
}

.password-reset .container.user-details,
.password-reset .container.reset-code-options {
    max-width: 360px;
    padding-top: 58px;
}

.password-reset .form-label {
    display: block;
    font-size: 1.067rem;
    font-weight: 500;
}

.password-reset input[type=text].form-control,
.password-reset input[type=email].form-control {
    border-color: #949494;
}

    .password-reset input[type=text].form-control:focus,
    .password-reset input[type=email].form-control:focus {
        outline: 2px solid #005FAF;
    }

.password-reset .link {
    color: #3298CB;
}

    .password-reset .link:focus {
        outline: 2px solid #3298CB !important;
    }

.password-reset .field-subtext {
    display: block;
    font-size: .733rem;
    line-height: .88rem;
    color: #595959;
    margin: 3px 0 0;
}

.password-reset .btn-primary {
    font-size: 1.333rem;
    font-weight: 500;
    width: 100%;
    height: 58px;
    background-color: #00558D;
    border: none;
}

    .password-reset .btn-primary:disabled {
        background-color: #B3B3B3;
    }

.password-reset .back-link {
    font-size: 0.8rem;
    line-height: 1.44rem;
    color: #949494;
}

    .password-reset .back-link .fa-arrow-left {
        margin-right: 5px;
    }

.password-reset .modal-header {
    border: none;
    background: none;
}

.password-reset .modal-title {
    font-size: 1.667rem;
    color: #000000;
}

.password-reset .modal-body p {
    font-size: 1.067rem;
    color: #454D58;
}

.password-reset .modal-body small {
    font-size: 0.933rem;
    color: #454D58;
}

.password-reset h3 {
    font-size: 1.2rem;
    line-height: 1.44rem;
    color: #949494;
    margin: 0 0 12px;
}

.password-reset p {
    font-size: .933rem;
    line-height: 1.12rem;
    color: #949494;
}

.password-reset .reset-options-radios {
}

    .password-reset .reset-options-radios input {
        position: absolute;
        left: -9999px;
    }

        .password-reset .reset-options-radios input:checked + label {
            border-color: #0A639A;
        }

            .password-reset .reset-options-radios input:checked + label i {
                color: #FFFFFF;
                background-color: #0A639A;
            }

    .password-reset .reset-options-radios label {
        display: flex;
        height: 72px;
        margin: 0 0 20px;
        padding: 16px;
        border: 1px solid #E2E8F0;
        border-radius: 5px;
    }

        .password-reset .reset-options-radios label:hover {
            cursor: pointer;
        }

    .password-reset .reset-options-radios span {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .password-reset .reset-options-radios i {
        display: flex;
        align-items: center;
        justify-content: center;
        flex: 0 0 40px;
        height: 40px;
        border-radius: 12px;
        background-color: #FAFAFA;
        margin-right: 16px;
    }

    .password-reset .reset-options-radios h5 {
        font-size: .933rem;
        line-height: .933rem;
        font-weight: 700;
        margin: 0;
    }

    .password-reset .reset-options-radios p {
        font-size: .8rem;
        line-height: .8rem;
        margin: 0;
        color: #718096;
    }

    .password-reset .reset-options-radios p {
        margin: 0;
    }

@media (min-width: 732px) {
    .password-reset .reset-method {
        height: calc(100vh - 50px);
    }
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Hide spin buttons in Firefox */
input[type="number"] {
    -moz-appearance: textfield;
    padding-left: 28px;
}

.reset-code-input::-webkit-outer-spin-button,
.reset-code-input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


.reset-code-input {
    box-sizing: border-box;
    /* Auto layout */
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    padding: 8px;
    gap: 10px;
    width: 66px;
    height: 66px;
    border: 1px solid #005FAF;
    border-radius: 12px;
    /* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 0;
}

#otp-input {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 16px;
    width: 100%;
    height: 66px;
}

    #otp-input input.reset-code-input {
        width: 56px;
        height: 56px;
        text-align: center;
        font-size: 24px;
        border-radius: 8px;
        border: 1px solid #ccc;
        outline: none;
    }

        #otp-input input.reset-code-input:focus {
            border-color: #007bff;
            box-shadow: 0 0 2px #007bff;
        }

#timer-text {
    font-size: 14px;
    color: #6c757d;
    font-weight: 400;
    line-height: 1;
    align-self: center;
    margin-top: 8px;
    white-space: nowrap;
}