Hello, I need some help. I have exhausted the limit of my abilities

I need to change the form input font color to white, because on my theme this mods input is black and the text in the input is black, so you can't see what you are typing.....this...
<input type="text" id="mgc_cb_evo_input" class="primary full textbox pb_payload" name="mgc_cb_evo_input" value="Enter your chat >>" onfocus="return MGCCbEvoNS.remove_chat_prompt();" maxlength="500" tabindex="1" style="vertical-align: middle; width: 300px; color: rgb(0, 0, 0);">
the rgb(0,0,0) I need to be white, but I can't find anywhere to change it. Help? Thanks!