:root {
    --aqlix-blue: #1D4ED8;
    --aqlix-indigo: #4F46E5;

    --bg-1: #F7FAFF;
    --bg-2: #EEF2FF;

    --text: #0F172A;
    --muted: #64748B;

    --border: #E5E7EB;
    --border-strong: #D1D5DB;

    --card: #FFFFFF;
    --input-bg: #F9FAFB;

    --shadow: 0 18px 50px rgba(2, 6, 23, .10);
    --shadow-soft: 0 10px 26px rgba(2, 6, 23, .08);
}
.container {
    max-width: 100% !important;
}

.hero.login-hero {
    padding: 1rem;
    justify-content: center;
}

.alert-error {
    padding: 5px 10px;
    margin: 0px 0px 30px 0px;
    text-align: center;
}

.login-title {
    margin: 0;
    font-size: 30px;
    font-weight: 700;
    line-height: 5px;
    color: color-mix(in srgb, var(--heading-color), transparent 30%);
}

.separator {
    width: 100%;
    height: 0;
    border: 0;
    border-top: 1px solid #162b83;
    margin: 15px 0px;
}

.showfor-mobile {
    display: none;
}

.blur-overlay {
    filter: blur(5px);
    /* ou backdrop-filter si c’est semi-transparent */
    pointer-events: none;
    /* désactive tous les clics */
    opacity: 0.7;
    /* optionnel : pour indiquer visuellement que c’est inactif */
}

.container {
    max-width: 100% !important;
}

.hero.login-hero {
    padding: 1rem;
    justify-content: center;
}

.alert-error {
    padding: 5px 10px;
    margin: 0px 0px 30px 0px;
    text-align: center;
}

.login-title {
    margin: 0;
    font-size: 30px;
    font-weight: 700;
    line-height: 5px;
    color: color-mix(in srgb, var(--heading-color), transparent 30%);
}

.separator {
    width: 100%;
    height: 0;
    border: 0;
    border-top: 1px solid #162b83;
    margin: 15px 0px;
}

.showfor-mobile {
    display: none;
}

/* new style */

.bg-login {
    position: fixed;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 50%;
    left: 0;
    z-index: 9999;
    transform: translateY(-50%);
}
.login-container {
    position: relative;
    z-index: 99999;
}
.auth-form-light {
    position: relative;
    border-radius: 22px;
    box-shadow: 0 18px 50px #00000059;
    background-color: #041343a8 !important;
    backdrop-filter: blur(6px);
}
.form-controls {
    position: relative;
}
.form-controls .icon-control{
    color: #8898B3;
    position: absolute;
    left: 0.6rem;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.5rem;
    transition: 0.3s ease;
}
.form-controls .show-password{
    color: #1B5BFF;
    position: absolute;
    right: 0.6rem;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.5rem;
    cursor: pointer;
    transition: 0.3s ease;
}
.form-controls .show-password.mdi-eye-off {
    color: #8898B3;
}
.form-controls input.form-control {
    padding: 0.5rem 2.5rem !important;
    background: #000000a3;
    border: 1px solid white;
    color: white;
}
.form-controls input.form-control::placeholder {
    color: #d2d2d2;
}

.form-controls input.form-control:focus ~ .icon-control,
.form-controls input.form-control:valid  ~ .icon-control,
.form-controls input.form-control:not(:placeholder-shown) ~ .icon-control {
    color: #1B5BFF;
}

.alert.alert-notification {
    z-index: 9999999 !important;
}
.auth-form-btn {
    background: linear-gradient(90deg, #2295B8 0%, #4D8BEA 50%, #68C7F5 100%);
    color: white;
    border: none;
    border-radius: 8px;
    padding: 1rem 3rem !important;
    font-family: sans-serif;
    font-weight: 600;
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}
.auth-form-btn:hover {
    background: linear-gradient(90deg, #2295B8 0%, #4D8BEA 70%, #68C7F5 100%);
}
.btn-back-homme {
    border-radius: 8px;
    padding: 12px 24px;
    font-family: sans-serif;
    font-weight: 600;
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    background: #EDF2F6;
    color: #0F172A !important;
}
.slide-content {
    position: relative;
    height: 83vh;
    max-height: 83vh;
    border-radius: 1.4rem;
}
.image-content{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}
.image-content img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.swiper {
    height: 100%;
    border-radius: 1.5rem;
    background: transparent;
}

/* .swiper-slide:not(.swiper-slide-visible) {
    opacity: 0;
} */

.main-panel {
    width: 100%;
}

.blur-overlay {
    display: none !important;
}

.content-wrapper {
    max-height: inherit;
}
.auth-form-light {
    border-radius: 22px;
    box-shadow: 0 18px 50px #00000059;
    background-color: #e9e9e917 !important;
    backdrop-filter: blur(3px);
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    width: 100%;
    border: 1px solid #fff;
}
.auth-form-light form {
    width: 100%;
}
.form-group label {
    font-size: 1.4rem;
    color: #ffffff;
}
.content-wrapper {
    padding: 0rem 2.375rem;
}
.form-group {
    margin-bottom: 1rem;
}
.infos h4 {
    font-size: 1.8rem;
    color: #fff;
    font-weight: 900;
}
.infos h6 {
    font-size: 1rem;
    color: #ffffff;
}
.infos .lune-deco {
    height: 45px;
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
}

.content-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

@media screen and (width < 768px) {
    .showfor-mobile {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .hidefor-mobile {
        display: none !important;
    }
}