
section.connexionParticulier{
    align-items: center;
    justify-content: center;
}

.box{
    box-shadow: 1px 1px 6px #dbdbdb;
    max-width: 500px;
    padding: 1.6rem;
    margin:2.4rem;
    background: #fff;
    border-radius: 3px;
    text-align: left;
}

.information{
    padding: 1rem 1rem 1rem 4rem;
    border: 1px solid rgb(18 109 168);
    background: rgba(18, 109, 168, .05);
    border-radius: 3px;
    font-style: italic;
    position: relative;
    font-size: 1.4rem;
    font-weight: 600;
    color: rgba(0, 0, 0, .7);
    text-align: left;
}

#kc-passwd-update-form {
    padding: 0;
    margin-top: 2.4rem;
}

.container_input input {
    height: 4.8rem;
}

.eyeShowHide {
    margin: 0;
    width: 4.8rem;
    height: 4.8rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: inherit;
}
.buttonZone{
    justify-content: flex-end;
    margin-top: 2.4rem;
}

@media screen and (min-width: 768px) {
    .box{
        padding: 3rem;
    }
    .information{
        padding-right: 2.4rem;
    }
}

/* TODO css de mise en forme des couleurs des composants à supprimer une fois le scss du storybook librairisé*/
.authentification .bouton.primary {
    color: #1C335C;
    background-color: #fbd87a;
}

.authentification .bouton.primary:hover {
    color: #fbd87a;
    background-color: #1C335C;
}
