.formulaire-base-login{
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content:space-between;
}

.lignes-formulaire-login{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    width: 320px;
    padding: 10%;
    height: 100%;
    background-color: #bce6ebee;
}

html{
    padding:0;
    margin:0;
    font-family: 'montserrat';
    color: black;
}

.champ-login{
    display: flex;
    flex-direction: column;
    text-align: center;
}

.champ-login input{
    height: 30px;
    font-size: 15px;
    text-align: center;
}

.champ-login-marge{
    margin-top: 30px;
    margin-bottom: 10px;
}

.bouton-marge{
    margin-top: 30px;
    padding: 5px;
    font-size: 15px;
    border-radius: 10px;
    background-color: #048b9a;
    text-align: center;
    border-width: 0;
}

.bouton-texte{
    padding:0;
    margin: 0;
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: aliceblue;
}

.bouton-marge:hover{
    cursor: pointer;
    background-color: #046670;
}

.bouton-marge:active{
    cursor: pointer;
    background-color: #0b545d;
}

.checkbox-login{
    text-align: center;
}


label{
    margin-bottom: 5px;
}

body{
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

footer{
    position: absolute;
    top: 95%;
    left: 50%;
    transform: translate(-50%,0%);
    opacity: 75%;
}

input{
    border:0;
}

.grille-logo{
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%,-50%);
    gap: 0;
    display: grid;
    grid-template-columns:50% 50%;
    grid-template-rows: 50% 50%;
    width: 50rem;
    height: 50rem;
    margin: 0;
    padding: 0;
    row-gap: 40px;
    column-gap: 40px;
}

.carre-logo{
    display: flex;
    width: 100%;
    height: 100%;
    padding:0;
    margin:0;
    align-items: center;
    justify-content: center;
}

.logo-element1{
    font-size: 250pt;
    background-color: #3a89a1;
    font-weight: 600;
}

.logo-element2{
    font-size: 250pt;
    background-color: #bce6eb;
    font-weight: 600;
}

.logo-element3{
    font-size: 250pt;
    background-color: #469dab;
    font-weight: 600;
}

.solutions{
    margin: 0;
    padding: 0;
    font-size: 3em;
    font-weight: 600;
    letter-spacing: 16px;
    padding-left: 10px;
    margin-top: 20px;
}

.logo-login{
    display: none;
}

.champ-motdepasse{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white ;
    padding-right: 5px;
}

.mdp-img{
    height: 20px;
    width: 20px;
    margin-left: 10px;
    cursor: pointer;
}
.mdp-img:hover{
    opacity: 80%;
    transition: 50ms;

}

.form-control{
    width: 100%;
}

@media screen and (max-height: 893px) {
    .grille-logo{
        position: absolute;
        top: 45%;
        left: 50%;
        transform: translate(-50%,-50%);
        gap: 0;
        display: grid;
        grid-template-columns:100%;
        grid-template-rows: 100%;
        width: 400px;
        height: 400px;
        margin: 0;
        padding: 0;
        }

    .formulaire-base-login{
        height: 100%;
        width: 100%;
        display: flex;
        align-content: center;
        justify-content: center;
        background-color: #bce6ebee;
    }

    .logo-element1 {
        display: none;
    }
    .logo-element2 {
        display: none;
    }
    .logo-element3{
        display: none;
    }
    .solutions{
        display: none;
    }
}
