/* Custom styles for Jazzmin admin */

/* Reduce login logo size */
.login-logo img {
    max-width: 120px !important;
    max-height: 80px !important;
    width: auto !important;
    height: auto !important;
}

/* Center and style the login form */
.login-box {
    margin-top: 2rem;
}
