label.required:before {
    content: "* ";
    color: #ad0000;
}
.form-error-icon.badge.badge-danger {
    background-color: #dc3545;
}
#contactForm {
    max-width: 1200px;
}
#contactForm .invalid-feedback {
    order: 3;
}
#contactForm input[type=text] {
    width: 100%;
}
#contactForm #contact_form_submit {
    width: max-content;
}
.contact-register-captcha > .frc-captcha {
    max-width: 100%;
}
.form-select {
    border-radius: 0 !important;
}
button#contact_form_submit:disabled {
    cursor: not-allowed;
    pointer-events: all;
}