.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;
}

.vat-information-text{
    color: #DD0000;
	font-size: .8rem;
	font-weight: 500;	
}