body {
  background-image: none !important;
  background-color: #0000aa !important;

  font-family: "More Perfect DOS VGA", monospace !important;
  font-size: 12pt;
  font-smooth: never !important;
  -webkit-font-smoothing: none !important;

  color: black !important;
}

div.kc-logo-text {
  background-image: url(../img/keycloak-logotype.png) !important;
  background-repeat: no-repeat !important;
  background-size: 100% !important;
  image-rendering: pixelated !important;
}

.card-pf {
  background-color: #aaaaaa !important;
  border: 5px double white !important;
  outline: 5px solid #aaaaaa !important;
  box-shadow: 14px 18px black !important;
}

.kc-page-title {
  font-size: 12pt;
}

p {
  color: white !important;
}

.alert-error {
  background-color: #aa0000 !important;
  border: none !important;
}

.pf-c-alert__title {
  font-family: "More Perfect DOS VGA", monospace !important;
  color: #ffff55 !important;
}

.pf-c-alert.pf-m-inline.pf-m-danger::before {
  display: none !important;
}

#kc-info-wrapper {
  color: white !important;
  background-color: unset !important;
  font-size: 12pt;
}

.fa-exclamation-circle {
  color: #ffff55 !important;
  font-family: FontAwesome !important;
}

label {
  font-size: 12pt !important;
}

input {
  font-family: inherit !important;
}

input[type="text"],
input[type="password"] {
  font-size: 12pt !important;
  background-color: #0000aa !important;
  color: #aaaaaa !important;
  border: none !important;
  transition-duration: 250ms !important;
}

input:focus {
  color: white !important;
  outline: none;
}

input[type="submit"] {
  font-size: 12pt !important;
  background-color: #00aa00 !important;
  color: black !important;
  box-shadow: 7px 9px black !important;
  transition-duration: 10ms !important;
  margin-right: 7px;
  margin-bottom: 9px;
}

input[type="submit"]:hover,
input[type="submit"]:focus {
  background-color: lime !important;
  color: black !important;
}

input[type=submit]:active {
  border-left: 7px !important;
  border-top: 9px !important;
  border-style: solid !important;
  border-color: #aaaaaa !important;
  box-shadow: none !important;
  margin: 0;
}

a[href],
.checkbox>label {
  color: black !important;
  transition-duration: 250ms !important;
}

a[href]:hover,
a[href]:focus,
.checkbox>label:hover,
.checkbox>label:focus {
  color: white !important;
  text-decoration: none !important;
}
