
/* Add custom CSS here, it will not be overwritten by product updates */

input[type="text"], textarea {
  background-color : #d1d1d1; 
}
input[type="password"], textarea {
  background-color : #d1d1d1; 
}
input[type=button], input[type=submit], input[type=reset] {
  color: white;
}