body {
  background: url('/img/anmeldeseite.jpg');
  background-size: cover;
  background-attachment: fixed;
}
.auth-wrapper {
  /* background: url('/img/login.png'); */
  /* background-size: cover; */
    background-position: 100% 50%;
    background-repeat: no-repeat;
  /* background-attachment: fixed; */
}

.card{


  border-radius: 1rem;
  backdrop-filter: blur(1rem);
  box-shadow: 1,3rem 1,3rem 1,3rem 1,3rem rgba( 0, 0, 0, 0.5);
  border-top-color: rgba(225, 225, 225, 0.5);
  border-left-color: rgba(225, 225, 225, 0.5);
  border-right-color: rgba(225, 225, 225, 0.5);
  box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;

}

.card-img-top{

max-height: 160px;
max-width: 220px;
height: auto;

padding: 10px;



}
.registration-right-div {
  background-color: lightgrey;
}
.info-heading {
  text-align: center;
  padding: 19px 0 25px 0;
}

.info-heading h3 {
  font-weight: 700;
}

.information {
  padding: 10px;
}

.info-icon {
  padding: 5px;
}

.info-description {
  padding: 0 5px 0 10px;
}

.final-buttons {
  float: right;
}