.error {
  border: 1px solid red!important;
}

.form__item label.error {
  left: 0!important;
  bottom: -50px!important;
  background: none!important;
  color: red!important;
  border: none!important;
  font-size: 14px!important;
}

@media (min-width: 992px) {
.form__item label.error {
  left: 0!important;
  top: 59px!important;
  background: none!important;
  color: red!important;
  border: none!important;
  font-size: 14px!important;
}
}

.error-radio {
  color: red;
}
.error-radio a {
  color: red!important;
}