body{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin: 0;
    height: 100vh;
    background-color: #222;
    color: white;
    font-family: 'Comfortaa', cursive;
}

header{
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo{
    margin-right: 10px;
    width: 70px;
}

.nomSite{
    margin: 20px 0;
    color: white;
    font-size: 70px;
    font-family: 'Poiret One', cursive;
}

.vert{
    color: #AFDAB9;
}

.bouton{
    text-align: center;
    align-items: center;
    margin: auto;
    padding-bottom: 10px;
}

.connexion {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold ;
}

label i{
    padding-left: 3px;
    padding-right: 3px;
    background-color: white;
    color: #222;
    font-size: 27px;
}

input{
    margin: .4rem 0;
    background-color : white;
    border: 2px solid white;
    font-size: 18px;
}

input:focus{
    outline: none;
}

.remember{
    font-size: 14px;
}

.remember input{
    margin-left: 7px;
    margin-right: 10px;
    transform: scale(1.5);
}

.submit{
    margin-top: 20px;
    padding: 6px 20px;
    background-color: #AFDAB9;
    color: white;
    border: 2px solid  #AFDAB9;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
}

footer{
    display: inline-block;
    position: fixed;
    text-align: center;
    vertical-align :top ;
    left: 0;
    bottom: 0;
    width: 100%;
}