.register-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;
}

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

.register-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;
}

.register-form-wrapper {
    margin-top: 0.75rem !important;
}

.register-form-wrapper .login-logo-img {
    max-height: 100px;
    width: auto;
}

@media (max-width: 767.98px) {
    .register-form-wrapper {
        margin-top: 1.75rem !important;
    }
}

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

    .min-vh-100-md-vh-100 {
        height: auto !important;
        min-height: 0 !important;
    }

    .login-form-section {
        align-items: center !important;
        min-height: calc(100dvh - 92px) !important;
        padding-top: 0 !important;
    }

    .register-form-wrapper {
        margin-top: 0.75rem !important;
    }
}

