.k-checkbox-md {
  width: 16px;
  height: 16px;
}

.k-checkbox:checked {
  background-color: #0d6efd !important;
}

.has-error .k-dropdownlist,
.has-error .k-multiselect,
.has-error .k-picker-wrap,
.has-error .note-editable,
.has-error.k-autocomplete,
.has-error.k-widget,
.has-error.k-textbox {
  border: 1px solid #b94a48 !important;
  border-color: #b94a48 !important;
}

.separator {
  display: flex;
  align-items: center;
  text-align: center;
  margin-top: 12px;
  margin-bottom: 12px;
  color: #fff;
}

.separator::before,
.separator::after {
  content: '';
  flex: 1;
  border-bottom: 1px solid #fff;
}

.separator:not(:empty)::before {
  margin-right: 0.25em;
}

.separator:not(:empty)::after {
  margin-left: 0.25em;
}

.authentication-app-react .k-loading-mask {
  width: 100%;
  height: inherit;
  position: absolute;
  left: auto;
  top: auto;
}

.reset-icon {
  float: right;
  color: white;
  cursor: pointer;
}
