.form-control {
  border: 1.5px solid var(--color-light);
  border-radius: 5px;
  box-shadow: unset;
}

.form-control::placeholder {
  font-weight: 700;
}

textarea.form-control {
  height: 70px;
}