.typo3-login .typo3-login-inner {
  background-image: url(/typo3conf/ext/huebner_theme/Resources/Public/Backend/Images/be_login_background.jpeg);
  background-size: cover;
  background-position: center;
}
.typo3-login .typo3-login-inner:before {
  content: '';
  background-color: #000000;
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0.3;
}

.typo3-login .card {
  border: none;
}

.typo3-login .card-login {
  background: #ffffff;
  background-color: rgba(255, 255, 255, 0.8);
}

.typo3-login .card-heading {
  background-color: #ffffff;
}

.typo3-login .typo3-login-logo img {
  display: none;
}

.typo3-login .typo3-login-logo {
  margin-bottom: 30px;
  height: 90px;
  background-image: url(/typo3conf/ext/huebner_theme/Resources/Public/Backend/Images/logo_header.png);
  background-size: cover;
  background-position: center;
}

.typo3-login input {
  background-color: white;
}

.typo3-login button {
  border: 3px solid #ff9900;
  background-color: transparent;
  border-radius: 50px;
  color: #ff9900;
}

.typo3-login button:active,
.typo3-login button:focus,
.typo3-login button:hover {
  background-color: #ff9900;
  color: #ffffff;
  border: 3px solid #ff9900;
}

.typo3-login .card-login .card-footer {
  border-top-color: #0d4099;
}

.typo3-login .typo3-login-copyright-wrap {
  height: 30px;
  background-image: url(/typo3conf/ext/huebner_theme/Resources/Public/Backend/Images/logo_jakota.png);
  background-repeat: no-repeat;
  background-position: right;
}

.typo3-login .typo3-login-copyright-wrap a {
  display: none;
}
