.container {
    position: relative;
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}

form {
    background: rgba(30, 44, 75, 0.55) !important;
    padding: 3rem;
    border-radius: 20px;
    border: 1px solid rgba(42,159,212,0.3) !important;
    backdrop-filter: blur(20px) saturate(160%);
    -webkit-backdrop-filter: blur(20px) saturate(160%);
    -moz-backdrop-filter: blur(20px) saturate(160%);
    box-shadow: 0 8px 32px rgba(0,0,0,0.2), 0 0 50px rgba(42,159,212,0.12) !important;
    text-align: center;
    margin: 50px;
    width: 320px;
    transition: all 0.3s ease;
}

form:hover {
    border-color: rgba(42,159,212,0.45) !important;
    box-shadow: 0 8px 32px rgba(0,0,0,0.2), 0 0 60px rgba(42,159,212,0.18) !important;
}

form p {
    color: #7fdbff !important;
    font-size: 24px;
    font-weight: 600;
    text-shadow: 0 0 15px rgba(42,159,212,0.4), 0 0 25px rgba(42,159,212,0.15);
    margin-bottom: 1.5rem;
}

.form_input_button_login {
    background: rgba(42,159,212,0.25) !important;
    width: 200px;
    height: 50px;
    font-weight: 600;
    border-radius: 50px;
    color: #7fdbff !important;
    border: 1px solid rgba(42,159,212,0.45) !important;
    transition: all 0.3s ease;
    cursor: pointer;
    margin-top: 10px;
    box-shadow: 0 0 15px rgba(42,159,212,0.12);
    text-shadow: 0 0 8px rgba(42,159,212,0.3);
}

.form_input_button_login:hover {
    background: rgba(42,159,212,0.35) !important;
    border-color: rgba(42,159,212,0.65) !important;
    box-shadow: 0 0 30px rgba(42,159,212,0.25);
    transform: scale(1.02);
}

.form_input_button_login:active {
    background: rgba(42,159,212,0.2) !important;
    box-shadow: 0 0 20px rgba(42,159,212,0.15);
    transform: scale(0.98);
}

a {
    text-decoration: none;
    color: #9ad4e8;
    font-size: 12px;
}

a:hover {
    color: #7fdbff;
    text-shadow: 0 0 10px rgba(42,159,212,0.3);
}

a:active {
    text-shadow: none;
}

input {
    background: rgba(40, 56, 95, 0.45) !important;
    border: 1px solid rgba(42,159,212,0.2) !important;
    padding: 1rem;
    width: 200px;
    border-radius: 50px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.05);
    color: #fff !important;
    font-weight: 500;
    transition: all 0.3s ease;
    margin-bottom: 2em;
}

input:hover,
input[type="text"]:focus,
input[type="password"]:focus {
    background: rgba(50, 70, 115, 0.55) !important;
    border-color: rgba(42,159,212,0.5) !important;
    box-shadow: 0 0 0 3px rgba(42,159,212,0.12), 0 0 15px rgba(42,159,212,0.1) !important;
    outline: none !important;
}

input[type="button"] {
    margin-top: 10px;
    width: 150px;
    font-size: 1rem;
    cursor: pointer;
}

::placeholder {
    color: rgba(180, 200, 230, 0.6);
}

.tile_menu1 {
    background: transparent !important;
}

.font_Extra_large {
    color: #7fdbff !important;
    text-shadow: 0 0 12px rgba(42,159,212,0.3);
}

@media all and (max-width: 991px) {
    input {
        background: rgba(40, 56, 95, 0.45) !important;
        border: 1px solid rgba(42,159,212,0.2) !important;
        padding: 1rem;
        width: 80%;
        border-radius: 50px;
        color: #fff !important;
        font-weight: 500;
        transition: all 0.3s ease;
        margin-bottom: 2em;
    }

    form {
        background: rgba(30, 44, 75, 0.55) !important;
        padding: 3rem;
        border-radius: 20px;
        border: 1px solid rgba(42,159,212,0.3) !important;
        backdrop-filter: blur(20px) saturate(160%);
        -webkit-backdrop-filter: blur(20px) saturate(160%);
        box-shadow: 0 8px 32px rgba(0,0,0,0.2), 0 0 50px rgba(42,159,212,0.12) !important;
        text-align: center;
        margin: 50px;
    }
}
/* === LOGO PAGE CONNEXION - ressort avec néon cyan === */
.fond_logo {
    background: rgba(255, 255, 255, 0.9) !important;
    padding: 8px 16px !important;
    border-radius: 12px !important;
    border: 1px solid rgba(42,159,212,0.3) !important;
    box-shadow: 0 4px 20px rgba(0,0,0,0.15), 0 0 30px rgba(42,159,212,0.12) !important;
    transition: all 0.3s ease;
}

.fond_logo:hover {
    border-color: rgba(42,159,212,0.5) !important;
    box-shadow: 0 4px 20px rgba(0,0,0,0.2), 0 0 40px rgba(42,159,212,0.2) !important;
}

.tile_menu1 {
    background: transparent !important;
}

.font_Extra_large {
    color: #7fdbff !important;
    text-shadow: 0 0 12px rgba(42,159,212,0.4), 0 0 20px rgba(42,159,212,0.15) !important;
}

