
.textinput {
  margin-bottom: 16px;
}

.textinput__error {
  color: red;
}

.textinput__input--state-error {
  border: solid 1px red;
}