.button-validate {
  width: 50%;
  padding: 10px 20px !important;
  text-align: center;
  border-radius: 4px;
  color: white;
  margin: auto;
  border-radius: 20px;
}
.button-validate:hover {
  color: white !important;
  opacity: 0.75;
}

.spacer-validator {
  margin: 10px;
  display: flex;
  justify-content: center;
}

#code-error {
  color: red;
}/*# sourceMappingURL=style.css.map */