.login-form-container .hc-btn-primary {
  width: 100%;
}
.login-form-container .w3-container {
  padding: 0.01em 30px !important;
}

.hc-btn-primary {
  font-family: "Outfit", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.75rem;
  text-transform: uppercase;
  color: #21272E;
  height: 48px;
  background: #FFDD03;
  border-radius: 0.625rem;
  border: none;
  text-align: center;
}

.hc-btn-primary:hover {
  background: rgba(255, 221, 3, 0.5019607843);
  cursor: pointer;
}

.hc-btn-primary:focus, .hc-btn-primary:focus-visible, .hc-btn-primary:active {
  outline: none !important;
  background: rgba(255, 221, 3, 0.3019607843);
}

/*# sourceMappingURL=style.css.map */
