Change Background Input Text

Hello

I want to change the Change Background Input Text, in all of my pages not just in the form builder page, I attached a picture as example

Picture1.png

Try to add the following code to the CSS section of the Theme editor

input, textarea {
    background-color: #e1e1e1 !important;
}