.topbar-button-navigationcomponent,
.topbar-button.topbar-button-modulemenu {
  background-color: transparent!important;
}

.scaffold-header  {
    background-position: center center;
    background-repeat: repeat;    
    position: relative;
}
.scaffold-header::before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.typo3-login-logo img,
.typo3-login-logo svg {
  max-width: 100%;
}

.typo3-login .card-login {
  background: transparent;
  backdrop-filter: blur(2rem);
}