body {
    background-image: url(../resources/background.jpg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}

h1 {
    margin-top: 10px;
}

#logo {
    margin: 20px;
    height: 50px;
}

#form-container {
    margin: 20px auto;
    width: 300px;
}

.form-div {
    margin-top: 10px;
}

.icon-loggin {
    width: 20px;
    display: inline-block;
    color: rgb(80,91,115);
    margin-right: 5px;
}

#chk-label {
    display: inline-block;
    color: rgb(80,91,115);
    margin-right: 5px;
    width: 100%;
    max-width: 270px;
}

.form-input {
    width: 100%;
    max-width: 270px;
}

#keep {
    margin-top: 20px;
    min-width: 20px;
    max-width: 20px;
}

#div-button {
    margin-top: 10px;
    text-align: center;
    width: 100%;
}

#forgotten-pswd {
    text-align: right;
    margin-bottom: 10px;
}

#forgotten-pswd a {
    color:darkblue;
}

#error-box {
    margin-bottom: 10px;
}

#loggin-box {
    background-color: rgba(255,255,255,.8);
    max-width: 550px;
    margin: auto;
}

.container {
    position: relative;
    margin-top: 48vh;  /*poussé de la moitié de hauteur de viewport */
    transform: translateY(-50%); /* tiré de la moitié de sa propre hauteur */ 
}

.bg-danger {
    padding : 20px;
}

#cookie-consent {
    position: relative;
    text-align: center;
    border-radius: 4px;
    padding: 10px;
    width: calc(100vw - 60px);
    max-width: 850px;
    color: white;
    background-color: rgba(200,0,0,0.8);
    margin: auto;
}

#backend-login-subtitle {
    font-size: 24px;
    margin: 10px 0 10px 0;
}