For that, you need to check your CSS style sheet.
#content, #content input, #content textarea,#content select { color: #eee; font-size: 12px; line-height: 20px; outline: none; min-height: 30px;}
This is the line that is affecting the colour of that Input. color: #eee
is the reason for it being white.