.divider {
    width: 100%;
}
.divider h2 {
    text-align: center;
}
.password-label {
    order: 3;
}
.buttons, .options {
    display: flex;
    flex-direction: column;
    align-items: center;
}
#cc-description {
    font-weight: bold;
    margin: 20px 0 0 0;
}
#fc-description {
    color: var(--texte-gris);
    line-height: 120%;
    font-size: 11px;
    font-style: italic;
    width: 209px;
}
.entry-item {
    width: 100%;
    display: flex;
    flex-direction: column;
}
#next {
    margin: 20px 0 0 0;
}
.create p {
    margin: 20px 0 0 0;
}


/* BOUTON FRANCE CONNECT */
#FranceConnect {
    align-items: flex-start;
    background-image: url("https://storaccpauprod01.blob.core.windows.net/templates/img/franceconnect-btn-principal.svg");
    background-size: contain;
    height: 56px;
    width: 209px;
    cursor: pointer;
    margin: 0 0 10px 0;
    border-radius: 0;
}
#FranceConnect:hover, #FranceConnect:active {
    background-image: url("https://storaccpauprod01.blob.core.windows.net/templates/img/franceconnect-btn-principal-hover.svg");
}
#FranceConnect:disabled {
    background-image: url("https://storaccpauprod01.blob.core.windows.net/templates/img/franceconnect-btn-desactive.svg");
    cursor: default;
}
/* BOUTON FRANCE CONNECT */