/* Login sayfası — Metronic Auth template tabanlı */

body {
    background-image: url('/theme/assets/media/auth/bg3-blue.jpg');
}

[data-bs-theme="dark"] body {
    background-image: url('/theme/assets/media/auth/bg3-blue.jpg');
}

.login-logo {
    max-height: min(200px, 22vh);
    max-width: 80vw;
}
