form div:nth-child(4) {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: left;
    padding-bottom: 20px;
    border-bottom: 1px solid #667085;
}


#registration_form_nom, #registration_form_prenom {
    background-image: url("../img/user.svg");
    background-repeat: no-repeat;
    background-position: center left 8px;
    padding-left: 30px;
}

#registration_form_societe {
    background-image: url("../img/briefcase.svg");
    background-repeat: no-repeat;
    background-position: center left 8px;
    padding-left: 30px;
}


