.alert {
  display: inline-block;
}

.alert.error {
  color: red;
}

.honeypot {
  position: absolute;
  left: -9999px;
}
