@charset "UTF-8";
.form-input-error {
  position: relative;
  outline: solid 2px red;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 10px;
  border: none;
  border-radius: 8px;
  box-sizing: border-box;
  font-size: 1rem;
  color: #212529;
  font-weight: normal;
}
