/* form#customer-form section {
    display: flex;
    flex-direction: column;
}
form#customer-form section > div.field-password-policy,
form#customer-form section > div.mb-3 {
    order: 2;
}

form#customer-form section > div.mb-3:nth-child(2),
form#customer-form section > div.mb-3:nth-child(3),
form#customer-form section > div.mb-3:nth-child(1) {order: 0;}

form#customer-form section > div.mb-3:nth-last-child(1),
form#customer-form section > div.mb-3:nth-last-child(2){order:1} */
