/*
    Auteur : Lopes Tiago
    Date :   29.05.2021
*/
body {
    background-color: #a0a0a0;
    text-align: center;
}

#container {
    background-color: white;
    width: 60%;
    margin: auto;
    /* pour centrer le conteneur */
    text-align: left;
    border: 1px solid black;
    padding: 1em;
    font-family: Verdana, Arial, serif;
}

#containerParam {
    background-color: lightgray;
    width: 90%;
    text-align: left;
    padding: 5px;
}

.user-form .button {
    color: white;
    align-items: center;
    text-align: center;
}

.user-form .field label {
    display: inline-block;
    width: 10em;
}

.user-form .field input {
    display: inline-block;
}