.errorSoxware small {
  color: var(--bs-red);
}

.errorSoxware input[type="text"] {
  border-color: red !IMPORTANT;
  border-width: medium !IMPORTANT;
}

.errorSoxware input[type="email"] {
  border-color: red !IMPORTANT;
  border-width: medium !IMPORTANT;
}

.errorSoxware input[type="tel"] {
  border-color: red !IMPORTANT;
  border-width: medium !IMPORTANT;
}

.errorSoxware input[type="time"] {
  border-color: red !IMPORTANT;
  border-width: medium !IMPORTANT;
}

.errorSoxware input[type="number"] {
  border-color: red !IMPORTANT;
  border-width: medium !IMPORTANT;
}

.errorSoxware input[type="checkbox"] {
  border-color: red !IMPORTANT;
  border-width: medium !IMPORTANT;
}

