﻿.masterheader_logo
{
    float: left; 
    width: 228px; 
    height: 72px;
    margin-top: 10px;
    margin-left: -5px;
    background-image: url(/Images/iMPSysAdminLogo.png);
    background-repeat: no-repeat;
    cursor: pointer;
     background-size: contain;
}
/*todo - DELETE not used in any other file*/
.masterheader_logo_prospect
{
    float: left;
    width: 343px;
    height: 100px;
    background-image: url(/Images/CloudVirgaLogo.png);
    background-repeat: no-repeat;
    cursor: pointer;
}
/*todo - DELETE - Logo class 'imp-masterheader-logo' from here no longer has been used */
.imp-masterheader-logo
{
    float: left; 
    width: 228px; 
    height: 72px;
    margin-top: 10px;
    margin-left: -5px;
    background-image: url(../Images/iMPSysAdminLogo.png);
    background-repeat: no-repeat;
    cursor: pointer;
    background-size: contain;
}
