html,
body {
  height: 100%;
}
body {
  height: 100%;
  background-image: url('../img/wallpaper-01.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
/* VERURSACHT ENORME GPU-LAST
@keyframes pulseBoxShadow {
  0%, 100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
  50% {
    box-shadow: 0 0 0 0.5rem rgba(255, 255, 255, 0.3);
  }
}
 */
.logo-wrapper {
  display: flex;
  align-items: center;
  /* Optional: for vertical centering */
  flex-direction: column;
  margin-bottom: 1rem;
}
.logo-wrapper .logo-icon {
  width: 6rem;
  height: 6rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 1rem;
  font-size: 3.5rem;
  border-radius: 50%;
  background-color: #ffcc00;
  color: #fff;
  box-shadow: 0 0 0 0.5rem rgba(255, 255, 255, 0.3);
  /* Create an outer shadow effect if needed */
  z-index: 2;
}
.form-custom .form-control {
  background-color: #fff;
}
.form-custom .invalid-feedback {
  color: #fff;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  color: #fff;
}
.btn-link {
  color: #fff;
  text-decoration: none;
}
.btn-link:hover,
.btn-link:active,
.btn-link:focus {
  color: #fff;
  text-decoration: underline;
}
@media (min-width: 576px) {
  .container-boxed {
    max-width: 400px;
  }
}
/*# sourceMappingURL=frontend.auth.css.map */