To change the style of all forms through css, you can define a format like
input{color:red}
textarea{border:1px solid #333}
in css. Generally, if There is no need to change all text styles. You can define styles such as text boxes and password boxes through the following methods