
body {
    font-family: Arial;
}

.toplineColor {
    border-top:1px solid rgba(0,0,0,0) ;
}


.bannerBgColor {
    background-color: rgba(232,0,0,0);
}

.bannerBgColor {
    border-bottom-color:rgba(232,0,0,0);
}

.bannerTextColour {
    color:#094fa3;
}

.bannerTextColour {
    font-size:14px;
}

.WelcomeTextColour,
.WelcomeTextColour:hover {
    color:#094fa3 !important;
}

.SSOTextColour,
.SSOTextColour:hover {
    color:#005e9f !important;
}

.AuthTextColor,
.AuthTextColor:hover {
    color:#337ab7 !important;
}

.SupplierOnboardingTextColour,
.SupplierOnboardingTextColourRedirection {
    color:#005e9f !important;
}

.ForgotPasswordTextColour,
.ForgotPasswordTextColour:hover {
    color:#094fa3 !important;
}

.ResetPasswordTextColour,
.ResetPasswordTextColour:hover {
    color:#094fa3 !important;
}

.footerBgColor  {
    border-top-color:rgba(232,0,0,0) !important;
}

.footerBgColor  {
    background-color:rgba(112,106,106,0.35) !important;
}

.footerTextColor>.footer , .footerTextColor >.footer a  {
    color:#ffffff;
}

.loginBackground {
    background:#ffffff;
}

    .loginBackground{
        background:url('https://pepsicowebportal.b2be.com/file/get/1602579634.png') no-repeat center center;
        background-size:cover;
        background-attachment: fixed;
    }
    #login-container h3{margin-top:0;}
        #login-container .inner, .register-container-bg{
        padding:20px;
        background:rgba(0,0,0,0.1);
    }
    
.sso-error-txt{
    color:#ff0000;
    font-size:18px;
}
