.forgot-auth-body {
    min-height: 100vh;
    margin: 0;
    overflow-x: hidden;
    background:
        radial-gradient(circle at 12% 20%, rgba(0, 161, 93, 0.18), transparent 28%),
        radial-gradient(circle at 85% 18%, rgba(45, 212, 191, 0.20), transparent 30%),
        radial-gradient(circle at 18% 88%, rgba(14, 165, 233, 0.12), transparent 32%),
        linear-gradient(135deg, #f8fffc 0%, #e7f8f1 45%, #eefaf7 100%);
    font-family: "Roboto", sans-serif;
    position: relative;
}

.forgot-auth-page {
    min-height: 100vh;
    padding: 28px 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
}

.forgot-bg-animation span {
    position: fixed;
    border-radius: 50%;
    background: rgba(0, 161, 93, 0.12);
    filter: blur(1px);
    animation: forgotFloat 8s ease-in-out infinite;
    z-index: 1;
}

.forgot-bg-animation span:nth-child(1) {
    width: 260px;
    height: 260px;
    left: 8%;
    top: 18%;
}

.forgot-bg-animation span:nth-child(2) {
    width: 180px;
    height: 180px;
    right: 10%;
    top: 12%;
    animation-delay: 1.5s;
}

.forgot-bg-animation span:nth-child(3) {
    width: 120px;
    height: 120px;
    left: 18%;
    bottom: 12%;
    animation-delay: 2.5s;
}

.forgot-bg-animation span:nth-child(4) {
    width: 90px;
    height: 90px;
    right: 22%;
    bottom: 20%;
    animation-delay: 3.5s;
}

.forgot-card {
    width: 100%;
    max-width: 520px;
    padding: 44px 46px;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 28px 80px rgba(15, 23, 42, 0.13);
    text-align: center;
    animation: forgotCardUp 0.7s ease forwards;
}

.forgot-logo {
    height: 88px;
    width: auto;
    object-fit: contain;
}

.forgot-logo-glow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    filter: drop-shadow(0 12px 24px rgba(0, 161, 93, 0.18));
}

.forgot-app-title {
    margin: 10px 0 0;
    color: #64748b;
    font-size: 14px;
    font-weight: 700;
}

.forgot-icon-wrap {
    width: 74px;
    height: 74px;
    margin: 24px auto 18px;
    border-radius: 50%;
    background: linear-gradient(135deg, #00a15d, #12b886);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    box-shadow: 0 18px 36px rgba(0, 161, 93, 0.24);
    animation: forgotIconPulse 2.6s ease-in-out infinite;
}

.forgot-title {
    margin: 0 0 12px;
    color: #0f172a;
    font-size: 30px;
    font-weight: 900;
}

.forgot-subtitle {
    margin: 0 auto 26px;
    max-width: 390px;
    color: #64748b;
    font-size: 14px;
    line-height: 1.7;
}

.forgot-field-group {
    text-align: left;
    margin-bottom: 20px;
}

.forgot-field-group label {
    display: block;
    margin-bottom: 8px;
    color: #334155;
    font-size: 13px;
    font-weight: 800;
}

.forgot-input-wrap {
    position: relative;
}

.forgot-input-wrap > i {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: #00a15d;
    font-size: 15px;
    z-index: 2;
}

.forgot-input-wrap .form-control {
    height: 50px;
    padding-left: 44px !important;
    border-radius: 15px !important;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    color: #0f172a;
    font-size: 14px;
}

.forgot-input-wrap .form-control:focus {
    background: #ffffff;
    border-color: #00a15d;
    box-shadow: 0 0 0 4px rgba(0, 161, 93, 0.10);
}

.forgot-submit-btn {
    width: 100%;
    height: 52px;
    border: none;
    border-radius: 15px;
    background: linear-gradient(135deg, #00a15d, #087f5b);
    color: #ffffff;
    font-size: 15px;
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    box-shadow: 0 14px 28px rgba(0, 161, 93, 0.24);
    transition: 0.22s ease;
}

.forgot-submit-btn:hover:not(:disabled) {
    transform: translateY(-2px);
    box-shadow: 0 18px 34px rgba(0, 161, 93, 0.30);
}

.forgot-submit-btn:disabled {
    opacity: 0.55;
    cursor: not-allowed;
    box-shadow: none;
}

.forgot-back-link {
    margin-top: 22px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #00a15d;
    font-size: 14px;
    font-weight: 900;
    text-decoration: none;
}

.forgot-back-link:hover {
    color: #087f5b;
    text-decoration: underline;
}

.forgot-security-text {
    margin-top: 22px;
    color: #64748b;
    font-size: 14px;
    font-weight: 600;
}

.forgot-security-text i {
    color: #00a15d;
    margin-right: 6px;
}

.forgot-error-text {
    margin: 16px 0 0;
    color: #dc2626;
    font-weight: 800;
    text-align: center;
}

.forgot-success-text {
    margin: 16px 0 0;
    color: #008f55;
    font-weight: 800;
    text-align: center;
}

@keyframes forgotCardUp {
    from {
        opacity: 0;
        transform: translateY(28px) scale(0.98);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes forgotFloat {
    0%, 100% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(-24px) scale(1.05);
    }
}

@keyframes forgotIconPulse {
    0%, 100% {
        transform: scale(1);
        box-shadow: 0 18px 36px rgba(0, 161, 93, 0.24);
    }
    50% {
        transform: scale(1.06);
        box-shadow: 0 22px 44px rgba(0, 161, 93, 0.32);
    }
}

/* TABLET */
@media (max-width: 768px) {
    .forgot-card {
        max-width: 460px;
        padding: 38px 30px;
    }

    .forgot-title {
        font-size: 27px;
    }
}

/* MOBILE */
@media (max-width: 575px) {
    .forgot-auth-page {
        padding: 18px 14px;
        align-items: flex-start;
        padding-top: 42px;
    }

    .forgot-card {
        padding: 30px 18px;
        border-radius: 22px;
    }

    .forgot-logo {
        height: 70px;
    }

    .forgot-title {
        font-size: 24px;
    }

    .forgot-subtitle {
        font-size: 13px;
    }

    .forgot-submit-btn {
        height: 48px;
    }

    .forgot-icon-wrap {
        width: 66px;
        height: 66px;
        font-size: 26px;
    }
}

/* VERY SMALL MOBILE */
@media (max-width: 380px) {
    .forgot-card {
        padding: 26px 14px;
    }

    .forgot-logo {
        height: 64px;
    }

    .forgot-title {
        font-size: 21px;
    }
}
.forgot-logo-wrap,
.forgot-logo-glow,
.forgot-logo{
    cursor:default;
}