.identity-bar-color {
    background-color: #f4f2f0 !important;
}

.identity-bg-color {
    background-color: #2C2E3B !important;
}
.identity-bg-color-hover:hover,
.identity-bg-color-active.active {
    background-color: #485A80 !important;
}
.identity-border-color-hover:hover {
    border-color: #485A80 !important;
}
.identity-color {
    color: #2C2E3B !important;
}
.identity-color-hover:hover {
    color: #485A80 !important;
}
.identity-logo,
.identity-logo-square,
.identity-logo-dark {
        background-size: contain !important;
        background-position: center !important;
        background-repeat: no-repeat !important;
}
.identity-logo,
.identity-logo-light {
    background-image: url("/bundles/memainpage/img/homepage/iteach_logo.svg") !important;
}

.identity-logo-header {
    background-image: url("/bundles/memainpage/img/homepage/iteach_dark_logo.svg") !important;
}

.identity-logo-dark {
    background-image: url("/bundles/memainpage/img/homepage/iteach_dark_logo.svg") !important;
}
.identity-logo-square {
    background-image: url("/bundles/memainpage/img/homepage/iteach_logo_square.svg") !important;
}

.identity-dashboard-profile-header {
            background-image: none !important;
        background-color: #2C2E3B !important;
    }

.identity-dashboard-profile-header .contents {
    background-image: none !important;
}

@media only screen and (min-width: 1100px) {
    .landing-layout > .site-header > .header-bar > .site-logo > .identity-logo-header {
        background-image: url("/bundles/memainpage/img/homepage/iteach_logo.svg") !important;
    }
}
