﻿.brand-header {
    background: silver !important;
}

    .brand-header .icon-title {
        color: white;
        margin-top: 20px;
        position: absolute;
        width: 150px;
        font-size: 20px;
    }

.navbar-brand {
    padding-right: 10px !important;
}

.brand-logo {
    position: relative;
    width: 200px;
}

    .brand-logo img {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        display: block;
        margin: auto;
        height: 25px;
    }

.navbar-brand > .icon-banner {
    position: relative;
    top: 0;
    display: inline;
}

.medhealth-logo {
    margin-top: 84px;
}