.login-form-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    background: rgba(255,255,255,0.95);
    padding: 30px;
    border-radius: 10px;
    width: 400px;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
.logo {
    /* image-rendering: ; */
    font-size: 24px;
    color: orange;
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
}

/* Saat mobile disembunyikan */
@media (max-width: 768px) {
    .login-container {
        display: none;
    }
}

/* Default: hidden di desktop */
.mobile-login-form {
    background: white; /* warna background putih */
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    margin-top: 20px;
}

/* Tampil di mobile */
@media (max-width: 768px) {
    .mobile-login-form {
        display: block;
        margin-top: 20px;
    }
}

.Modern-Slider {
    height: 100vh;
    overflow: hidden;
}
.img-fill {
    height: 100vh;
}

