how to change input placeholder background color css code example
Example: change input placeholder font color
input[type="email"].big-dog::-webkit-input-placeholder {
color: orange;
}
input[type="email"].big-dog::-webkit-input-placeholder {
color: orange;
}