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

body {
	margin: 0;
	min-height: 100%;
    background: -moz-linear-gradient(90deg, rgba(168,198,224,1) 0%, rgba(206,230,245,1) 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(206,230,245,1)), color-stop(100%, rgba(168,198,224,1))); /* safari4+,chrome */
    background: -webkit-linear-gradient(90deg, rgba(168,198,224,1) 0%, rgba(206,230,245,1) 100%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(90deg, rgba(168,198,224,1) 0%, rgba(206,230,245,1) 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(90deg, rgba(168,198,224,1) 0%, rgba(206,230,245,1) 100%); /* ie10+ */
    background: linear-gradient(0deg, rgba(168,198,224,1) 0%, rgba(206,230,245,1) 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#CEE6F5', endColorstr='#A8C6E0',GradientType=0 ); /* ie6-9 */
	font-family: 'Roboto', arial, sans-serif;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.grooby_logo {
	margin: 20px auto;
	text-align: center;
}

.grooby_logo img {
	max-width: 200px;
}

.container {
	width: 980px;
	background: #bcbcbc;
	webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	margin: 0 auto;
	padding: 20px;
	border: 6px solid #fff;
	text-align: center;
}

.container img {
	max-width: 400px;
	text-align: center;
}

.info_area {
	width: 60%;
	background: #fff;
	margin: 10px auto;
	padding: 20px;
	webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}

.password_problems {
	width: 60%;
	background: #fff;
	font-size: 13px;
	text-align: left;
	margin: 20px auto 0 auto;
	padding: 20px;
	webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}

.password_problems h2 {
	font-weight: 700;
	font-size: 22px;
	text-align: center;
	margin: 0;
	padding: 0;
}


/**** LANGUAGE SWITCH ****/
.language_switch_outer {
	margin: 0 auto;
	text-align: center;
	width: 1000px;
}
.language_switch {
	display: inline-block;
	float: right;
	padding: 5px 8px;
	max-width: 320px;
	color: #fff;
	margin: 0 auto;
	background: rgba(0,0,0,0.4);
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	font-size: 12px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}

.language_switch img {
	vertical-align: middle;
	max-height: 16px;
	width: auto;
	border: 1px solid #ddd;
}


@media only screen and (max-width:1024px){
.language_switch_outer {
	width: 100%;
}

@media only screen and (max-width:479px){
.language_switch {
	float: none;
}