.genpro-alert .alert-text{color:#fff;padding:5px;margin:5px 0}.genpro-alert.fail{background-color:#ff4242}.genpro-alert.success{background-color:#00c30f}

.gpc-check-button {
  display: block;
  margin: 20px auto;
  position: static;
  z-index: auto;
  opacity: 1;
  visibility: visible;
  color: rgb(27, 27, 27);
  background-color: transparent;
  padding: 20px 40px;
  border: 0.666667px solid rgb(27, 27, 27);
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.gpc-check-button:hover {
  background-color: rgb(27, 27, 27);
  color: white;
}
