/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.code-reader {
  font-size: 30px;
  font-family: "PT Mono", monospace;
}
.code-reader span {
  cursor: pointer;
  vertical-align: middle;
  margin-left: 10px;
}

.oqva-form.error .message-holder {
  color: red;
  font-size: 12px;
  padding: 10px 0;
}
