@charset "utf-8";
.event_card {
  margin-bottom: 50px;
}
.event_card__icon {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 30px;
}
.event_card__icon::before {
  content: "\f30d";
  font-family: 'fontawesome light';
  font-size: 90rem;
  line-height: 1;
  color: var(--bkcolor_main);
}
.event_code__label {
  display: block;
  text-align: center;
  font-size: 14rem;
  margin-bottom: 10px;
}
.event_code__input input {
  text-transform: uppercase;
}
.event_code__error {
  display: none;
  margin-bottom: 0px;
}
.event_code__validate {
  width: 100%;
  margin-top: 25px;
}
