.brand-logo {
    background: url('logo.png') no-repeat !important;
    background-position:center;
    background-size:contain !important;
    height:200px!important;
}

.mat-toolbar.main-toolbar.main-toolbar {
    background-color: #3a3a3a;
}
mat-toolbar.main-toolbar{
    background: url('https://descartes-prd-pc.delego-cloud.com/DelegoPC/banner.jpg') no-repeat !important;
    background-position-y:bottom!important;
    background-position-x:left!important;
    border-bottom:.5px solid #000!important;
}
mat-toolbar.main-toolbar[_ngcontent-c0] .logo-container[_ngcontent-c0]{
    background-color:#ffffff;
}
.brand-name{
    color:#f2f2f2!important;
}