.login-form-container .hc-input {
  max-width: 456px;
  height: 40px;
}
.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;
  height: 3rem;
}
.hc-input ::placeholder {
  opacity: 1;
  color: #A7A9AA;
}

.hc-input:not(:disabled):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);
}

.search-input-container {
  position: relative;
  display: flex;
  align-items: center;
}

.search-icon {
  position: absolute;
  top: 0.875rem;
  left: 0.875rem;
  z-index: 1;
  pointer-events: none;
}

.search-input {
  padding-left: 3rem !important;
}

.hc-info-toggle-icon {
  cursor: pointer;
}

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