Sure, here you go.
Thanks!
When I inspect the css on the front end I can change this
#top .main_color .input-text, #top .main_color input[type='text'], #top .main_color input[type='input'], #top .main_color input[type='password'], #top .main_color input[type='email'], #top .main_color input[type='number'], #top .main_color input[type='url'], #top .main_color input[type='tel'], #top .main_color input[type='search'], #top .main_color textarea, #top .main_color select {
border-color: #000000;
background-color: #111111
color: #000000;
}
If I change background color to #ffffff it looks good, but when I add the css code in the admin area it isn’t applied event if I add !important.