#login-form {
    width: 24em;
    height: 17em;
    position: fixed;
    left: calc(50% - 11em);
    top: calc(50% - 11em);
}

.login-btn {
    border: 0.1em solid white;
    margin: 0 auto;
    font-size: 1.3em;
}

.login-input {
    border: 0;
}

.lbl {
    text-transform: none;
}

.BG-login {
    width: 100%;
    height: 100%;
}

.erreur-login-msg {
    color: #b91717;
    font-size: 0.8em;
    margin: 1em auto;
    height: 2em;
}

/*.BG-couleur-etsad {*/
/*background-color: #0d3f62;*/
/*}*/
