html,body {
	height: 100%;
	margin: 0;
	padding: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: 0;
	margin:0;
}

hr{
	background-color:#bdbeb7;
	height: 1px;
	border: 0;
    margin: 1em 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-left: 5%;
	max-width: 406px;
	height:100%;
	position: fixed;
	top: 0;
}

.s-text-containt {
	background-color: #f6f6f6;
	background:rgba(246, 246, 246, 0.8) url("images/logo_sage.png") no-repeat scroll 50% 20px;
	padding-top:180px;
	display: table;
	position: static;
	height:100%;
}

.s-text {
	color: #333;
}

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

a {
	background-color: #1963F6;
	border-radius: 3px;
	clear: both;
	color: white;
	display: block;
	letter-spacing: 1px;
	padding: 0.7em 1em;
	text-decoration: none;
	font-weight:bold;
	font-size:1.1em;
}

a:hover,a:focus {
	background-color: #00a4cf;
}

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

.s-product {		
	font-size: 2em;
	padding: 1em 0.3em;
	text-align: center;
	color: #51534A;
}


.s-product-other {
	font-size: 1.3em;
	padding: 0.3em;
	text-align: center;
	color: #51534A;
}

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

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

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

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;
}

input.submit {
	background-color: transparent;
	color: transparent;
	border: none;
	width: 1px;
	height: 1px;
	font-size: 1pt;
	padding-left: inherit;
	padding-right: inherit;
	padding-top: inherit;
	padding-bottom: inherit;
}

@media screen and (max-width: 1024px) {
	body {
		font-size: 0.7em;
	}
}

@media screen and (max-height: 600px) {
	.s-product {		
		color: #51534A;
		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;
	}
	.s-text-containt {
		width: 70%;
		background:rgba(246, 246, 246, 0.8) url("images/logo_sage_small.png") no-repeat scroll 50% 15px;
		padding-top:90px;
	}
	
	.container {
		max-width: 100%;
		margin-left: 12%;
		width: 100%;
	}
	.s-product {
		color: #51534A;
		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;
	}
}