how to change the color of placeholder input field in 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;
}