#slot{
	background-image: url(../img/demo_bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding:30px 0;
}
.slot_reg_log{
	max-width: 380px;
	width: 100%;
	padding:15px;
	margin:0 auto;
	margin-bottom: 15px;
	text-align: center;
}
.slod_reg{
	background:#EE344B;
	padding:15px;
	height:45px;
	line-height: 12px;
	border-radius: 45px;
	color:#fff;
}
.slod_log{
	background:#FFA40F;
	padding:15px;
	line-height: 12px;
	height:45px;
	border-radius: 45px;
	color:#fff;
	margin-left:15px;
}
.slot_demo {
	text-align: center;
}
.slot_demo iframe{
	min-width: 934px;
	height: 525px;
}


@media screen and (max-width: 930px){
	.slot_demo iframe{
		min-width: 100%;
		max-width: 100%;
	}
}