/* 
    Document   : loginBanner
    Created on : Nov 21, 2013, 3:21:09 PM
    Author     : Bharathi - NTSI
    Description:
        Purpose of the stylesheet follows.
*/

.loginBanner
{
    margin: 4px;
    width: 228px; 
    float: right;
    background-image:url(../img/marketing_ads/login_banner.png);
    background-repeat: no-repeat;    
    height: 291px
}
.loginBannerdefault
{
    margin: 4px;
    width: 228px; 
    float: right;
    background-image:url(../img/marketing_ads/WebAd-Login-nCommand-Gray.png);
    background-repeat: no-repeat;    
    height: 291px
}
.logo{
    background-image:url(https://buy.anpi.com/img/anpi_logo_tag.png);
    background-repeat: no-repeat;
    height: 64px;
    width: 132px;
    background-size: contain;
    -webkit-background-origin: content-box;
}

footer{
    width: 100%;
    background-color: #55555A; 
    bottom:0;
}
