#customer-form > div:first-child {
    display: flex;
    flex-direction: column;
}

#customer-form .libeo-extra-fields {
    order: 1;
}

#customer-form .form-group:nth-of-type(7), #customer-form .form-group:nth-of-type(8), #customer-form .form-group:nth-of-type(9) {
    order: 3;
}