@import url('https://fonts.googleapis.com/css?family=Prompt');
body {
	background-color:#EFEFEF !important;
	font-family: 'Prompt', sans-serif;	
}
.container-content {
	background-color:#ffffff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;	
	margin:20px 0;
	float:left;
	height:auto;
	width:100%;
	padding:20px 0;
}
.container{
	background-image: url('http://www.thaiticketmajor.com/detail-leo-waterwar/images/bg.jpg');
	background-repeat: no-repeat;
	background-position: 50% 50%;
	/*background-color:#ffffff;*/
	/*-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;*/
	margin-top:20px;
	color:#fff;	
}
.logo {
	padding:20px 0;	
}
.btn-submit {
	width:100%;
	margin:20px 0;	
}