.customer-type-selector {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.customer-type-selector input[type="radio"] {
    margin-right: 10px;
}

.customer-type-selector label {
    margin-bottom: 0;
    margin-right: 20px;
}

#field-bill_dni