html,
body,
.fi-simple-layout {
    min-height: 100vh !important;
}

.fi-simple-layout {
    background-image:
        linear-gradient(rgba(2, 6, 23, 0.60), rgba(2, 6, 23, 0.80)),
        url('/images/login-tech.png') !important;

    background-size: 100% auto !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

.fi-simple-main {
    background: rgba(255, 255, 255, 0.90) !important;
    backdrop-filter: blur(12px);
    border-radius: 18px !important;
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.35) !important;
}

.dark .fi-simple-main {
    background: rgba(15, 23, 42, 0.90) !important;
}
