.container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 3%;
}

#logo-form {
    max-width: 250px;
    margin-bottom: 1%;
}

form {
    color: grey;
    margin-bottom: 5%;
    /* min-width: 33%; */
}

#login-footer {
    text-align: center;
}
#forget-pass {
    color: grey;
    font-size: small;
}
#register {
    color: #f80213;
}

#connexion-btn {
    margin: 15px 0 !important;
    width: 100%;
    /* margin-top: 15px !important; */
    
}