#login_popup{
  border-radius: 12px;
  box-shadow: 2px 4px 5px 1px #a7b5cc59, inset 0 0 6px 1px #ffffffbf;
  background: linear-gradient( 360deg, var(--bgColor074_gs) 0%, var(--bgColor074_ge) 100% );
  border: 1px solid var(--bdColor038)
}
#join_popup .logo-container,
#login_popup .logo-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

#join_popup .logo-container span,
#login_popup .logo-container span{
	margin-left: 8px;
	font-size: 24px;
	font-weight: bold;
	color: #DAB896;
}
#join_popup h2,
#login_popup h2{
  color: #666;
  margin-top: 16px;
  font-size: 18px;
  font-weight: bold;
}

#login_popup .loginMain .loginBanner{
  position: relative;
  height: 316px;
  width: 100%;
  background-image: url('/landing/6/images/MiniGameBG.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
}

#login_popup .loginMain .loginBanner img{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
}

#join_popup .login_wrap li input {
  flex: 1 1 66%;
}

#join_popup .login_wrap li a {
  flex: 1 1 32%;
  min-width: 96px;
}

#join_popup .login_wrap li a .btn{
  width: 100%;
}

#join_popup .login_wrap li span .btn{
  flex: 1;
}

#join_popup .login_wrap li select{
  background: #f1f1f1;
  border: 1px solid #ddd;
  border-radius: 2px;
  height: 36px;
  color: #333;
  text-align: left;
  width: 100%;
  font-size: 14px;
  font-weight: 700;
  padding-left: 4px;
  display: block;
  flex: 1 1 38%;
  border-radius: 8px;
  margin-top: 0px;
}

#regHP1 {
  margin-right: 8px;
  min-width: 55px;
}

#regHP2,
#regHP3 {
  min-width: 30%;
}

#join_popup .login_wrap li button,
#login_popup .login_wrap li button {
  background-color: #DAB896;
  border-color: #f0e4d8;
  border-radius: 8px;
  box-shadow: 0px 2px 4px #ccc0a759, inset 0 0 3px	#ffffffbf;
  flex:1;
}


.mobileLoginBar {
  display: flex;
  justify-content: stretch;
  margin-top: 16px;
  margin-right: 16px;
}


.mobileLoginBar a{
  border-radius: 8px;
  font-weight: bold;
  flex:1;
}

#join_popup {
  border-radius: 12px;
  box-shadow: 2px 4px 5px 1px #a7b5cc59, inset 0 0 6px 1px #ffffffbf;
  background: linear-gradient( 360deg, var(--bgColor074_gs) 0%, var(--bgColor074_ge) 100% );
  border: 1px solid var(--bdColor038)
}


.btn {
  border-radius: 8px;
}

.button7-red {
  background-color: #b62d0b;
}

.button7-red:hover {
  background-color: #d85635;
}

.button7-green {
  background-color: #b6a50b;
}

.button7-green:hover {
  background-color: #ccb346;
}

#join_popup .login_wrap li {
  display: flex;
  align-items: center;
}

#join_popup .login_wrap li input {
  margin:0px;
  height: 36px;
  border-radius: 8px;
}

#join_popup .scode {
  position: inline-block !important;
}

#join_popup #captcha {
  height: 36px;
  border-radius: 8px;
  margin-right: 8px;
}

.header {
  background: transparent;
}


.main_content_wrap .casinoZone .content ul li .model {
  height: 58%;
  margin-top: 0%;
}

.swiper {
  /* margin-top: 50px !important; */
  margin-left: 16px;
  margin-right: 16px;
  height: 30vw;
}

.swiper img {
  border-radius: 8px;
  height: 30vw;
}


@media (min-width:280px) {

}
@media (min-width:360px)  { /* smartphones, iPhone, portrait 480x320 phones */ 

}
@media (min-width:481px)  { /* portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide. */ 
  .swiper {
	height:30vw;
	margin-top: 50px !important;
	margin-left: 16px;
	margin-right: 16px;
  }
}
@media (min-width:641px)  { /* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */ 
  .swiper {
	/* margin-top: 70px !important; */
	margin-left: 16px;
	margin-right: 16px;
  }
}
@media (min-width:961px)  { /* tablet, landscape iPad, lo-res laptops ands desktops */ 
	#login_popup .login_wrap li button:hover {
	background-color: #d8a16a;
	border-color: #f0e4d8;
	box-shadow: 0px 2px 5px 1px #ccc0a759, inset 0 0 3px 1px #ffffffbf;
  }
}

@media (max-width: 640px){
  #login_popup {
	display: block;
	height: 100vh;
	width: 100vw;
	position: absolute;
	top: 0;
  }

  #login_popup .loginMain .loginBanner {
	height: 166px;
  }

  #login_popup .loginMain .loginBanner img{
	height: 200px;
  }
}

@media (min-width:1025px) { /* big landscape tablets, laptops, and desktops */ 
	
}
@media (min-width:1281px) { /* hi-res laptops and desktops */ 

}

@media (min-width:1900px) { /* hi-res laptops and desktops */ 
  
}