/* Custom styles for GreenTech Admin */

/* Reduce login logo size */
.login-logo img,
.login-box-body .login-logo img {
    max-width: 150px !important;
    max-height: 150px !important;
    width: auto !important;
    height: auto !important;
}

/* Also reduce the login box logo container */
.login-logo {
    margin-bottom: 10px;
}

/* Sidebar logo size (optional - uncomment if needed) */
/*
.brand-image {
    max-height: 40px !important;
}
*/
