/* Login page */
div.login-logo h1 picture img {
  max-width: 100%;
}

ul.select2-selection__rendered li.select2-selection__choice span.select2-selection__choice__display {
  color: #212529;
  padding-left: 0.5rem;
}

/* Import-Export */
/* Ignores black theme */
table.import-preview tr.new,
table.import-preview tr.skip,
table.import-preview td ins {
  background-color: #bdd8b2 !important;
}

.validation-error-container {
  background-color: #ffc1c1 !important;
}

ul.errorlist.nonform {
  color: red;
}
