#body-login #header .logo {
    width: min(300px, 78vw) !important;
    height: 90px !important;
    background-size: contain !important;
    background-position: center !important;
}

/* Logotipo de la barra superior */
#header:not(.header-guest) #nextcloud {
    padding-inline-start: 214px !important;
}

#header:not(.header-guest) #nextcloud .logo {
    width: 190px !important;
    inset-inline-start: 12px !important;
    background-size: contain !important;
    background-position: left center !important;
}

/* Tamaño adaptado para móviles */
@media (max-width: 767px) {
    #header:not(.header-guest) #nextcloud {
        padding-inline-start: 144px !important;
    }

    #header:not(.header-guest) #nextcloud .logo {
        width: 120px !important;
    }
}