JavaScript mengubah warna input teks
document.getElementById("yourInputID").style.color = 'the color of your choice';
Tartaud
document.getElementById("yourInputID").style.color = 'the color of your choice';