You can customize the background color of the form field customers are filling in in your booking page.
1. Go to Settings>Colors and styles
2. Input the following rules in the section Custom CSS (Advanced)
.bookeocss .inputFieldFocused {
background-color: #FF0000;
}
to set it to red, for example.
3. Save