input,
textarea {
  font-size: 0.9375rem;
  line-height: 1.5rem;
  color: rgba(47, 43, 61, 0.9);
  border-width: 1px;
  transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
  border-color: rgba(47, 43, 61, 0.12);
  border-radius: 6px;
  border-style: solid;
  min-height: max(var(38px, 56px), 1.40625rem + cal(0px, 7px) + 7px);
  padding-inline: 14px;
  padding-top: cal(0px, 7px);
  padding-bottom: 7px;
  position: relative;
  background-color: transparent;
}

label {
  overflow: hidden;
  font-size: 0.8125rem !important;
  font-weight: 400;
  color: rgba(47, 43, 61, 0.7);
}

input::placeholder,
textarea::placeholder {
  color: rgba(47, 43, 61, 0.2);
  font-weight: 100 !important;
}
