.local-passwordresetotp-page {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 2rem 1rem;
}

.local-passwordresetotp-card {
    width: min(100%, 520px);
    padding: 2rem;
    border: 1px solid #e1e7f0;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 48px rgba(17, 24, 39, .10);
}

.local-passwordresetotp-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    margin-bottom: 1rem;
    border-radius: 8px;
    background: #eef6ff;
    color: #0b5cad;
}

.local-passwordresetotp-icon .icon {
    width: 24px;
    height: 24px;
    margin: 0;
}

.local-passwordresetotp-title {
    margin: 0 0 .5rem;
    font-size: 1.6rem;
    line-height: 1.25;
}

.local-passwordresetotp-subtitle {
    margin: 0 0 1.5rem;
    color: #4b5563;
    font-size: .98rem;
}

.local-passwordresetotp-form .mform fieldset {
    margin: 0;
}

.local-passwordresetotp-form .mform legend,
.local-passwordresetotp-form .mform .fdescription {
    display: none;
}

.local-passwordresetotp-form .mform .form-group {
    margin-bottom: 1rem;
}

.local-passwordresetotp-form .mform .form-group.row {
    display: block;
}

.local-passwordresetotp-form .mform .col-form-label,
.local-passwordresetotp-form .mform .col-md-3,
.local-passwordresetotp-form .mform .col-md-9,
.local-passwordresetotp-form .mform .col-md-10,
.local-passwordresetotp-form .mform .offset-md-3 {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
}

.local-passwordresetotp-form .mform label {
    display: inline-block;
    max-width: 100%;
    color: #1f2937;
    font-weight: 600;
    white-space: normal;
}

.local-passwordresetotp-form .mform input[type="text"],
.local-passwordresetotp-form .mform input[type="password"] {
    width: 100%;
    max-width: none;
    min-height: 44px;
}

.local-passwordresetotp-form .fitem .felement,
.local-passwordresetotp-form .fitem .fitemtitle {
    float: none;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
    text-align: inherit;
}

.local-passwordresetotp-form .fitem {
    margin-bottom: 1rem;
}

.local-passwordresetotp-phone-tip {
    display: block;
    margin-top: -.35rem;
    padding: .75rem .85rem;
    border-inline-start: 3px solid #0b5cad;
    border-radius: 6px;
    background: #f3f8ff;
    color: #334155;
    font-size: .9rem;
    line-height: 1.45;
}

.local-passwordresetotp-form .form-inline,
.local-passwordresetotp-form .fitem_actionbuttons .felement,
.local-passwordresetotp-form .fitem_fgroup .felement {
    display: flex;
    flex-wrap: wrap;
    gap: .75rem;
    align-items: center;
}

.local-passwordresetotp-form .fitem_actionbuttons .felement {
    margin-top: .5rem;
}

.local-passwordresetotp-form .btn {
    min-height: 42px;
}

[dir="rtl"] .local-passwordresetotp-card,
.dir-rtl .local-passwordresetotp-card {
    text-align: right;
}

@media (max-width: 575.98px) {
    .local-passwordresetotp-page {
        padding: 1rem .75rem;
    }

    .local-passwordresetotp-card {
        padding: 1.35rem;
    }

    .local-passwordresetotp-title {
        font-size: 1.35rem;
    }
}
