﻿:root {
        --enbis-navy: #0b2348;
        --enbis-deep: #122f61;
        --enbis-blue: #1d4f93;
        --enbis-gold: #b69354;
        --enbis-ink: #1c2434;
        --enbis-soft: #6f7b95;
        --enbis-soft-line: #d9e2f1;
        --enbis-card-shadow: 0 22px 46px rgba(13, 31, 60, 0.22);
        --enbis-chip-bg: rgba(255, 255, 255, 0.14);
    }

    html,
    body {
        min-height: 100%;
    }

    body {
        margin: 0;
        background-color: #f5f8fe;
        background-image: url('/assets/images/doku_pattern_beyaz.png');
        background-repeat: repeat;
        background-size: 90px;
        background-attachment: fixed;
    }

    body#kt_body {
        overflow-x: hidden;
        overflow-y: auto !important;
    }

    body#kt_body.page-loading {
        overflow-y: auto !important;
    }

    .enbis-login-wrap {
        min-height: 100vh;
        min-height: 100svh;
        min-height: 100dvh;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 32px 18px;
        position: relative;
    }

    .enbis-login-wrap::before {
        content: "";
        position: absolute;
        inset: 0;
        background:
            radial-gradient(circle at 8% 10%, rgba(29, 79, 147, 0.11), transparent 38%),
            radial-gradient(circle at 94% 92%, rgba(182, 147, 84, 0.14), transparent 30%);
        pointer-events: none;
    }

    .enbis-login-grid {
        width: min(1160px, 100%);
        display: grid;
        grid-template-columns: 1.15fr 0.85fr;
        border-radius: 28px;
        overflow: hidden;
        box-shadow: var(--enbis-card-shadow);
        background: #ffffff;
        border: 1px solid #d8e3f4;
        position: relative;
        z-index: 1;
    }

    .enbis-info {
        position: relative;
        padding: 44px 44px 36px 44px;
        color: #ffffff;
        display: flex;
        flex-direction: column;
        justify-content: center;
        background:
            linear-gradient(148deg, rgba(18, 47, 97, 0.98) 0%, rgba(11, 35, 72, 0.98) 100%),
            url('/assets/images/doku-bg-dikey.png');
        background-size: cover;
        animation: enbisFadeUp .55s ease;
    }

    .enbis-info::after {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(115deg, rgba(255, 255, 255, 0.08), transparent 42%);
        pointer-events: none;
    }

    .enbis-title,
    .enbis-subtitle,
    .enbis-chip-wrap,
    .enbis-timeline-title,
    .enbis-timeline {
        position: relative;
        z-index: 1;
    }

    .enbis-title {
        margin: 0 0 12px;
        font-size: clamp(1.72rem, 3vw, 2.4rem);
        line-height: 1.2;
        font-weight: 800;
        max-width: 19ch;
    }

    .enbis-subtitle {
        margin: 0 0 24px;
        color: rgba(236, 243, 255, 0.95);
        font-size: 0.99rem;
        line-height: 1.68;
        max-width: 48ch;
    }

    .enbis-chip-wrap {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 10px;
        margin-bottom: 24px;
    }

    .enbis-chip {
        padding: 12px 11px;
        border-radius: 12px;
        border: 1px solid rgba(255, 255, 255, 0.16);
        background: var(--enbis-chip-bg);
        min-height: 82px;
    }

    .enbis-chip strong {
        display: block;
        font-size: 0.89rem;
        margin-bottom: 5px;
    }

    .enbis-chip span {
        font-size: 0.8rem;
        color: rgba(223, 234, 255, 0.9);
        line-height: 1.35;
    }

    .enbis-timeline-title {
        margin: 0 0 10px;
        font-size: 0.95rem;
        font-weight: 700;
        color: #f8e9c6;
    }

    .enbis-timeline {
        margin: 0;
        padding: 0;
        list-style: none;
        display: grid;
        gap: 9px;
    }

    .enbis-timeline li {
        display: grid;
        grid-template-columns: 26px 1fr;
        gap: 9px;
        align-items: center;
        font-size: 0.9rem;
        color: rgba(232, 241, 255, 0.92);
    }

    .enbis-step {
        width: 26px;
        height: 26px;
        border-radius: 50%;
        background: rgba(182, 147, 84, 0.24);
        border: 1px solid rgba(255, 225, 165, 0.24);
        color: #ffe6b4;
        display: grid;
        place-items: center;
        font-size: 0.75rem;
        font-weight: 700;
    }

    .enbis-form-pane {
        padding: 34px 32px;
        background: linear-gradient(180deg, #ffffff 0%, #f7faff 100%);
        display: flex;
        flex-direction: column;
        justify-content: center;
        animation: enbisFadeUp .65s ease;
    }

    .enbis-form-head {
        text-align: center;
        margin-bottom: 18px;
    }

    .enbis-form-head img {
        max-height: 70px;
        margin-bottom: 12px;
    }

    .enbis-form-head h2 {
        margin: 0;
        color: var(--enbis-ink);
        font-size: 1.58rem;
        font-weight: 800;
    }

    .enbis-form-head p {
        margin: 8px 0 0;
        color: var(--enbis-soft);
        font-size: 0.93rem;
        line-height: 1.55;
    }

    .enbis-external-note {
        margin: 0 0 14px;
        display: flex;
        align-items: center;
        gap: 10px;
        overflow: hidden;
    }

    .enbis-external-trigger {
        appearance: none;
        border: 1px solid #c9d9f2;
        background: #eef4ff;
        color: #294a78;
        border-radius: 10px;
        padding: 10px 12px;
        font-size: 0.83rem;
        font-weight: 700;
        line-height: 1.1;
        cursor: pointer;
        white-space: nowrap;
    }

    .enbis-external-text {
        max-width: 0;
        opacity: 0;
        transform: translateX(-8px);
        overflow: hidden;
        white-space: nowrap;
        border: 1px solid #c9d9f2;
        background: #eef4ff;
        color: #294a78;
        border-radius: 10px;
        padding: 10px 12px;
        font-size: 0.83rem;
        line-height: 1.45;
        transition: max-width 0.35s ease, opacity 0.25s ease, transform 0.25s ease;
    }

    .enbis-external-note.is-open .enbis-external-text {
        max-width: 600px;
        opacity: 1;
        transform: translateX(0);
    }

    .enbis-login-form .form-group {
        margin-bottom: 12px;
    }

    .enbis-input-label {
        display: block;
        margin-bottom: 6px;
        color: #4b5f81;
        font-size: 0.8rem;
        font-weight: 700;
    }

    .enbis-login-form .form-control {
        border-radius: 12px;
        border: 1px solid var(--enbis-soft-line);
        background: #f8fbff;
        color: #1a2740;
        font-size: 0.95rem;
        transition: all 0.18s ease;
    }

    .enbis-login-form .form-control:focus {
        border-color: #8baedc;
        background: #ffffff;
        box-shadow: 0 0 0 3px rgba(35, 82, 150, 0.12);
    }

    .enbis-check {
        color: #5a6784;
        font-size: 0.9rem;
        margin-bottom: 12px;
    }

    #loginsubmit {
        width: 100%;
        border-radius: 12px;
        font-weight: 700;
        font-size: 0.98rem;
        letter-spacing: 0.2px;
        background: linear-gradient(95deg, var(--enbis-blue) 0%, var(--enbis-navy) 100%);
        border: 0;
        box-shadow: 0 10px 20px rgba(25, 67, 128, 0.23);
        transition: transform 0.15s ease, box-shadow 0.2s ease, opacity 0.2s ease;
    }

    #loginsubmit:hover {
        transform: translateY(-1px);
        box-shadow: 0 13px 24px rgba(25, 67, 128, 0.3);
    }

    #loginsubmit:disabled {
        cursor: not-allowed;
        opacity: 0.58;
        box-shadow: none;
        transform: none;
    }

    .enbis-form-note {
        margin-top: 12px;
        color: #6c7a97;
        font-size: 0.81rem;
        text-align: center;
    }

    .g-recaptcha {
        transform-origin: top left;
    }

    @keyframes enbisFadeUp {
        from {
            transform: translateY(10px);
            opacity: 0;
        }

        to {
            transform: translateY(0);
            opacity: 1;
        }
    }

    @media (max-width: 1080px) {
        body {
            background-attachment: scroll;
        }

        .enbis-login-wrap {
            align-items: flex-start;
        }

        .enbis-login-grid {
            grid-template-columns: 1fr;
        }

        .enbis-info {
            padding: 34px 26px;
        }

        .enbis-chip-wrap {
            grid-template-columns: 1fr;
        }

        .enbis-form-pane {
            padding: 30px 24px;
        }
    }

    @media (max-width: 420px) {
        .enbis-login-wrap {
            padding: 16px 10px;
        }

        .enbis-info {
            padding: 24px 16px;
        }

        .enbis-form-pane {
            padding: 22px 14px;
        }

        .g-recaptcha {
            transform: scale(0.86);
        }
    }

    @media (max-width: 560px) {
        .enbis-external-note {
            flex-direction: column;
            align-items: stretch;
        }

        .enbis-external-trigger {
            width: 100%;
            text-align: left;
        }

        .enbis-external-text {
            white-space: normal;
        }

        .enbis-external-note.is-open .enbis-external-text {
            max-width: 100%;
        }
    }
.enbis-forgot-password {
    display: flex;
    justify-content: flex-end;
    margin-top: 0.65rem;
}

.enbis-forgot-password a {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    color: #315f96;
    font-size: 0.78rem;
    font-weight: 700;
    transition: color 0.2s ease;
}

.enbis-forgot-password a:hover {
    color: #1685b5;
    text-decoration: none;
}

.enbis-forgot-password i {
    font-size: 0.7rem;
}
