/* Common styles */


.logbgA .slide-logbox, .logbgB .slide-logbox, .logbgC .slide-logbox, .logbgD .slide-logbox {display: none !important ;}


.logbgA {
    background: #D4E9FA url(https://images.emtcontent.com/loginslides/flight-emtncf.webp);
}
.logbgB {
    background: #D4E9FA url(https://images.emtcontent.com/loginslides/flight-emtfirst.webp);
}
.logbgC {
    background: #D4E9FA url(https://images.emtcontent.com/loginslides/hotel-in.webp);
}
.logbgD {
    background: #D4E9FA url(https://images.emtcontent.com/loginslides/bus-in.webp);
}

.logbgA, .logbgB, .logbgC, .logbgD {
    height: 100px;
    background-size: 100%;
    background-repeat: no-repeat;
}