/* PLACE YOU CUSTOM STYLES IN THIS FILE */
.logincontent {
	height: 74vh;
}

@media (min-width: 991px) {
.minimumcontent {
	height: 73vh;
}
}

.banner {
	width: 100%;
  	height: auto;
}

.banner img {
	width: 100%;
  	height: auto;
}

.container-iframe {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 75%; /* 4:3 Aspect Ratio */
}

.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}

#carouselCat .carousel-item img {
  object-fit: cover;
  object-position: center;
  height: 35vh;
  overflow: hidden;
}

.desk-banner {
	display: block !important;
}

.mobile-banner {
	display: none !important;
}

@media (max-width: 991px) {
#carouselCat .carousel-item img {
  height: 20vh;
}
}

@media (max-width: 767px) {
#carouselCat .carousel-item img {
  height: 15vh;
}

.desk-banner {
	display: none !important;
}

.mobile-banner {
	display: block !important;
}

}


.nk-match table{
	width: 100%;
	table-layout:fixed;
}

.nk-match input{
	width: 100%;
}
