.authentification-card{
    width: 500px;
    background-color: #031B2F;
    height: fit-content;
    border-radius: 15px;
    color: white;
}


.authentification-card .form-control{
    background-color: #031B2F;
}
