/* This forces the placeholder text to be dark grey */
::placeholder {
    color: #333333 !important;
    opacity: 1 !important;
}

/* This specifically targets the footer form fields */
footer input::placeholder {
    color: #333333 !important;
}