/** Страница авторизации crm **/
.main-logo-ru, .main-logo-en {
    background-size: cover !important;
    margin-bottom: 20px !important;
    background-position: center !important;
}

/** Шапка crm **/
.bitrix24-default-theme .logo img {
    box-sizing: border-box;
}

.logo img {
    width: auto !important;
}

/** Страница авторизации лкд **/
.auth-page__logo {
    background: url(/local/templates/lkd/images/logo-hu-big.png) !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
    width: 200px !important;
    height: 100px !important;
}