.login-form-container .hc-input {
  width: 456px;
  height: 50px;
}
.login-form-container .error-wrapper {
  border: 3px #F30 solid;
}

.hc-input {
  font-family: "Outfit", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.0625rem;
  line-height: 1.75rem;
  letter-spacing: 0.01em;
  text-align: left;
  border-radius: 0.3125rem;
  border: none;
  background: rgba(255, 255, 255, 0.8980392157);
  color: #21272E;
  padding: 1.3125rem 1.5rem;
}

.hc-input:hover {
  background: rgb(246, 246, 247);
}

.hc-input:focus, .hc-input:focus-visible {
  outline: 0.125rem auto #21272E !important;
  background-color: rgba(255, 255, 255, 0.93);
}

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