.gf-send-to-api-mask-input {
    color: transparent !important;
    text-shadow: 0 0 10px rgba(0,0,0,.7);
}

.gf-send-to-api-mask-input:focus {
    color: initial !important;
    text-shadow: none;
}