input, textarea, checkbox { color: black; background-color: white; font-size: larger; border: solid 1px rgb(128,128,128); animation-name: flash; animation-duration: 1s; animation-iteration-count: 1; } input:hover, textarea:hover { color: black; background-color: rgba(256,256,256,.8); } .input-validation-error { border: solid 1px red; } .field-validation-error { color: red; }