Your custom template CSS is causing this. See the below.
IN: /media/gantry5/engines/nucleus/css-compiled/nucleus.css
ON: Line 60
Code:
button, input, optgroup, select, textarea {
color: inherit;
font: inherit;
margin: 0;
}
That's causing it to inherit the below custom CSS.
IN: /templates/rt_requiem/custom/css-compiled/requiem_12.css?57dacb4b
ON: 1978
Code:
.box2.moduletable, .box2.widget, .box2 > .g-content {
color: #fff;
}