styling form inputs code example
Example 1: input background color
<input style="background-color: gold;" type="text" value="">
Example 2: css set styles for input text
input[type="text"] { font-size: 0.9em; padding-top: 0.35rem;}
<input style="background-color: gold;" type="text" value="">
input[type="text"] { font-size: 0.9em; padding-top: 0.35rem;}