.navbar-brand {
    margin-left: 16px;
    margin-right: 10px;
    padding: 2px;
    text-indent: -999em;
    background-image: url(../assets/images/logo.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    --background-size: 42px;
    width: 100px;
}

[cam-widget-header] {
    border-color: #139b67;
}

.app-banner svg {
    display: none;
}

.ce-eol-banner {
    display: none;
}

.login-header {
    margin: 20px 0 30px 0 !important;
    background-image: url(../assets/images/logo.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 60px;
    --width: 180px;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.login-logo svg {
    display: none;
}

.form-signin button {
    background-color: #139b67;
    border-color: #139b67;
}

.ctn-main {
    bottom: 0;
}

[cam-widget-footer] {
    display: none;
}

.three-cols-layout .column-left .list-unstyled > .item.active,
.three-cols-layout .column-center .list-unstyled > li.active,
.three-cols-layout .column-left .list-unstyled > .item.active:hover,
.three-cols-layout .column-center .list-unstyled > li.active:hover {
    border-color: #139b67;
}