html,
body {
    min-height: 100%;
}

body {
    margin: 0 !important;
    overflow-x: hidden;
    background: #03120f;
}

.hifz-login-page {
    position: relative;
    width: 100%;
    min-height: 100vh;
    min-height: 100dvh;
    overflow: hidden;
    font-family: "Segoe UI", Arial, sans-serif;
    background:
        radial-gradient(circle at 15% 20%, rgba(29, 121, 91, 0.32) 0, transparent 32%),
        radial-gradient(circle at 85% 15%, rgba(198, 167, 94, 0.18) 0, transparent 30%),
        radial-gradient(circle at 85% 88%, rgba(20, 120, 87, 0.22) 0, transparent 30%),
        linear-gradient(135deg, #03120f 0%, #06231b 42%, #0b3025 72%, #061914 100%);
}

/* Background */

.hifz-bg-pattern {
    position: absolute;
    inset: 0;
    z-index: 0;
    opacity: 0.11;
    pointer-events: none;
    background-image:
        linear-gradient(30deg, rgba(255, 255, 255, 0.08) 12%, transparent 12.5%, transparent 87%, rgba(255, 255, 255, 0.08) 87.5%),
        linear-gradient(150deg, rgba(255, 255, 255, 0.08) 12%, transparent 12.5%, transparent 87%, rgba(255, 255, 255, 0.08) 87.5%),
        linear-gradient(60deg, rgba(198, 167, 94, 0.08) 25%, transparent 25.5%, transparent 75%, rgba(198, 167, 94, 0.08) 75%);
    background-size: 70px 122px;
}

.hifz-login-page::before {
    content: "";
    position: absolute;
    top: -250px;
    left: 50%;
    z-index: 0;
    width: 700px;
    height: 700px;
    border: 1px solid rgba(198, 167, 94, 0.08);
    border-radius: 50%;
    transform: translateX(-50%);
    pointer-events: none;
}

.hifz-login-page::after {
    content: "";
    position: absolute;
    bottom: -430px;
    left: 50%;
    z-index: 0;
    width: 900px;
    height: 900px;
    border: 1px solid rgba(61, 188, 144, 0.08);
    border-radius: 50%;
    transform: translateX(-50%);
    pointer-events: none;
}

.hifz-glow {
    position: absolute;
    z-index: 0;
    border-radius: 50%;
    filter: blur(80px);
    pointer-events: none;
}

.hifz-glow-one {
    top: -170px;
    left: -100px;
    width: 420px;
    height: 420px;
    background: rgba(31, 155, 112, 0.16);
}

.hifz-glow-two {
    top: -130px;
    right: -80px;
    width: 400px;
    height: 400px;
    background: rgba(198, 167, 94, 0.13);
}

.hifz-glow-three {
    right: 10%;
    bottom: -220px;
    width: 460px;
    height: 460px;
    background: rgba(30, 135, 100, 0.13);
}

/* Language */

.hifz-language-bar {
    position: absolute;
    top: 25px;
    right: 32px;
    z-index: 20;
}

.hifz-language-box {
    position: relative;
    display: flex;
    align-items: center;
    height: 39px;
    padding-left: 13px;
    overflow: hidden;
    color: #d7c682;
    background: rgba(5, 28, 21, 0.78);
    border: 1px solid rgba(198, 167, 94, 0.25);
    border-radius: 20px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.18);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.hifz-language-box > i:first-child {
    margin-right: 3px;
    font-size: 12px;
}

.hifz-language-select {
    width: 65px;
    height: 38px;
    padding: 0 24px 0 7px;
    color: #f1ead2;
    font-size: 11px;
    font-weight: 700;
    cursor: pointer;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    background: transparent;
    border: 0;
}

.hifz-language-select option {
    color: #14291f;
    background: #ffffff;
}

.hifz-language-arrow {
    position: absolute;
    top: 50%;
    right: 12px;
    font-size: 8px;
    pointer-events: none;
    transform: translateY(-50%);
}

/* Main */

.hifz-login-shell {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 100vh;
    min-height: 100dvh;
    padding: 35px 18px;
}

/* Card */

.hifz-login-card {
    position: relative;
    width: 100%;
    max-width: 440px;
    padding: 32px 35px 27px;
    overflow: hidden;
    color: #f5f5ef;
    background: linear-gradient(145deg, rgba(13, 40, 32, 0.97), rgba(7, 25, 21, 0.97));
    border: 1px solid rgba(198, 167, 94, 0.18);
    border-radius: 27px;
    box-shadow:
        0 35px 80px rgba(0, 0, 0, 0.48),
        0 10px 30px rgba(0, 0, 0, 0.26),
        inset 0 1px 0 rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
}

.hifz-login-card::before {
    content: "";
    position: absolute;
    top: -120px;
    right: -120px;
    width: 270px;
    height: 270px;
    border: 1px solid rgba(198, 167, 94, 0.09);
    border-radius: 50%;
}

.hifz-login-card::after {
    content: "";
    position: absolute;
    bottom: -150px;
    left: -120px;
    width: 280px;
    height: 280px;
    background: radial-gradient(circle, rgba(28, 154, 111, 0.09), transparent 67%);
    border-radius: 50%;
}

.hifz-card-line {
    position: absolute;
    top: 0;
    left: 50%;
    width: 65%;
    height: 2px;
    background: linear-gradient(90deg, transparent, #9b813e, #dec778, #9b813e, transparent);
    transform: translateX(-50%);
    box-shadow: 0 0 18px rgba(222, 199, 120, 0.28);
}

/* Branding */

.hifz-brand-section {
    position: relative;
    z-index: 2;
    margin-bottom: 26px;
    text-align: center;
}

.hifz-logo-frame {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 125px;
    height: 125px;
    margin: 0 auto 15px;
    background: linear-gradient(145deg, rgba(198, 167, 94, 0.17), rgba(29, 140, 103, 0.08));
    border: 1px solid rgba(198, 167, 94, 0.42);
    border-radius: 50%;
    box-shadow:
        0 0 0 7px rgba(198, 167, 94, 0.035),
        0 15px 35px rgba(0, 0, 0, 0.35);
}

.hifz-logo-frame::before {
    content: "";
    position: absolute;
    inset: 7px;
    border: 1px dashed rgba(215, 190, 112, 0.30);
    border-radius: 50%;
}

.hifz-logo-frame::after {
    content: "";
    position: absolute;
    inset: -6px;
    border-top: 1px solid rgba(63, 199, 151, 0.34);
    border-bottom: 1px solid rgba(198, 167, 94, 0.28);
    border-radius: 50%;
}

.hifz-logo-inner {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 102px;
    height: 102px;
    overflow: hidden;
    background: #f8f7f0;
    border-radius: 50%;
}

.hifz-login-logo {
    display: block;
    width: 94px;
    height: 94px;
    object-fit: contain;
}

.hifz-brand-title {
    margin: 0;
    color: #f3ead0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.25;
    text-align: center;
    text-shadow: 0 3px 18px rgba(0, 0, 0, 0.25);
}

.hifz-brand-ornament {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    margin: 10px auto 6px;
    color: #c9ad60;
}

.hifz-brand-ornament span {
    width: 50px;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(198, 167, 94, 0.75));
}

.hifz-brand-ornament span:last-child {
    background: linear-gradient(90deg, rgba(198, 167, 94, 0.75), transparent);
}

.hifz-brand-ornament i {
    font-size: 11px;
}

.hifz-brand-subtitle {
    color: #8fb7a4;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 1px;
    text-transform: uppercase;
}

/* Form */

.hifz-login-form {
    position: relative;
    z-index: 2;
}

.hifz-login-form .form-group {
    margin-bottom: 17px;
}

.hifz-field-label {
    display: block;
    margin: 0 0 7px;
    color: #d7dfd8;
    font-size: 12px;
    font-weight: 600;
}

.hifz-input-wrap {
    position: relative;
}

.hifz-input-wrap::before {
    position: absolute;
    top: 50%;
    left: 17px;
    z-index: 2;
    color: #769487;
    font-family: "Font Awesome 5 Free";
    font-size: 13px;
    font-weight: 900;
    pointer-events: none;
    transform: translateY(-50%);
}

.hifz-user-field .hifz-input-wrap::before {
    content: "\f007";
}

.hifz-password-field .hifz-input-wrap::before {
    content: "\f023";
}

.hifz-form-control {
    display: block;
    width: 100%;
    height: 49px;
    padding: 8px 15px 8px 44px;
    color: #f1f5f2;
    font-size: 13px;
    outline: none;
    background: rgba(2, 16, 12, 0.52);
    border: 1px solid rgba(153, 179, 165, 0.20);
    border-radius: 13px;
    transition: 0.2s ease;
}

.hifz-form-control::placeholder {
    color: #60786d;
}

.hifz-form-control:hover {
    border-color: rgba(198, 167, 94, 0.32);
}

.hifz-form-control:focus {
    color: #ffffff;
    background: rgba(5, 28, 21, 0.84);
    border-color: #b59b50;
    box-shadow: 0 0 0 3px rgba(198, 167, 94, 0.09);
}

.hifz-field-error {
    display: block;
    margin-top: 5px;
    color: #ff9999;
    font-size: 11px;
}

/* Options */

.hifz-login-options {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin: -1px 0 16px;
}

.hifz-remember-field {
    margin: 0 !important;
}

.hifz-remember-field label {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin: 0;
    color: #9dafaa;
    font-size: 11px;
    font-weight: 400;
    cursor: pointer;
}

.hifz-checkbox {
    width: 14px;
    height: 14px;
    margin: 0 !important;
    accent-color: #1e9d73;
}

.hifz-forgot-link {
    color: #c8ad62;
    font-size: 11px;
    font-weight: 500;
    text-decoration: none;
}

.hifz-forgot-link:hover {
    color: #ead081;
    text-decoration: none;
}

/* Button */

.hifz-login-button {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    height: 49px;
    overflow: hidden;
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    background: linear-gradient(100deg, #0c6d50 0%, #158962 48%, #0f7054 100%);
    border: 1px solid rgba(96, 218, 168, 0.20);
    border-radius: 13px;
    box-shadow: 0 10px 25px rgba(4, 54, 39, 0.30);
    transition: 0.2s ease;
}

.hifz-login-button::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 50%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.13), transparent);
    transform: skewX(-20deg);
    transition: left 0.55s ease;
}

.hifz-login-button:hover {
    color: #ffffff;
    filter: brightness(1.08);
    transform: translateY(-1px);
}

.hifz-login-button:hover::before {
    left: 160%;
}

.hifz-login-button i {
    font-size: 11px;
    transition: transform 0.2s ease;
}

.hifz-login-button:hover i {
    transform: translateX(3px);
}

/* Footer */

.hifz-footer-divider {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 23px 0 14px;
}

.hifz-footer-divider span {
    width: 72px;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(198, 167, 94, 0.24));
}

.hifz-footer-divider span:last-child {
    background: linear-gradient(90deg, rgba(198, 167, 94, 0.24), transparent);
}

.hifz-footer-divider i {
    color: rgba(198, 167, 94, 0.65);
    font-size: 11px;
}

.hifz-login-footer {
    position: relative;
    z-index: 2;
    text-align: center;
}

.hifz-footer-title {
    color: #b9c8c0;
    font-size: 11px;
    font-weight: 700;
}

.hifz-footer-text {
    max-width: 330px;
    margin: 5px auto 0;
    color: #799589;
    font-size: 10px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.45px;
}

.hifz-copyright {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin-top: 17px;
    color: rgba(186, 202, 194, 0.52);
    font-size: 10px;
}

.hifz-copyright i {
    color: rgba(198, 167, 94, 0.55);
}

/* Alerts */

.hifz-alert {
    position: relative;
    z-index: 2;
    display: flex;
    gap: 9px;
    margin-bottom: 16px;
    padding: 10px 12px;
    font-size: 11px;
    border-radius: 10px;
}

.hifz-alert-success {
    color: #bdf4d9;
    background: rgba(21, 137, 98, 0.14);
    border: 1px solid rgba(68, 191, 143, 0.22);
}

.hifz-alert-danger {
    color: #ffc1c1;
    background: rgba(190, 63, 63, 0.12);
    border: 1px solid rgba(222, 91, 91, 0.24);
}

/* Mobile */

@media (max-width: 575.98px) {

    .hifz-login-page {
        overflow-y: auto;
    }

    .hifz-language-bar {
        top: 15px;
        right: 15px;
    }

    .hifz-language-box {
        height: 35px;
    }

    .hifz-language-select {
        width: 61px;
        height: 34px;
    }

    .hifz-login-shell {
        justify-content: flex-start;
        min-height: 100dvh;
        padding: 66px 12px 22px;
    }

    .hifz-login-card {
        max-width: 390px;
        padding: 25px 20px 22px;
        border-radius: 22px;
    }

    .hifz-brand-section {
        margin-bottom: 21px;
    }

    .hifz-logo-frame {
        width: 105px;
        height: 105px;
        margin-bottom: 13px;
    }

    .hifz-logo-inner {
        width: 85px;
        height: 85px;
    }

    .hifz-login-logo {
        width: 79px;
        height: 79px;
    }

    .hifz-brand-title {
        font-size: 24px;
    }

    .hifz-brand-subtitle {
        font-size: 9px;
        letter-spacing: 0.7px;
    }

    .hifz-form-control {
        height: 46px;
    }

    .hifz-login-button {
        height: 46px;
    }

    .hifz-footer-divider {
        margin-top: 19px;
    }

    .hifz-footer-text {
        max-width: 280px;
        font-size: 9px;
    }

    .hifz-copyright {
        margin-top: 13px;
        text-align: center;
    }
}

@media (max-width: 360px) {

    .hifz-login-shell {
        padding-left: 10px;
        padding-right: 10px;
    }

    .hifz-login-card {
        padding: 22px 16px 20px;
    }

    .hifz-logo-frame {
        width: 96px;
        height: 96px;
    }

    .hifz-logo-inner {
        width: 78px;
        height: 78px;
    }

    .hifz-login-logo {
        width: 72px;
        height: 72px;
    }

    .hifz-brand-title {
        font-size: 21px;
    }

    .hifz-login-options {
        align-items: flex-start;
        flex-direction: column;
        gap: 6px;
    }
}

/* Low-height phones */

@media (max-height: 700px) and (min-width: 576px) {

    .hifz-login-shell {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .hifz-login-card {
        padding-top: 24px;
        padding-bottom: 21px;
    }

    .hifz-logo-frame {
        width: 100px;
        height: 100px;
        margin-bottom: 10px;
    }

    .hifz-logo-inner {
        width: 82px;
        height: 82px;
    }

    .hifz-login-logo {
        width: 75px;
        height: 75px;
    }

    .hifz-brand-section {
        margin-bottom: 18px;
    }

    
}


/* -------------------------------------------------------
   LOW HEIGHT SCREENS
------------------------------------------------------- */

@media (max-height: 700px) and (min-width: 576px) {

    .hifz-login-shell {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .hifz-login-card {
        padding-top: 24px;
        padding-bottom: 21px;
    }

    .hifz-logo-frame {
        width: 100px;
        height: 100px;
        margin-bottom: 10px;
    }

    .hifz-logo-inner {
        width: 82px;
        height: 82px;
    }

    .hifz-login-logo {
        width: 75px;
        height: 75px;
    }

    .hifz-brand-section {
        margin-bottom: 18px;
    }
}


/* =======================================================
   LANGUAGE DROPDOWN
======================================================= */

.hifz-language-dropdown {
    position: relative;
    margin: 0;
}

.hifz-language-dropdown > summary {
    display: flex;
    list-style: none;
}

.hifz-language-dropdown > summary::-webkit-details-marker {
    display: none;
}

.hifz-language-dropdown > summary::marker {
    display: none;
    content: "";
}

.hifz-language-dropdown .hifz-language-box {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 105px;
    height: 42px;
    padding: 0 15px;
    color: #f3ead0;
    cursor: pointer;
    user-select: none;
    overflow: visible;
    background: rgba(5, 28, 21, 0.94);
    border: 1px solid rgba(198, 167, 94, 0.30);
    border-radius: 24px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.20);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.hifz-language-dropdown .hifz-language-box:hover {
    background: rgba(7, 38, 28, 0.98);
    border-color: rgba(222, 199, 120, 0.55);
}

.hifz-language-dropdown .hifz-language-box > i:first-child {
    margin: 0;
    color: #d2b966;
    font-size: 12px;
}

.hifz-language-current {
    flex: 1;
    color: #f5efd9;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.5px;
    text-align: center;
}

.hifz-language-menu-arrow {
    color: #c9ad60;
    font-size: 8px;
    transition: transform 0.2s ease;
}

.hifz-language-dropdown[open] .hifz-language-menu-arrow {
    transform: rotate(180deg);
}


/* Dropdown menu */

.hifz-language-menu {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    width: 150px;
    padding: 6px;
    overflow: hidden;
    background: rgba(4, 25, 19, 0.98);
    border: 1px solid rgba(198, 167, 94, 0.28);
    border-radius: 13px;
    box-shadow: 0 16px 35px rgba(0, 0, 0, 0.42);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
}


/* Language item */

.hifz-language-option {
    display: flex !important;
    align-items: center;
    gap: 10px;
    width: 100%;
    padding: 9px 10px;
    color: #c1cec7 !important;
    text-decoration: none !important;
    border-radius: 9px;
    box-sizing: border-box;
    transition: background 0.2s ease, color 0.2s ease;
}

.hifz-language-option span {
    min-width: 25px;
    color: #ead58e;
    font-size: 11px;
    font-weight: 800;
}

.hifz-language-option small {
    color: #8da69a;
    font-size: 10px;
    font-weight: 500;
}

.hifz-language-option:hover {
    color: #ffffff !important;
    text-decoration: none !important;
    background: rgba(24, 139, 99, 0.23);
}

.hifz-language-option:hover small {
    color: #c4d9cf;
}

.hifz-language-option.active {
    color: #ffffff !important;
    background: rgba(24, 139, 99, 0.30);
    box-shadow: inset 0 0 0 1px rgba(65, 190, 145, 0.20);
}

.hifz-language-option.active small {
    color: #c4d9cf;
}


/* -------------------------------------------------------
   MOBILE LANGUAGE DROPDOWN
------------------------------------------------------- */

@media (max-width: 575.98px) {

    .hifz-language-bar {
        top: 14px;
        right: 14px;
    }

    .hifz-language-dropdown .hifz-language-box {
        min-width: 92px;
        height: 38px;
        padding: 0 13px;
    }

    .hifz-language-current {
        font-size: 11px;
    }

    .hifz-language-menu {
        width: 140px;
    }

    .hifz-language-option {
        padding: 9px;
    }
}


/* =======================================================
   FORGOT PASSWORD PAGE
======================================================= */

.hifz-forgot-card {
    max-width: 470px;
}

.hifz-forgot-brand {
    margin-bottom: 20px;
}

.hifz-forgot-logo-frame {
    width: 105px;
    height: 105px;
    margin-bottom: 13px;
}

.hifz-forgot-logo-inner {
    width: 86px;
    height: 86px;
}

.hifz-forgot-logo {
    width: 79px;
    height: 79px;
}


/* Heading */

.hifz-forgot-heading {
    position: relative;
    z-index: 2;
    margin: 0 0 22px;
    text-align: center;
}

.hifz-forgot-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    margin: 0 auto 10px;
    color: #d6bd70;
    background: rgba(198, 167, 94, 0.09);
    border: 1px solid rgba(198, 167, 94, 0.20);
    border-radius: 50%;
}

.hifz-forgot-icon i {
    font-size: 14px;
}

.hifz-forgot-heading h2 {
    margin: 0 0 7px;
    color: #f2ead1;
    font-size: 18px;
    font-weight: 700;
}

.hifz-forgot-heading p {
    max-width: 370px;
    margin: 0 auto;
    color: #a6bbb1;
    font-size: 11px;
    line-height: 1.55;
}

.hifz-forgot-heading .hifz-forgot-description-secondary {
    margin-top: 4px;
    color: #728d80;
    font-size: 10px;
}


/* Input icon */

.hifz-forgot-login-field .hifz-input-wrap::before {
    content: "\f0e0";
}


/* Actions */

.hifz-forgot-actions {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1fr 1.45fr;
    gap: 10px;
    margin-top: 5px;
}

.hifz-forgot-back-button,
.hifz-forgot-send-button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-height: 47px;
    padding: 8px 14px;
    font-family: inherit;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.25;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    border-radius: 13px;
    transition:
        transform 0.2s ease,
        background 0.2s ease,
        border-color 0.2s ease,
        box-shadow 0.2s ease;
}

.hifz-forgot-back-button {
    color: #b9c9c1 !important;
    background: rgba(255, 255, 255, 0.035);
    border: 1px solid rgba(168, 193, 181, 0.17);
}

.hifz-forgot-back-button:hover {
    color: #f0e8d0 !important;
    background: rgba(198, 167, 94, 0.08);
    border-color: rgba(198, 167, 94, 0.30);
    transform: translateY(-1px);
}

.hifz-forgot-send-button {
    color: #ffffff;
    background: linear-gradient(
        100deg,
        #0c6d50 0%,
        #158962 48%,
        #0f7054 100%
    );
    border: 1px solid rgba(96, 218, 168, 0.20);
    box-shadow: 0 10px 24px rgba(4, 54, 39, 0.26);
}

.hifz-forgot-send-button:hover {
    color: #ffffff;
    filter: brightness(1.08);
    transform: translateY(-1px);
    box-shadow: 0 13px 28px rgba(4, 54, 39, 0.34);
}

.hifz-forgot-send-button:focus {
    outline: none;
}

.hifz-forgot-back-button i,
.hifz-forgot-send-button i {
    font-size: 10px;
}


/* Security Notice */

.hifz-forgot-notice {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: flex-start;
    gap: 9px;
    margin-top: 18px;
    padding: 10px 12px;
    color: #8ea79b;
    font-size: 9px;
    line-height: 1.5;
    background: rgba(198, 167, 94, 0.045);
    border: 1px solid rgba(198, 167, 94, 0.11);
    border-radius: 10px;
}

.hifz-forgot-notice-icon {
    flex: 0 0 auto;
    color: #c7ad62;
    font-size: 10px;
}


/* -------------------------------------------------------
   FORGOT PASSWORD MOBILE
------------------------------------------------------- */

@media (max-width: 575.98px) {

    .hifz-forgot-card {
        max-width: 390px;
    }

    .hifz-forgot-brand {
        margin-bottom: 17px;
    }

    .hifz-forgot-logo-frame {
        width: 92px;
        height: 92px;
    }

    .hifz-forgot-logo-inner {
        width: 74px;
        height: 74px;
    }

    .hifz-forgot-logo {
        width: 68px;
        height: 68px;
    }

    .hifz-forgot-heading {
        margin-bottom: 18px;
    }

    .hifz-forgot-heading h2 {
        font-size: 17px;
    }

    .hifz-forgot-heading p {
        font-size: 10px;
    }

    .hifz-forgot-actions {
        grid-template-columns: 1fr;
    }

    .hifz-forgot-send-button {
        order: 1;
    }

    .hifz-forgot-back-button {
        order: 2;
    }

    .hifz-forgot-back-button,
    .hifz-forgot-send-button {
        width: 100%;
        min-height: 45px;
    }

    .hifz-forgot-notice {
        margin-top: 14px;
    }
}


/* Very small phones */

@media (max-width: 360px) {

    .hifz-forgot-heading h2 {
        font-size: 16px;
    }

    .hifz-forgot-heading p {
        max-width: 285px;
    }
}