.body-bg{
    background-color:#e9ecef;
}

/* =============   Nav bar header Classes **** Start  ****  ============= */

.brand-link-padding{

    padding: 2px;
    width: 80px;

}
.text-black-shadow{
    text-shadow:1px 1px 1px black;
}
.nav-sub-title{
    font-size: 15px;
    text-shadow:1px 1px 1px black;
}
.nav-version-title{
    font-size: 9px;
    font-family: monospace;
    color: orange;
    text-shadow:1px 1px 1px black;
}

.text-color-white{
    color: #fff;
}

/* =============   Nav bar header Classes **** End  ****  ============= */



/* =============   Text scrolling Classes **** Start  ****  ============= */


.scroll-header{
    min-height: 80px;
    padding: 2px;
    margin-top: 10px;
}
.scroll-content{

    margin-bottom: 0px;
    /*background-image: linear-gradient(#BCB88A,#E6C7C2);*/
    /*box-shadow: 2px 2px 2px grey;*/
    border:0px solid red;
    opacity: 0.8;
    background-color: #ffeeba;
}
.scroll-content-text-style{

    color:white;
    font-size: 16px;
    font-weight: bold;
    /*text-shadow:1px 1px 1px black;*/

}

/* =============   Text scrolling Classes **** End  ****  ============= */



/* =============   Left banner Classes **** Start  ****  ============= */


.banner-header-style{
    display: grid;
    place-items: center;
    text-align: center;
}
.banner-title-style{
    font-family:system-ui;
    font-size:30px;
    font-weight:bold;
    text-shadow:1px 1px 1px black;
    opacity:0.7;
    color: darkcyan;
}
.banner-sub-title-style{
    text-align:center;
    color: orange;
    text-shadow:1px 1px 1px black;
}
.banner-img-main-div{
    text-align:center;
    /*margin-left: 15px;*/
    margin-top: 10px;
}
.banner-img-content{

    background-repeat:no-repeat;
    background-size: 110% 100%;
    height:280px;
    margin-left: 60px;
    background-image: url('../img/login/newbanner.png');

}
.text-align-center{
    text-align:center;
}
.word {
    font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    margin-top: 20px;
    color: #17a2b8;
    font-size: 18px;
    font-weight: 700;
    min-height: 30px;
    /*text-shadow: 1px 1px black, 1px 1px black, 1px 1px black;*/
}
/* =============   Left side banner Classes **** End  ****  ============= */




/* =============   Login form Classes **** Start  ****  ============= */


.login-form-main{

    margin-bottom: 30px;
}
.login-form-sub-div{
    padding-left:10px;
    padding-right: 10px;
}
.login-form-box{
    border:1px solid lightgrey;
    border-radius:10px;
    background-color: #f8f8f8;
    box-shadow:5px 5px 5px lightgray;
}
.login-form-content{

    text-align:center;
    padding: 30px;
    padding-bottom: 20px;
    font-weight:bold;
    color:darkcyan;
    text-shadow:1px 1px 2px lightgrey;
    font-size: 20px;

}
.login-form-logo{
    background-image:url('../img/epfo_logo.png');
    height:65px;
    width:85px;
    background-repeat:no-repeat;
    background-size:100% 100%;
}
.login-form-title{
    margin-top:10px;
}
.login-form-fields-main{
    padding:20px;
    padding-top: 0px;
}
.login-form-field-label-style{
    font-weight:normal;
}
.login-form-input-field-style{
    border-radius:8px;
    padding: 15px;
}
.login-form-btn-main-div{
    margin-top: 30px;
    margin-bottom: 40px;
}
.login-form-submit-btn{
    padding:8px;
    border:0px solid lightgrey;
    font-weight:bold;
    text-shadow:2px 2px 2px black;
    width: 110px;
    background-image:linear-gradient(#3655B3,#3655B3);
}
.login-form-reset-btn{
    padding:8px;
    border:0px solid lightgrey;
    font-weight:bold;
    text-shadow:2px 2px 2px black;
    width: 110px;
    float: right;
    background-color: darkcyan;
}
/* =============   Login form Classes **** End  ****  ============= */









/* ##############  Responsive Media queries  ##############  */
@media screen and (max-width: 480px) {
    #txt-shadow-black{

        font-size: 9px;

    }

    #txt2{
        display:none;
    }
    #txt3{
        display:none;
    }

    .news-scroll{
        display: none;
    }
    .info-banner{
        display: none;
    }



}