i[class="fa fa-eye"],i[class="fa fa-eye-slash"]{color:#d2d8d8;}
.div-fehler-decrypt{
  border:1px solid #d2d8d8;
  max-width:435px;
  position: relative;
  width: 90%;
  min-width:250px;
  background: #FFF;
  margin:auto;
  cursor: auto;
  border-radius: 0.25em;
  transform: translateY(-30px);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  margin-top:200px;
  padding:15px;
  text-align:center;
  font-size:15px;
}
.form--login,.form--pw-vergessen{
    width:449px;
    position:absolute;
    top:50%;
    left:8%;
    transform: translateY(-50%);
}
.form--login__headline{
    font-family:Overpass Black;
    font-size:44px;
    line-height:67px;
    text-align:center;
    color:#343534;
}
.form__label--image-replace{
    display: inline-block;
    position: absolute;
    left: 15px;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    height: 24px;
    width: 24px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    color: transparent;
    background-repeat: no-repeat;
    background-position: 50% 0;
}
.form__label-benutzername{
    background-image: url("/img/icon-benutzername.svg");
}
.form__label-passwort{
    background-image: url("/img/icon-passwort.svg");
}
.form__label-lock{
    background-image: url("/img/lock-gray.svg");
}
.form--login input[type=submit],.form--pw-vergessen input[type=submit], .orange-submit {
    font-family:Overpass Black;
    font-size:20px;
    line-height:60px;
    letter-spacing:4.04px;
    background-color:#F49E00;
    border-radius:8px;
    width:100%;
    height:57px;
    cursor: pointer;
    color: #FFF;
    border: none;
}
.icon__hide-password{
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    padding:15px;
    width:27px;
    border-left: 1px solid #d2d8d8;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
}
.icon__hide-password i{
    font-size:23px;
}
.form--pw-vergessen__hilfetext{
    font-family:Overpass;
    font-size:16px;
    line-height:23px;
    text-align:center;
    color:#000;
}
.form--pw-vergessen__headline{
    font-family:Overpass Black;
    font-size:28px;
    line-height:42px;
    text-align:center;
    color:#343534;
}
.mfa-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 600px;
}

.mfa-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 18px;
    font-weight: bold;
    font-size: x-large;
}

#qrcode {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 20px;
}