.login-content.forgot-password-page {
    align-self: stretch;
    width: 100%;
    min-height: 100vh;
    justify-content: flex-start;
    padding-bottom: 2.5rem;
    overflow-y: auto;
    scrollbar-width: thin !important;
    scrollbar-color: #fff4e3 #000000 !important;
}


.forgot-password-page .login-flex {
    width: 100%;
    flex: 1 0 auto;
    justify-content: center;
    align-items: flex-start;
}

.forgot-password-page .login-left {
    width: min(100%, 1060px) !important;
    margin: 0 auto;
    padding: 2.5rem 1.25rem 0;
}

.forgot-password-page .l-container {
    display: block;
    margin-top: 10rem;
}

.forgot-password-page .forgot-password-card {
    width: min(100%, 1060px);
    margin: 1.5rem auto 0;
    padding: 2rem 2rem;
    background: rgba(5, 5, 5, 0.58);
    backdrop-filter: blur(6px);
}

.forgot-password-page .forgot-password-card p {
    color: #fff4e3;
    text-align: center;
    font-size: 1rem;
    line-height: 1.6;
    margin: 0.75rem auto 1.2rem;
    max-width: 42rem;
}

.forgot-password-page .forgot-password-card form {
    gap: 1rem;
}

.forgot-password-page .forgot-password-card #email,
.forgot-password-page .forgot-password-card #submit {
    width: min(100%, 460px);
    margin: 0.75rem auto 0;
}

.forgot-password-page .forgot-password-card #email {
    margin-bottom: 2rem;
}

.forgot-password-page .forgot-password-card #submit {
     width: 40%;
}

.forgot-password-page .success-message,
.forgot-password-page .error-message {
    width: min(100%, 520px);
    margin: 0.75rem auto 1rem;
    padding: 0.85rem 1rem;
    border-radius: 10px;
    text-align: center;
    line-height: 1.5;
}

.forgot-password-page .success-message {
    background: rgba(56, 189, 120, 0.16);
    border: 1px solid rgba(134, 239, 172, 0.42);
    color: #d9ffe8;
}

.forgot-password-page .error-message {
    background: rgba(239, 68, 68, 0.16);
    border: 1px solid rgba(252, 165, 165, 0.42);
    color: #ffe0e0;
}

.forgot-password-page .manual-reset-box {
    margin: 1.5rem auto 0;
    width: min(100%, 560px);
    padding: 1.2rem 1.25rem;
    border: 1px solid rgba(255, 244, 227, 0.35);
    border-radius: 12px;
    background: rgba(255, 244, 227, 0.08);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
}

.forgot-password-page .manual-reset-box h3 {
    margin: 0 0 0.7rem;
    text-align: center;
    color: #fff4e3;
    font-family: 'orbitron', sans-serif;
    font-size: 1.1rem;
}



.forgot-password-page .manual-reset-box a {
    display: inline-block;
    margin: 0 auto 0.9rem;
    padding: 0.8rem 1.1rem;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    color: #0f1115;
    background: linear-gradient(90deg, #000000, #fff4e3, #000000);
    border: 1px solid #fff4e3;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 50%;
}

.forgot-password-page .manual-reset-box a:hover {
    background: linear-gradient(90deg, #376cff, #fff4e3, #376cff);
}

.forgot-password-page .manual-reset-link {
    margin: 0;
    padding: 0.85rem 1rem;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.42);
    border: 1px solid rgba(255, 244, 227, 0.22);
    color: #fff4e3;
    font-family: 'orbitron', sans-serif;
    font-size: 0.92rem;
    word-break: break-all;
}

@media (max-width: 720px) {
    .forgot-password-page .login-left {
        padding-inline: 0.75rem;
    }

    .forgot-password-page .forgot-password-card {
        width: 100%;
        padding: 1.35rem 1rem;
    }

    .forgot-password-page .forgot-password-card h2 {
        font-size: 1.7rem;
    }

    .forgot-password-page .manual-reset-box {
        padding: 1rem 0.85rem;
    }
}

#password_confirm input[type="password"] {
    font-family: 'orbitron', sans-serif;

}