.banner-espace {
    width: 100%;
    height: 100vh;
    background-image: url('../images/espace/bannerEspace.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.form-control {
    background: transparent;
    border: none;
    border-bottom: 1px solid white;
    border-radius: 0;
    color: white !important;
}

.blooc-h2 {
    font-size: 50px;
}

.form-control:focus {
    background: transparent;
    box-shadow: none;
    border-color: #fff;
    color: white;
}

::placeholder {
    color: white !important;
    opacity: 0.7;
    /* little transparency like in your screenshot */
}

.forgot-password {
    font-size: 0.7rem;
    text-align: right;
    display: block;
    text-decoration: none;
    color: white;
            font-family: "Questrial", sans-serif;
        font-weight: 400;
        font-style: normal;
}

.forgot-password:hover {
    text-decoration: underline;
}

.btn-login {
    background: transparent;
    border: none;
    color: white;
    font-size: 15px;
    display: flex;
    align-items: center;
    gap: 5px;
    font-family: "Questrial", sans-serif;
    font-weight: 400;
    font-style: normal;
    border: 1px solid #ffffff;
    padding: 11px 25px;
    border-radius: 0;
}

.btn-login:hover {
    text-decoration: underline;
    border: 1px solid #ffffff;
}




.toggle-password {
    position: relative;
    left: 85%;
    bottom:30px ;
    transform: translateY(-50%);
    cursor: pointer;
    color: white;
    font-size: 1.1rem;
}

input:-webkit-autofill {
-webkit-box-shadow: 0 0 0 1000px #3e4939 inset !important;
    -webkit-text-fill-color: white !important;          /* text color */
}


@media (max-width: 576px) {
    .blooc-h2 {
        font-size: 30px;
    }

    .banner-espace {
        width: 100%;
        height: 100vh;
        background-image: url('../images/espace/bannerEspace1.png');
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .Connexion-container{
        padding: 0% 20px 70% 20px;
    }
}