/* Make input and textarea text white */
input,
textarea {
    color: #ffffff !important;
}

/* Make placeholder text white */
input::placeholder,
textarea::placeholder {
    color: #ffffff !important;
    opacity: 1 !important;
}

/* Make labels white */
.eapps-form-element-label {
    color: #ffffff !important;
}