body {
    background: url("../img/bg.svg") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    height: 100%;
}
html {
    height: 100%;
    background-image: url("../img/dev.png");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    font-family: Poppins, serif;
}

.container-login {
    padding: 2em 3em 0.8em 3em;
    min-width: 25em;
    background: rgba(255, 255, 255, 0.9);
    display: none;
}

.logo {
    width: 9em;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3em;
    display: block;
}

.container-login > .render > h5 {
    text-align: center;
}

.container-login > .render > h6 {
    text-align: center;
    margin-bottom: 2em;
}

.container-login > footer {
    display: block;
    font-size: 0.8em;
    text-align: center;
}

.render {
    margin-bottom: 2em;
}

.render:after {
    content: ""; /* Important, sinon l'élément n'est pas généré. */
    display: table;
    clear: both;
}

button.next-button {

}

a.not-me {
    font-size: 0.6em;
    color: black;
}