/* Hide the label and input field for the 'Date' custom field */
.contact-column-12 .contact-form-group label[for="contact_custom_fields[2]"],
.contact-column-12 .contact-form-group input[name="contact_custom_fields[2]"] {
    display: none !important; /* Hide both the label and the input field */
}