change the input text color in javascript code example
Example: javascript change color of text input
document.getElementById("yourInputID").style.color = 'the color of your choice';
document.getElementById("yourInputID").style.color = 'the color of your choice';