JavaScript Alterar a cor da entrada de texto
document.getElementById("yourInputID").style.color = 'the color of your choice';
Tartaud
document.getElementById("yourInputID").style.color = 'the color of your choice';