
.header{
    background-color: #fff!important;
    border-top: none!important;
    color: #6d7178!important;
    height: 5rem!important;
    left: 0;
    border-top:4px solid rgb(229, 0, 0) !important;   
}
.logo{
    align-self: center;
    background-image: url(/Web/Shared/images/PrismLogo.png) !important;
    transition: height .4s cubic-bezier(.86,0,.07,1), width .4s cubic-bezier(.86,0,.07,1) !important;
    width: 123px !important;
    height: 54px !important;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background-size: cover !important;
    display: inline-block !important;
    padding-right: 0 !important;
}