
.login-pf {
  height: 100%;
  background:  #E4E8E8;
  background-size: auto;
}
.login-pf body {
  /* background: #030303 url("../img/bg-login.jpg") repeat-x 50% 0; */
  background:  #E4E8E8;
  background-size: auto;
}

.card-pf {
  border-top: 0;
  border-color: inherit;
}

input.pf-c-form-control:active, input.pf-c-form-control:focus, input.pf-c-form-control:focus-visible {
  border: 1px solid #E30613 !important;
  outline: none !important;
  box-shadow: none !important;
}

.pf-c-form-control:hover {
  border-bottom-color: #E30613 !important;
}

.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 40px;
    padding: 0 0 0 30px;
    font-size: 14px;
}

.footer ul {
    margin: 0;
}

.footer ul li.list-inline-item:not(:last-child) {
    margin-right: 63px;
}

.footer ul a {
    color: #e30613;
    font-size: 13px;
    text-decoration: underline;
}

.red {
    color: #e30613 !important;
}

.btn-primary-ngda {
  background-color: #f36870;
  background-image: linear-gradient(to bottom, #f36870 0%, #f36870 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff39a5dc', endColorstr='#ff0088ce', GradientType=0);
  border: 1px #e30613 solid;
  border-color: #e30613;
  color: #fff;
}

.btn.btn-primary-ngda:hover {
    background-color: #e30613 !important;
    border-color: #e30613;
    color: #fff;
    box-shadow: none !important;
    outline: none;
    background-image: linear-gradient(to bottom, #e30613 0%, #e30613 100%);
}

input.form-control:active, input.form-control:focus {
    border: 1px solid #E30613 !important;
}

.form-control:focus {
  border-color: #E30613;
  outline: 0;
  box-shadow: unset !important;
}

/* impressum */
a:hover, .footer.link:hover {
    text-decoration: none !important;
}

#logo {
    background: url(../img/ngda-logo.svg);
    width: 75px;
    height: 60px;
    margin: 0 auto 20px auto;
    background-size: cover;
}

.ngda-a-red {
    color: #f36870 !important;
    text-decoration: none;
}

.kc-login-info {
  position: relative;
  display: inline-block;
  cursor: pointer;
  padding: 3px;
}

.kc-login-info a, .kc-login-info a:hover {
  color: #363636;
}

.kc-login-info-text {
  background-color: black;
  display: none;
  color: #fff;

  width: 100%;
  text-align: left;
  padding: 5px;
  margin-bottom: 5px;

  opacity:0;
  transition:opacity 0.5s;
}

/* Show tooltip */
.kc-login-info-visible.kc-login-info-text {
  display: block;
  opacity:0.7;
}

#kc-oauth ul {
  border: 1px solid #5A5A5A;
  margin-bottom: 10px;
}

#kc-oauth ul li {
  padding: 10px 10px;
  background-color: #EDEDED;
}

#kc-oauth ul li:nth-child(2n) {
  background-color: white;
}

.kc-oauth-buttons {
  display: flex;
  justify-content: flex-end;
  gap: 5px;
}