.page-forgot_password {
    min-height: 100vh;
    margin: 0;
    background:
        linear-gradient(rgba(17, 103, 255, .045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(17, 103, 255, .045) 1px, transparent 1px),
        linear-gradient(135deg, #f7fbff, #edf4fb 48%, #fff);
    background-size: 40px 40px, 40px 40px, auto;
}

.forgot-page-shell {
    min-height: 100vh;
    display: grid;
    grid-template-columns: minmax(340px, 430px) minmax(0, 1fr);
    gap: 18px;
    align-items: stretch;
    width: min(1120px, calc(100% - 36px));
    margin: 0 auto;
    padding: 30px 0;
}

.forgot-brand-panel,
.forgot-card {
    border-radius: 24px;
    border: 1px solid rgba(126, 148, 184, .22);
    box-shadow: 0 24px 58px rgba(6, 27, 73, .10);
}

.forgot-brand-panel {
    display: grid;
    align-content: space-between;
    min-height: 560px;
    padding: 28px;
    color: #fff;
    background:
        radial-gradient(circle at 82% 15%, rgba(14, 165, 233, .24), transparent 28%),
        radial-gradient(circle at 12% 84%, rgba(22, 163, 74, .16), transparent 24%),
        linear-gradient(145deg, #061b49, #0b3476 68%, #102a43);
}

.forgot-logo {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    width: fit-content;
    color: #fff;
    text-decoration: none;
}

.forgot-logo > span {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: 15px;
    color: #9ed7ff;
    background: rgba(255, 255, 255, .12);
    border: 1px solid rgba(255, 255, 255, .16);
}

.forgot-logo strong {
    display: grid;
    gap: 2px;
    color: #fff;
    font-size: 18px;
    letter-spacing: .04em;
}

.forgot-logo em {
    color: rgba(255, 255, 255, .62);
    font-size: 8px;
    font-style: normal;
    letter-spacing: .10em;
    text-transform: uppercase;
}

.forgot-brand-copy .eyebrow,
.forgot-card-head span {
    color: #6d7c9c;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.forgot-brand-copy .eyebrow {
    color: #9ed7ff;
}

.forgot-brand-copy h1 {
    max-width: 340px;
    margin: 14px 0 12px;
    color: #fff;
    font-size: 30px;
    line-height: 1.1;
}

.forgot-brand-copy p {
    max-width: 350px;
    margin: 0;
    color: rgba(255, 255, 255, .74);
    font-size: 12px;
    line-height: 1.7;
}

.forgot-assurance {
    display: grid;
    gap: 10px;
}

.forgot-assurance div {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 48px;
    padding: 10px 12px;
    border-radius: 15px;
    color: rgba(255, 255, 255, .84);
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .13);
    font-size: 12px;
}

.forgot-assurance i {
    width: 32px;
    height: 32px;
    display: grid;
    place-items: center;
    border-radius: 11px;
    color: #9ed7ff;
    background: rgba(255, 255, 255, .12);
}

.forgot-card-wrap {
    display: grid;
    place-items: center;
}

.forgot-card {
    width: min(520px, 100%);
    padding: 28px;
    background: rgba(255, 255, 255, .96);
}

.forgot-card-head {
    margin-bottom: 18px;
}

.forgot-card h2 {
    margin: 8px 0 8px;
    color: #061b49;
    font-size: 25px;
    line-height: 1.14;
}

.forgot-card p {
    margin: 0;
    color: #66738f;
    font-size: 12px;
    line-height: 1.65;
}

.forgot-alert {
    display: grid;
    grid-template-columns: 28px minmax(0, 1fr);
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
    padding: 12px;
    border-radius: 14px;
    font-size: 11.5px;
}

.forgot-alert.success {
    color: #065f46;
    background: #ecfdf5;
    border: 1px solid #bbf7d0;
}

.forgot-alert.danger {
    color: #991b1b;
    background: #fff1f2;
    border: 1px solid #fecdd3;
}

.forgot-alert i {
    width: 28px;
    height: 28px;
    display: grid;
    place-items: center;
    border-radius: 10px;
    background: rgba(255, 255, 255, .72);
}

.forgot-card label {
    display: block;
}

.forgot-card label > span {
    display: block;
    margin-bottom: 7px;
    color: #061b49;
    font-size: 12px;
    font-weight: 700;
}

.forgot-input {
    display: grid;
    grid-template-columns: 18px 1fr;
    align-items: center;
    gap: 10px;
    min-height: 50px;
    padding: 0 14px;
    border-radius: 15px;
    background: #fff;
    border: 1px solid rgba(126, 148, 184, .30);
}

.forgot-input i {
    color: #1167ff;
}

.forgot-input input {
    width: 100%;
    border: 0;
    outline: 0;
    color: #061b49;
    background: transparent;
    font-size: 13px;
}

.forgot-actions {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 16px;
}

.forgot-submit {
    width: auto;
    min-width: 178px;
    min-height: 44px;
    justify-content: center;
    padding: 0 20px;
}

.forgot-back {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #1167ff;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
}

@media (max-width: 900px) {
    .forgot-page-shell {
        grid-template-columns: 1fr;
        width: min(680px, calc(100% - 28px));
        padding: 14px 0;
    }

    .forgot-brand-panel {
        min-height: auto;
        gap: 28px;
    }
}

@media (max-width: 520px) {
    .forgot-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .forgot-submit {
        width: 100%;
    }
}


/* 2026 Dense Page Override */
.page-forgot_password {
    --page-gap: 12px;
}

.page-forgot_password .page-hero,
.page-forgot_password .dashboard-hero,
.page-forgot_password .soft-card,
.page-forgot_password .table-card,
.page-forgot_password .form-card,
.page-forgot_password .detail-card,
.page-forgot_password .search-panel,
.page-forgot_password .status-table-card,
.page-forgot_password .status-drawer,
.page-forgot_password .status-filter-bar,
.page-forgot_password .status-kpi-row article,
.page-forgot_password .company-work-card,
.page-forgot_password .company-flow-panel,
.page-forgot_password .customer-form-section,
.page-forgot_password .trip-lr-board,
.page-forgot_password .workflow-runway,
.page-forgot_password .quick-action,
.page-forgot_password .kpi-card {
    border-radius: 14px;
}

.page-forgot_password h1 {
    font-size: clamp(17px, 2vw, 22px);
}

.page-forgot_password h2 {
    font-size: clamp(14px, 1.7vw, 18px);
}

.page-forgot_password h3,
.page-forgot_password h4 {
    font-size: 12px;
}

.page-forgot_password p,
.page-forgot_password li,
.page-forgot_password label,
.page-forgot_password input,
.page-forgot_password select,
.page-forgot_password textarea,
.page-forgot_password td,
.page-forgot_password .table-head p,
.page-forgot_password .detail-row,
.page-forgot_password .alert-strip,
.page-forgot_password .status-ops-table td,
.page-forgot_password .status-invoice-table td,
.page-forgot_password .trip-preview-table td {
    font-size: 9.9px;
}

.page-forgot_password small,
.page-forgot_password .eyebrow,
.page-forgot_password label span,
.page-forgot_password label > em,
.page-forgot_password table th,
.page-forgot_password .status-ops-table th,
.page-forgot_password .status-invoice-table th,
.page-forgot_password .trip-preview-table th {
    font-size: 8.2px;
}

.page-forgot_password .btn {
    min-height: 34px;
    font-size: 9.8px;
}

.page-forgot_password input,
.page-forgot_password select,
.page-forgot_password textarea {
    min-height: 36px;
}

.page-forgot_password table th,
.page-forgot_password table td,
.page-forgot_password .status-ops-table th,
.page-forgot_password .status-ops-table td,
.page-forgot_password .status-invoice-table th,
.page-forgot_password .status-invoice-table td,
.page-forgot_password .trip-preview-table th,
.page-forgot_password .trip-preview-table td {
    padding: 9px 10px;
}

.page-forgot_password .fa-solid,
.page-forgot_password .fas,
.page-forgot_password .fa-regular,
.page-forgot_password .far,
.page-forgot_password .fa-brands,
.page-forgot_password .fab,
.page-forgot_password .kpi-icon,
.page-forgot_password .qa-icon {
    font-size: 1.08em;
}

.page-forgot_password .cards-2,
.page-forgot_password .cards-3,
.page-forgot_password .grid-2,
.page-forgot_password .grid-3,
.page-forgot_password .form-grid,
.page-forgot_password .detail-grid,
.page-forgot_password .kpi-grid,
.page-forgot_password .quick-actions,
.page-forgot_password .workflow-runway-grid,
.page-forgot_password .status-kpi-row,
.page-forgot_password .status-filter-bar,
.page-forgot_password .status-drawer-fields,
.page-forgot_password .trip-preview-flow,
.page-forgot_password .trip-extract-mini-grid {
    gap: 12px;
}

