body{
    background-image: url("../images/accueil/valhalla.webp");
}

#login_formulaire{
    margin-top: 5em;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
    height: auto;
}
.div_form{
    padding: 1em;
}
.log_inp{
    width: 18em;
    height: 3em;
    border-radius: 5px;
    background-color: #1e1e1e;
    color: white;
    padding: 10px;
    border-style: none;
}
.log_btn{
    width: 12em;
    height: 2em;
    border-radius: 8px;
    background-color: #3b3b3b;
    color: white;
    border-style: none;
    margin-top: 1em;
    margin-bottom: 2em;
}
.log_btn:hover{
    background-color: #000000;
    color: #ffffff;
}

h1,p {
    color: #000000;
    text-align: center;
    font-family: obviously, sans-serif;
}
#text_login{
    margin-bottom: 2em;
    padding: 2em;
}


.erreur{
    background-color: rgba(255, 0, 0, 0.82);
    text-align: center;
    width: 25em;
    height: 3em;
    font-size: 1.2em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: auto;
    margin-top: 4em;
    border-radius: 15px;
}