.ps-my-account {
    background: linear-gradient(180deg, #073354 20%, transparent 20%);
}

.auth-card.card {
    margin-top: 7rem;
}
.header .header__top .header__right {
    max-width: 410px !important;
}

@media screen and (max-width: 992px) {
    .jahre-garantie {
        position: fixed;
        right: 5px;
        z-index: 99;
        bottom: 210px;
        max-width: 70px;
        max-height: 70px;
        background: none;
    }
  div#flaoting-btn {
    position: fixed;
    right: 5px;
    z-index: 99;
    bottom: 126px;
    max-width: 70px;
    max-height: 70px;
}
  .ps-my-account {
    background: unset;
}

.auth-card.card {
      margin-top: 0rem;
}
  
}