:root{
    --smegYellow: #FFDE00;
    --smegGris: #f5f5f5;
}
body{
    height: 100vh;
    margin: 0;
    background-color: gray;
    background-image: url("../images/logo.png");
    background-repeat:no-repeat;
}
  
.wrapperConnection{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    vertical-align: central;
}
.formconnexion{
    border: solid black 2px;
    border-radius: 15px;
    width: 550px;
    height: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
    background-color: var(--smegGris);
}
.formconnexion > form {
    width: 80%;
}

.justify {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.justify-right{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}