/* Custom CSS for Ikigai CRM */

.company-logo img,
.authentication-form-wrapper .company-logo img,
.login_admin .company-logo img {
    max-height: 100px !important;
    max-width: 180px !important;
    width: auto !important;
    height: auto !important;
    margin: 0 auto !important;
    display: block !important;
}

.navbar-brand.logo img,
.navbar-brand img,
.header .logo img {
    max-height: 42px !important;
    width: auto !important;
    object-fit: contain;
}

#logo img {
    max-height: 38px !important;
    width: auto !important;
    object-fit: contain;
}
