
.x-form__checkbox {
  position: relative;
  padding-left: 39px;
  line-height: 28px;
  color: #838383;
}
.x-form__checkbox input[type="checkbox"] {
  position: absolute;
  left: -999em;
  border: none;
  background: none;
}
.x-form__checkbox label {
  position: absolute;
  left: 205px;
  top: 2px;
  cursor: pointer;
}
.x-form__checkbox input[type="checkbox"] + label:before {
  background: url(/UIA/img/checkico.png) no-repeat;
  background-size: 100%;
}
.x-form__checkbox input[type="checkbox"]:checked + label:before {
  background: url(/UIA/img/checkico_on.png) no-repeat;
  background-size: 100%;
}
.x-form__checkbox label::before {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  content: "";
  width: 22px;
  height: 22px;
  margin-right: 10px;
}
.x-form__checkbox a {
  color: #333333;
}
.x-form__checkbox a:hover {
  text-decoration: underline;
}