.small-title {
    font-size: 1.8rem !important;
}

.dscr {
  color: #6B7280;
  font-size: 10px;
}

.singleCol {
    max-width: 750px;
    margin: 0 auto;
}

.wide-button {
    width: 400px;
}

label {
    font-size: 1.05rem;
}

label:has(+ input:required)::after {
    content: '*' / 'Verplicht';
    color: red;
}

label:has(+ textarea:required)::after {
    content: '*' / 'Verplicht';
    color: red;
}

label:has(+ input:optional)::after {
    content: '(Optioneel)';
    margin-left: 0.25rem;
    
}

form, .formlabel {
    margin-bottom: 2px;
}

.form-control:focus {
    box-shadow: none;
    border-color: #3DD2CC;
}

.submit-button {
    background-color: #3DD2CC;
    color: white;
}

.submit-button:hover {
    background-color: #164b49;
    color: white;
}