.error:before {
  content: attr(data-text);
  position: absolute;
  left: -2px;
  text-shadow: 1px 0 #4e73df;
  top: 0;
  /*color: #5a5c69;*/
  /*background: #f8f9fc;*/
  overflow: hidden;
  clip: rect(0,900px,0,0);
  animation: noise-anim-2 3s linear infinite alternate-reverse;
}

.error:after {
  content: attr(data-text);
  position: absolute;
  left: 2px;
  text-shadow: -1px 0 #e74a3b;
  top: 0;
  /*color: #5a5c69;*/
  /*background: #f8f9fc;*/
  overflow: hidden;
  clip: rect(0,900px,0,0);
  animation: noise-anim 2s linear infinite alternate-reverse;
}

.roundfont {
  margin: 0;
  font-family: Nunito,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
}

