.form-check-input:invalid {
    border-color: #dee2e6 !important;
    box-shadow: none !important;
}

.form-check-input:invalid ~ .form-check-label {
    color: inherit !important;
}