
body {
    font-family: Roboto;
}

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


.bannerBgColor {
    background-color: rgba(240,241,244,0);
}

.bannerBgColor {
    border-bottom-color:rgba(240,241,244,0.01);
}

.bannerTextColour {
    color:#ffffff;
}

.bannerTextColour {
    font-size:16px;
}

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

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

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

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

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

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

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

.footerBgColor  {
    background-color:rgba(255,255,255,0.67) !important;
}

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

.loginBackground {
    background:#ffffff;
}

    .loginBackground{
        background:url('https://watsreportwebportal.b2be.com/file/get/1732779664DisplayConfiguration683262LoginMainImages2.jpg') 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,154,169,1);
    }
    
.sso-error-txt{
    color:#ff0000;
    font-size:18px;
}
