input:not([type=checkbox]).valid {
 /* background-color: #cdffcd !important; */
 border: 1px solid lightgreen !important;
 background-image: none;
}

input:not([type=checkbox]).invalid {
 /* background-color: #ffd6cf !important; */
 border: 1px solid tomato !important;
 background-image: none;
}
