/* Universal CSS */
body {
  font-size:4em;
}
input {
  font-size:1em;
}
/* Universal error msg*/
span.warn {
  color:red;
  font-weight:bold;
}