body {
  min-height: 100vh;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  /* Ersetze die URL durch deinen Bildpfad */
  background: url('../assets/portal-bg.jpg') no-repeat center center fixed;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}

.belugx-ph-content {
  padding: 2rem 3rem;
  border-radius: 1rem;
  box-shadow: 0 4px 32px rgba(0,0,0,0.15);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.logo-fixed {
  position: fixed;
  top: 24px;
  left: 24px;
  width: 240px;
  height: auto;
  z-index: 1000;
}