/* --- Custom Jazzmin Logo Styling --- */

/* Logo inside sidebar and topbar */
.brand-link .brand-image,
.login-logo img {
    width: 140px !important;   /* adjust logo width */
    height: auto !important;
    object-fit: contain;
}

/* Center logo on login page */
.login-logo img {
    display: block;
    margin: 0 auto 20px auto;
}

/* Optional: dark background adjustment */
body.login-page {
    background-color: #f9fafb !important;
}
