/* ===============================
   BACKGROUND UTAMA
================================= */
.fi-simple-main-ctn {
    min-height: 100vh;
    background-image: url("/images/dd.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex !important;
    justify-content: flex-start !important;
    align-items: flex-start !important;
    padding: 16px;
}

/* ===============================
   WRAPPER CARD
================================= */
.fi-simple-main {
    width: auto !important;
    max-width: none !important;
    margin: 0 !important;
}

/* ===============================
   CARD UTAMA - EXTRA PENDEK & KECIL
================================= */
.fi-simple-main > div {
    width: 260px !important;
    max-width: 260px !important;
    min-width: 260px !important;
    margin: 0 !important;
}

.fi-simple-auth-card,
.fi-auth-card {
    width: 260px !important;
    max-width: 260px !important;
    min-width: 260px !important;

    /* PADDING SANGAT KECIL */
    padding: 8px 12px !important;

    border-radius: 16px !important;

    background: rgba(255, 255, 255, 0.1) !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15) !important;
    margin: 0 !important;

    /* Batasi tinggi maksimal agar tidak memanjang */
    max-height: 340px !important;
    overflow-y: auto !important;
}

/* ===============================
   HEADER (opsional, jika ada judul)
================================= */
.fi-simple-header-heading,
.fi-header-heading {
    font-size: 14px !important;
    font-weight: 700 !important;
    text-align: center !important;
    color: #0f0f0f !important;
    margin-bottom: 0px !important;
    line-height: 1.2 !important;
}

.fi-simple-header-subheading,
.fi-header-subheading {
    font-size: 9px !important;
    text-align: center !important;
    color: rgba(44, 41, 41, 0.7) !important;
    margin-bottom: 6px !important;
}

/* ===============================
   FORM FIELD - JARAK SANGAT RAPAT
================================= */
.fi-fo-field-wrp {
    margin-bottom: 6px !important;
}

.fi-fo-field-wrp-label label {
    font-size: 9px !important;
    font-weight: 600 !important;
    color: #222121 !important;
    margin-bottom: 2px !important;
    display: inline-block !important;
}

/* ===============================
   INPUT FIELD - TINGGI MINIMAL
================================= */
.fi-input-wrp {
    border-radius: 8px !important;
    background: rgba(255, 255, 255, 0.08) !important;
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    min-height: 28px !important;
}

.fi-input-wrp:focus-within {
    border-color: rgba(18, 18, 18, 0.08) !important;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1) !important;
}

.fi-input,
input:not([type="checkbox"]):not([type="radio"]) {
    /* min-height: 28px !important;
    font-size: 10px !important; */
    color: rgb(39, 38, 38) !important;
    background: transparent !important;

    min-height: 44px !important;
    font-size: 14px !important;
}

.fi-input::placeholder,
input::placeholder {
    color: rgba(255, 255, 255, 0.5) !important;
    font-size: 9px !important;
}

/* Ikon input kecil */
.fi-input-wrp-prefix svg,
.fi-input-wrp-suffix svg {
    width: 10px !important;
    height: 10px !important;
    color: rgba(44, 41, 41, 0.7) !important;
}

/* ===============================
   CHECKBOX - SANGAT KECIL
================================= */
.fi-checkbox {
    border-radius: 3px !important;
    width: 10px !important;
    height: 10px !important;
}

.fi-checkbox + span,
.fi-checkbox-label {
    font-size: 8px !important;
    color: rgba(44, 41, 41, 0.7) !important;
}

/* ===============================
   TOMBOL LOGIN - RAMPING
================================= */
/* ===============================
   TOMBOL LOGIN - RAMPING
================================= */
/* .fi-btn {
    min-height: 28px !important;
    border-radius: 20px !important;
    font-size: 10px !important;
    font-weight: 600 !important;
    padding: 3px 10px !important;
    width: 100% !important;
    margin-top: 4px !important;
    margin-bottom: 4px !important;
    color: #ffffff !important;
}

.fi-btn-color-primary {
    background: #4018f5 !important;
    border: none !important;
    color: white !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
} */

.fi-btn-color-primary:hover {
    transform: translateY(-1px);
    box-shadow: 0 3px 8px rgba(37, 99, 235, 0.35) !important;
}

/* WARNA TEKS BUTTON */
/* .fi-btn,
.fi-btn span,
.fi-btn-label,
button[type="submit"] {
    color: #222121 !important;
} */

/* BUTTON LOGIN */
/* .fi-btn-color-primary {
    background: linear-gradient(135deg, #4f46e5, #3b82f6) !important;
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3);
    transition: all 0.2s ease;
}

.fi-btn-color-primary:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 18px rgba(59, 130, 246, 0.4);
} */

/* ===============================
   LINK (lupa password, dll)
================================= */
.fi-link {
    font-size: 8px !important;
    color: rgba(255, 255, 255, 0.8) !important;
    text-decoration: none !important;
}

/* ===============================
   LOGO - OPSIONAL
================================= */
.fi-logo img,
.fi-logo svg {
    max-height: 58px !important;
    width: auto !important;
    margin-bottom: 14px !important;
}

/* ===============================
   FOOTER / COPYRIGHT
================================= */
/* Jika ada teks copyright di dalam card */
.fi-simple-main div[class*="text-center"],
.fi-simple-main .text-sm,
footer p {
    font-size: 10px !important;
    text-align: center !important;
    color: rgba(27, 24, 24, 0.6) mportant;
    margin-top: 6px !important;
    margin-bottom: 0 !important;
    line-height: 1.2 !important;
    opacity: 0.7;
}

/* ===============================
   RESPONSIVE MOBILE - TETAP PENDEK
================================= */
@media (max-width: 640px) {
    .fi-simple-main-ctn {
        justify-content: center !important;
        align-items: center !important;
        padding: 12px !important;
    }

    .fi-simple-main > div,
    .fi-simple-auth-card,
    .fi-auth-card {
        width: 100% !important;
        max-width: 280px !important;
        min-width: auto !important;
    }

    .fi-simple-auth-card,
    .fi-auth-card {
        padding: 6px 10px !important;
        max-height: 330px !important;
    }
}

/*------------------------------------------*

