﻿.PageHeaderBG {
    /*background-image: url(#PageHeaderBGImage#);
    background-repeat: no-repeat;
    background-size: 100%;*/
    background-image: linear-gradient(to right, #656edc, #2a2f8f);
    min-height: 50px;
    padding-top: 10px;
    z-index: 99;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.LogoImage {
    background: #fff;
    padding: 5px;
    max-width: 150px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-top: -100px;
    margin-right: 20px;
}

.centeralign {
    text-align: center;
}

.multipleGroupHeader {
    display: inherit;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 42px;
    text-align: center;
    color: #fff;
    font-family: 'Poppins';
}

.fr {
    float: right;
}
