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

  position: absolute;
  bottom: calc(100% + 4px);
  left: 36px;
  text-shadow: 1px 1px 2px #fff, -1px -1px 2px #fff;
  font-weight: 600;
}

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

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

  background-image: url("../img/0acc621956fb14c2a507f09639aa54926580f14e.svg") !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("../img/f0124b3fdb175fed360e10bcf7407df80347f842.svg") !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;
}