/* Auth Login spezifische Styles */
.login-with-news-feed .news-image {
    background-size: cover;
    background-position: center left;
}

.login-header .brand img,
.login-container .brand img {
    max-height: 48px;
    width: auto;
    max-width: 100%;
    height: auto;
    object-fit: contain;
    display: inline-block;
    margin-right: .5rem;
}

@media (max-width: 576px) {
    .login-header .brand img,
    .login-container .brand img { max-height: 40px; }
}

/* Optional: leichte Transparenz für Formularcontainer */
.login-container .login-content {
    backdrop-filter: blur(3px);
}
