.just-validate-error-label {
  margin-bottom: 3px;
}

.just-validate-error-field,
.just-validate-success-field {
  background-repeat: no-repeat !important;
  background-position: center right 10px !important;
  background-size: auto 50% !important;
}

.just-validate-error-field {
  border-color: #dc3545;

  background-image: url("") !important;
}

.just-validate-error-field:focus {
  border-color: #dc3545;
  box-shadow: inset 0 0 0 0.2em rgb(220 53 69 / 50%) !important;
  outline: none;
}

.just-validate-success-field {
  border-color: #198754;
  background-image: url("") !important;
}

.just-validate-success-field:focus {
  border-color: #198754;
  box-shadow: inset 0 0 0 0.2em rgb(25 135 84 / 50%) !important;
  outline: none;
}