/* Make contact form placeholders white */
input::placeholder,
textarea::placeholder {
    color: #fff !important;
    opacity: 1;
}
