﻿.custom-header {
    background-image: -webkit-linear-gradient(top,#4b4b4b 0%,#1e1e1c 100%) !important;
    background-image: -o-linear-gradient(top,#4b4b4b 0%,#1e1e1c 100%) !important;
    background-image: linear-gradient(to bottom,#4b4b4b 0%,#1e1e1c 100%) !important;
    background-repeat: repeat-x !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4b4b4b',endColorstr='#ff1e1e1c',GradientType=0) !important;
    background-image: url(../../images/headerback.jpg) !important;
}

    .custom-header > img {
        max-height: 42px;
    }

.consent-container .client-logo img {
    max-height: 100px !important;
}
