@import "theme.css";

.mautic-brand svg {
    display: none;
}
.mautic-brand {
    background-image: url(../acquia/logo-acquiacampaignstudio.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.mautic-logo svg {
    display: none;
}
.mautic-logo {
    background-image: url(../acquia/logo-campaignstudio.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100px;
    width: 100%;;
    border-radius: 0 !important;
}
.app-sidebar.sidebar-left .sidebar-header, .app-sidebar.sidebar-left .sidebar-footer {
    background-color: #fff;
}
.acquia-cloud-logo {
    width:70%;
    max-width:360px;
}
