/* 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;
}

#reedem {
	height: 80vh;
}

#prizeimg {
	height: 80%;
}

#prizeimg img {
	height: 100%;
	margin-bottom: 15px;
}

#prizetitle {
	height: 5%;
	margin-bottom: 25px;
}

#prizebutton {
	height: 5%;
	margin-bottom: 25px;
}


.reedemButton {
	box-shadow: 0px 10px 14px -7px #29b1b8;
	background-color:#29b1b8;
	border-radius:8px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff!important;
	font-family:Arial;
	font-size:20px;
	font-weight:bold;
	padding:1px 32px;
	text-decoration:none;
	text-shadow:0px 1px 0px #29b1b8;
}
.reedemButton:hover {
	background-color:#25a4a8;
		color:#ffffff!important;
	font-family:Arial;
	font-size:20px;
		text-decoration:none;
}
.reedemButton:active {
	position:relative;
	top:1px;
	color:#ffffff!important;
	font-family:Arial;
	font-size:20px;
	text-decoration:none;
}

.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%;
}
