 @import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,700,700i');
 
 html, body {
 	margin: 0;
	background-image: url(../../images/signup/background.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	background-attachment: fixed;
	background-color: #3b6fa8;
 }
	 @media (max-width: 960px) {
		 html, body {
			background-image: url(../../images/signup/background_mobile.jpg);
			background-size: cover;
			background-position: top center;
			background-attachment: scroll;
		 }
	 }
 
 button {
 	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	appearance: none !important;
 }
 
 header {
 	margin: 0 auto;
	padding: 45px 0;
	text-align: center;
	width: auto;
 }
 header img {
 	width: auto;
 }
	@media (max-width: 960px) {
		header {
			padding: 30px 0;
		}
		header img {
			width: 250px;
		}
	}

.container {
	width: 870px;
	margin: 25px auto;
	padding: 15px 0 25px 0;
	background: rgba(0,0,0,0.7);
	border-radius: 10px;
}
.container .inner {
	width: 85%;
	margin: 0 auto;
	padding: 15px 0;
	text-align: center;
}
.container h1 {
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	color: #fff;
	text-align: center;
	font-size: 32pt;
	margin: 0;
	padding: 0 0 15px 0;
}
.container h1 span {
	font-style: italic;
}
.container p {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	color: #fff;
	font-size: 11pt;
	line-height: 15pt;
	text-align: left;
	margin: 0;
	padding: 0 0 15px 0;
}
.container p a {
	color: #37a5b0;
}
.container p span {
	font-style: italic;
}
	@media (max-width: 960px) {
		.container {
			width: 90%;
		}
		.container .inner {
			width: 85%;
		}
		.container h1 {
			font-size: 20pt;
		}
		.container p {
			font-size: 10pt;
			line-height: 13pt;
		}
	}

a .signup-button {
	color: #fff;
}

p.shop-info {
	text-align: center;
}
.shops {
	display:flex;
	justify-content: center;
}
.shops > div {
	max-width: 220px;
	width: 100%;
	margin: 0 5%;
}
.signup-button {
	width: auto;
	margin: 0 auto;
	padding: 10px 25px;
	color: #fff;
	font-size: 16pt;
	font-weight: bold;
	font-style: italic;
	font-family: 'Roboto', sans-serif;
	background: #38a5b0;
	background: -moz-linear-gradient(top,  #38a5b0 0%, #008c9a 100%);
	background: -webkit-linear-gradient(top,  #38a5b0 0%,#008c9a 100%);
	background: linear-gradient(to bottom,  #38a5b0 0%,#008c9a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#38a5b0', endColorstr='#008c9a',GradientType=0 );
	border: 1px solid #008c9a;
    -webkit-appearance: none;
    -moz-appearance:    none;
    appearance:         none;	
}

.signup-copy {
	font-family: 'Roboto', sans-serif;
	color: #fff;
	text-align: center;
	font-size: 12pt;
	padding: 10px 0;
	margin: 0 auto;
	width: 95%;
}

.close {
	position: relative;
	float: right;
	margin: 0 15px 0 0;
}

#signup {display:none;}

#btn-bk {display:none;}

form {
	width: 90%;
	margin: 0 auto;
	text-align: center;
}

form div {
	margin: 10px 0;
}

form label {
	appearance: none;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	color: #fff;
	width: 100%!important;
	margin: 0 0 5px 0;
	padding: 0;
	text-align: left;
	float: left;
}

form input[type="text"], form input[type='email'], form input[type='password'], select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 100%;
	border: 1px solid #999;
	border-radius: 0;
	background: #fff;
	font-size: 12pt;
	color: #666;
	padding: 7px 0;
	text-indent: 7px;
}

select {
	text-indent: 4px;
}

footer {
	width: auto;
	font-family: 'Roboto', sans-serif;
	font-size: 12pt;
	color: #fff;
	padding: 30px 0;
	margin: 0 auto;
	text-align: center;
}
footer a.privacy{
	color:#fff;
	text-decoration:none;
}
footer span {
	font-style: italic;
}