<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#error-msg {
  color: red;
}
#valid-msg {
  color: #00C900;
}
input.error {
  /*border-bottom: 1px solid #FF7C7C;*/
}</pre></body></html>