.customer-login-page {
    position: relative;
    display: flex;
    min-height: calc(100vh - 190px);
    align-items: center;
    overflow: hidden;
    padding: 45px 15px;
    background:
        radial-gradient(circle at 10% 20%,
            rgba(0, 200, 210, 0.14),
            transparent 32%),
        radial-gradient(circle at 90% 80%,
            rgba(24, 78, 138, 0.13),
            transparent 30%),
        linear-gradient(135deg, #f7fcfd 0%, #eef7fb 100%);
}

.customer-login-page::before,
.customer-login-page::after {
    position: absolute;
    content: "";
    border-radius: 50%;
    pointer-events: none;
}

.customer-login-page::before {
    top: -130px;
    left: -130px;
    width: 320px;
    height: 320px;
    background: rgba(0, 207, 218, 0.08);
}

.customer-login-page::after {
    right: -130px;
    bottom: -130px;
    width: 340px;
    height: 340px;
    background: rgba(18, 59, 108, 0.07);
}

.customer-login-container {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1120px;
    margin: 0 auto;
}

.customer-login-wrapper {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(400px, 0.95fr);
    overflow: hidden;
    background: #ffffff;
    border: 1px solid rgba(14, 55, 93, 0.07);
    border-radius: 28px;
    box-shadow: 0 24px 60px rgba(17, 57, 94, 0.14);
}

/* ==========================================================
       Left Promotional Panel
    ========================================================== */

.customer-login-visual {
    position: relative;
    display: flex;
    min-height: 650px;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    padding: 54px 48px;
    color: #ffffff;
    background:
        linear-gradient(145deg,
            var(--web-primary, #08cbd5) 0%,
            #079faa 48%,
            #10426f 100%);
}

.customer-login-visual::before {
    position: absolute;
    top: -130px;
    right: -130px;
    width: 360px;
    height: 360px;
    content: "";
    border: 55px solid rgba(255, 255, 255, 0.08);
    border-radius: 50%;
}

.customer-login-visual::after {
    position: absolute;
    bottom: -110px;
    left: -90px;
    width: 300px;
    height: 300px;
    content: "";
    background: rgba(255, 255, 255, 0.07);
    border-radius: 50%;
}

.customer-login-brand,
.customer-login-message,
.customer-login-benefits {
    position: relative;
    z-index: 2;
}

.customer-login-brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

.customer-login-brand-icon {
    display: inline-flex;
    width: 48px;
    height: 48px;
    align-items: center;
    justify-content: center;
    color: var(--web-primary, #08cbd5);
    background: #ffffff;
    border-radius: 15px;
    font-size: 23px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.14);
}

.customer-login-brand-text {
    color: #ffffff;
    font-size: 19px;
    font-weight: 800;
    letter-spacing: 0.2px;
}

.customer-login-message {
    margin: 60px 0 35px;
}

.customer-login-message h1 {
    max-width: 450px;
    margin: 0 0 18px;
    color: #ffffff;
    font-size: 42px;
    font-weight: 800;
    line-height: 1.18;
}

.customer-login-message p {
    max-width: 460px;
    margin: 0;
    color: rgba(255, 255, 255, 0.86);
    font-size: 16px;
    line-height: 1.75;
}

.customer-login-benefits {
    display: grid;
    gap: 14px;
}

.customer-login-benefit {
    display: flex;
    align-items: center;
    gap: 13px;
    color: rgba(255, 255, 255, 0.94);
    font-size: 14px;
    font-weight: 600;
}

.customer-login-benefit-icon {
    display: inline-flex;
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 10px;
}

/* ==========================================================
       Login Form Panel
    ========================================================== */

.customer-login-form-panel {
    display: flex;
    min-width: 0;
    align-items: center;
    padding: 48px 50px;
    background: #ffffff;
}

.customer-login-form-inner {
    width: 100%;
    max-width: 430px;
    margin: 0 auto;
}

.customer-login-mobile-icon {
    display: none;
    width: 58px;
    height: 58px;
    align-items: center;
    justify-content: center;
    margin: 0 auto 18px;
    color: #ffffff;
    background:
        linear-gradient(135deg,
            var(--web-primary, #08cbd5),
            #096ca2);
    border-radius: 18px;
    font-size: 25px;
    box-shadow: 0 12px 25px rgba(8, 184, 196, 0.24);
}

.customer-login-heading {
    margin-bottom: 30px;
    text-align: center;
}

.customer-login-heading h2 {
    margin: 0 0 9px;
    color: #142b49;
    font-size: 29px;
    font-weight: 800;
    line-height: 1.25;
}

.customer-login-heading p {
    margin: 0;
    color: #77859a;
    font-size: 14px;
    line-height: 1.6;
}

.customer-login-form .form-group {
    margin-bottom: 20px;
}

.customer-login-form .form-label {
    display: block;
    margin-bottom: 8px;
    color: #213852;
    font-size: 13px;
    font-weight: 700;
}

.customer-login-input-wrap {
    position: relative;
}

.customer-login-input-icon {
    position: absolute;
    top: 50%;
    left: 15px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    color: #94a4b8;
    font-size: 17px;
    pointer-events: none;
    transform: translateY(-50%);
}

html[dir="rtl"] .customer-login-input-icon {
    right: 15px;
    left: auto;
}

.customer-login-form .form-control {
    width: 100%;
    height: 52px;
    padding: 10px 16px 10px 45px;
    color: #1a304b;
    background: #f9fbfd;
    border: 1px solid #dce5ee;
    border-radius: 13px;
    font-size: 14px;
    box-shadow: none;
    transition:
        border-color 0.2s ease,
        background 0.2s ease,
        box-shadow 0.2s ease;
}

html[dir="rtl"] .customer-login-form .form-control {
    padding-right: 45px;
    padding-left: 16px;
}

.customer-login-form .form-control::placeholder {
    color: #a2adbb;
}

.customer-login-form .form-control:focus {
    background: #ffffff;
    border-color: var(--web-primary, #08cbd5);
    box-shadow: 0 0 0 4px rgba(8, 203, 213, 0.11);
}

.customer-password-wrap .form-control {
    padding-right: 48px;
}

html[dir="rtl"] .customer-password-wrap .form-control {
    padding-right: 45px;
    padding-left: 48px;
}

.customer-password-toggle {
    position: absolute;
    top: 50%;
    right: 14px;
    z-index: 3;
    display: inline-flex;
    width: 34px;
    height: 34px;
    align-items: center;
    justify-content: center;
    margin: 0;
    color: #8797aa;
    cursor: pointer;
    transform: translateY(-50%);
}

html[dir="rtl"] .customer-password-toggle {
    right: auto;
    left: 14px;
}

.customer-password-toggle .custom-control-input {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
}

.customer-password-toggle i {
    font-size: 19px;
}

.customer-login-options {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin: 4px 0 23px;
}

.customer-login-options .custom-control-label {
    color: #55677d !important;
    font-size: 13px;
    cursor: pointer;
}

.customer-login-forgot {
    color: var(--web-primary, #08cbd5);
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
}

.customer-login-forgot:hover {
    color: #087f94;
    text-decoration: none;
}

/* CAPTCHA */

.customer-captcha-row {
    margin-bottom: 18px;
}

.customer-captcha-image {
    height: 46px;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid #dce5ee;
    border-radius: 11px;
}

.customer-captcha-image a {
    width: 100%;
    height: 100%;
}

.customer-captcha-image img {
    width: calc(100% - 40px);
    height: 44px;
    object-fit: cover;
}

.customer-captcha-image i {
    display: inline-flex;
    width: 40px;
    height: 44px;
    align-items: center;
    justify-content: center;
    color: var(--web-primary, #08cbd5);
    font-size: 18px;
}

/* Sign-in Button */

.customer-login-submit {
    display: inline-flex;
    width: 100%;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 12px 22px;
    color: #ffffff !important;
    background:
        linear-gradient(135deg,
            var(--web-primary, #08cbd5),
            #0795ab) !important;
    border: 0 !important;
    border-radius: 13px !important;
    font-size: 15px;
    font-weight: 800;
    box-shadow: 0 12px 25px rgba(8, 184, 196, 0.23);
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease;
}

.customer-login-submit:hover {
    color: #ffffff !important;
    transform: translateY(-2px);
    box-shadow: 0 16px 30px rgba(8, 154, 177, 0.29);
}

.customer-login-submit:focus {
    color: #ffffff !important;
    box-shadow: 0 0 0 4px rgba(8, 203, 213, 0.17) !important;
}

/* Divider */

.customer-login-divider {
    display: flex;
    align-items: center;
    gap: 14px;
    margin: 27px 0 20px;
    color: #8c99aa;
    font-size: 12px;
    text-align: center;
}

.customer-login-divider::before,
.customer-login-divider::after {
    flex: 1;
    height: 1px;
    content: "";
    background: #e4e9ef;
}

/* Social Login */

.customer-social-login {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 11px;
    margin-bottom: 24px;
}

.customer-social-login-item {
    display: inline-flex;
    width: 48px;
    height: 48px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid #dfe6ee;
    border-radius: 13px;
    box-shadow: 0 5px 13px rgba(25, 55, 83, 0.07);
    transition:
        transform 0.2s ease,
        border-color 0.2s ease,
        box-shadow 0.2s ease;
}

.customer-social-login-item:hover {
    border-color: var(--web-primary, #08cbd5);
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(25, 55, 83, 0.12);
}

.customer-social-login-item img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

/* Registration */

.customer-login-register {
    margin: 0;
    color: #77859a;
    font-size: 13px;
    line-height: 1.6;
    text-align: center;
}

.customer-login-register a {
    color: var(--web-primary, #08cbd5);
    font-weight: 800;
    text-decoration: none;
}

.customer-login-register a:hover {
    text-decoration: underline;
}

/* ==========================================================
       Responsive
    ========================================================== */

@media (max-width: 991px) {
    .customer-login-page {
        min-height: auto;
        padding: 35px 15px;
    }

    .customer-login-wrapper {
        max-width: 620px;
        grid-template-columns: 1fr;
        margin: 0 auto;
        border-radius: 24px;
    }

    .customer-login-visual {
        display: none;
    }

    .customer-login-form-panel {
        padding: 45px 42px;
    }

    .customer-login-mobile-icon {
        display: inline-flex;
    }
}

@media (max-width: 575px) {
    .customer-login-page {
        padding: 20px 10px;
        background: #f5f9fc;
    }

    .customer-login-wrapper {
        border-radius: 18px;
        box-shadow: 0 14px 35px rgba(17, 57, 94, 0.12);
    }

    .customer-login-form-panel {
        padding: 32px 20px;
    }

    .customer-login-heading {
        margin-bottom: 24px;
    }

    .customer-login-heading h2 {
        font-size: 24px;
    }

    .customer-login-heading p {
        font-size: 13px;
    }

    .customer-login-form .form-control {
        height: 49px;
        font-size: 13px;
    }

    .customer-login-options {
        align-items: flex-start;
        margin-bottom: 20px;
    }

    .customer-login-options .custom-control-label,
    .customer-login-forgot {
        font-size: 12px;
    }

    .customer-login-submit {
        min-height: 49px;
    }
}

@media (max-width: 380px) {
    .customer-login-form-panel {
        padding: 28px 15px;
    }

    .customer-login-options {
        flex-direction: column;
        gap: 11px;
    }

    .customer-login-forgot {
        margin-left: auto;
    }

    html[dir="rtl"] .customer-login-forgot {
        margin-right: auto;
        margin-left: 0;
    }

    .customer-captcha-row>div {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
    }

    .customer-captcha-row>div:first-child {
        margin-bottom: 9px;
        padding-right: 15px !important;
    }
}