/* Common styles */

._crosslog {
    right: -30px;
    top: -130px;
}
.logbgA .slide-logbox, .logbgB .slide-logbox, .logbgC .slide-logbox, .logbgD .slide-logbox {display: none !important ;}



.logbgA {
    background: #D4E9FA url(https://css.emtcontent.com/loginslides/flight-emtncf.webp);
}
.logbgB {
    background: #D4E9FA url(https://css.emtcontent.com/loginslides/flight-emtfirst.webp);
}
.logbgC {
    background: #D4E9FA url(https://css.emtcontent.com/loginslides/hotel-genric.webp);
}
.logbgD {
    background: #D4E9FA url(https://css.emtcontent.com/loginslides/hotel-genric.webp);
}

.logbgA, .logbgB, .logbgC, .logbgD {
    height: 140px;
    background-size: cover;
    background-repeat: no-repeat;    background-position: 0 -10px;
}	
._loglft{margin-bottom:-30px !important ; }
.st-slider .labels {
    bottom: 35px !important ;
}

.fake-radio .radio-btn:nth-child(4), .slide-box .radio-btn:nth-child(4), .logbgD {display:none!important}	


#play1:checked ~ div .fake-radio .radio-btn:first-child {
    animation: 16s ease -1s infinite normal none running bullet;
}

#play1:checked ~ div .fake-radio .radio-btn:nth-child(2) {
    animation: 16s ease 4s infinite normal none running bullet;
}

#play1:checked ~ div .fake-radio .radio-btn:nth-child(3) {
    animation: 16s ease 8s infinite normal none running bullet;
}

#play1:checked ~ div .fake-radio .radio-btn:nth-child(4) {
    display:none
}


.st-slider>#play1:checked~.images .images-inner {
    animation: 16s infinite sliden3!important;
}

@keyframes sliden3 {

  0%, 30% {
    margin-left: 0%;
  }
  
  35%, 65% {
    margin-left: -100%;
  }

  70%, 100% {
    margin-left: -200%;
  }	

