html,body {
	height: 100%;
	margin: 0;
}

body {
	background-image: url(images/background.jpg);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	font-family: "Helvetica Neue", Helvetica, Arial;
	font-size: 0.8em;
	overflow: hidden;
	padding: 50px 0 0;
}
input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px #e0e2dd inset;
}
input:-webkit-autofill:focus{
	-webkit-box-shadow: 0 0 0px 1000px #e0e2dd inset, 0 0 8px rgba(82, 168, 236, 0.6);
}
.container {
	margin: 0 auto;
	max-width: 406px;
}

.s-text-containt {
	background-color: #f6f6f6;
	border: 1px solid #ccc;
	border-radius: 5px;
	display: table;
	position: static;
}

.s-text {
	color: #333;
}

.button {
	background-color: #33CC33;
}

a {
	background-color: #41a940;
	border-radius: 3px;
	clear: both;
	color: white;
	display: block;
	letter-spacing: 1px;
	padding: 0.7em 1em;
	text-decoration: none;
	text-transform: uppercase;
}

a:hover,a:focus {
	background-color: #009fda;
}

.s-m-signin {
	text-align: center;
}

.s-product {
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	border-radius: 5px 5px 0 0;
	font-size: 2em;
	padding: 1em 0.3em;
	text-align: center;
	color: #333;
}


.s-product-other {
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	font-size: 1.3em;
	padding: 0.3em;
	text-align: center;
	color: #333;
}

.s-start {
	border-bottom: 3px dotted;
	border-top: 3px dotted;
}

.z-field {
	display: block;
	padding: 0.25em 2.2em;
	text-align: center;
}
.z-input-check {
	width: 15px;
	padding: 0px;
	margin-right: 0.2em;
}
.z-action {
	display: block;
	padding: 1em 2.2em;
	text-align: center;
	text-transform: uppercase;
}

.z-error {
	display: block;
	padding: 1em 2.2em;
	text-align: center;
	color: #ff5c00;
}

input {
	background-color: #e0e2dd;
	border: 1px solid #ccc;
	border-radius: 3px;
	margin-bottom: 0.5em;
	padding: 0.6em;
	width: 330px;
}

input:focus {
	box-shadow: 0 0 5px rgba(0, 159, 218, 0.8);
	background-color: #fff;
}

.s-visibility-hidden {
	display: none;
	visibility: hidden;
}

.s-visibility-visible {
	visibility: visible;
}

@media screen and (max-width: 1024px) {
	body {
		font-size: 0.7em;
	}
	.s-text-containt {
		height: 100%;
	}
}

@media screen and (max-height: 600px) {
	.s-product {
		background-color: #fff;
		border-bottom: 1px solid #ccc;
		border-radius: 5px 5px 0 0;
		color: #333;
		font-size: 1.5em;
		padding: 0.3em;
		text-align: center;
	}
}

@media ( max-width : 600px) {
	.s-product {
		border-top: 0 none;
		padding-bottom: 0;
	}
	.s-text {
		padding: 0.1em;
	}
	.container {
		max-width: 80%;
		width: 100%;
	}
	.s-text-containt {
		margin: 0.2em;
		width: 80%;
	}
	.s-product {
		padding: 0.3em;
	}
}

@media screen and (max-width: 480px) {
	body {
		font-size: 0.55em;
		padding: 20px 0 0;
	}
	.s-text-containt {
		height: 100%;
		width: 70%;
	}
	.container {
		max-width: 100%;
		margin-left: 12%;
		width: 100%;
	}
	.s-product {
		background-color: #fff;
		border-bottom: 1px solid #ccc;
		border-radius: 5px 5px 0 0;
		color: #333;
		font-size: 1.5em;
		font-weight: bold;
		padding: 0.3em;
		text-align: center;
	}
	.s-product-other {
		font-weight: bold;
	}
	input {
		font-size: 1.2em;
		padding: 0.2em 0.5em;
		width: 180px;
	}
	.s-product {
		padding: 0.3em;
	}
}