

/* Styles personnalisés */

/* CSS tout format */


#reset_password .section-dyn
{
margin: 0;
}

#reset_password main
{
padding-top: 0;
padding-bottom: 0;
}

#reset_password main .section
{
padding-top: 10px;
padding-bottom: 10px;
}

#reset_password .row-connexion
{
display: flex;
margin-left: 0;
margin-right: 0;
}

#reset_password main .container
{
margin: 0 !important;
max-width: 100% !important;
width: 100% !important;
}

#reset_password main .container .row
{
margin-bottom: 0;
}

#reset_password main h2
{
margin-top: 20px;
margin-bottom: 20px;
text-align: center;
font-size: 2rem;
}

#reset_password .valider button
{
float: initial !important;
margin: auto;
margin-top: 10px;
}
