.forgot-page-footer {
    position: absolute;
    left: 50%;
    bottom: 14px;
    transform: translateX(-50%);
    width: min(92%, 640px);
    text-align: center;
    font-size: 0.78rem;
    line-height: 1.45;
    color: #5f6368;
    padding: 0.46rem 0.95rem;
}

.forgot-page-footer .footer-link {
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.forgot-mobile-footer {
    font-size: 0.76rem;
    line-height: 1.45;
    padding-top: 0.4rem;
    padding-bottom: 0.65rem;
}

.login-legal-links {
    margin-top: 0.35rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0;
}

.login-legal-links a {
    color: #585858;
    text-decoration: none;
    font-size: 0.73rem;
    font-weight: 600;
    line-height: 1.25;
    padding: 0 6px;
}

.login-legal-links a::after {
    content: '·';
    margin-left: 10px;
    color: #c8c0b8;
    pointer-events: none;
}

.login-legal-links a:last-child::after {
    display: none;
}

.login-legal-links a:hover {
    color: #7F5539;
    text-decoration: underline;
}

@media (min-width: 992px) {
    .forgot-auth-shell {
        height: 100vh;
        overflow: hidden;
    }

    .forgot-auth-row {
        height: 100%;
    }

    .forgot-form-section,
    .forgot-graphic-section {
        height: 100%;
    }
}

@media (max-width: 991.98px) {
    .forgot-auth-shell {
        height: auto !important;
        min-height: 0 !important;
        overflow: visible !important;
    }

    .forgot-auth-row {
        height: auto !important;
        min-height: 0 !important;
    }

    .forgot-form-section {
        min-height: auto !important;
        height: auto !important;
        align-items: center !important;
        justify-content: center !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        overflow: visible !important;
    }

    .forgot-wrapper {
        padding-bottom: 0.55rem !important;
    }

    .forgot-wrapper #forgotPasswordForm .text-center {
        margin-top: 0.55rem !important;
    }

    .forgot-mobile-footer {
        margin-top: 0 !important;
        padding-top: 0.4rem;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .forgot-mobile-footer .footer-container > div {
        white-space: nowrap;
        font-size: 0.68rem;
    }
}

