html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

html {
	min-height: 100%;
	height: 100%;
	overflow-y: scroll;
}

body {
	filter: hue-rotate(0deg);
	background: #000;
	min-height: 100%;
	line-height: 1;
	text-align: center;
	font-family: arial;
}

ol, ul {
	list-style: none;
}

input, select, textarea {
	padding: 0;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

:lang(en-us) > q {
	font: 600 30px arial;
	quotes: "\201c" "\201d" "\2018" "\2019";
}

:lang(en-gb) > q {
	quotes: "\2018" "\2019" "\201c" "\201d";
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

textarea, input, select {
	margin: 0;
	vertical-align: bottom;
}

textarea:disabled, input:disabled, select:disabled , button:disabled {
	background: #B2B2B2;
	color: #000;
	cursor: not-allowed;
}

input[type="submit"], input[type="button"] {
	cursor: pointer;
}

small, sub, sup {
	font-size: 0.8em;
}

sub {
	vertical-align: sub;
}

sup {
	vertical-align: super;
}

span.bold {
	font-weight: 600;
}

span.italic {
	font-style: italic;
}

span.underline {
	text-decoration: underline;
}

span.strike {
	text-decoration: line-through;
}

span.uppercase {
	text-transform: uppercase;
}

span.lowercase {
	text-transform: lowercase;
}

span.capitalize {
	text-transform: capitalize;
}

@font-face {
	font-family: texgyreadventor_bold;
	src: url('../fonts/texgyreadventor_bold.otf');
}


/* General Styles */

.hide {
	display: none;
}

#screen_filter {
	position: absolute;
	z-index: 1;
	background: #000;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

#wrapper {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

#logo {
	margin: 25px auto;
	width: 420px;
	height: 420px;
	overflow: hidden;
}

#logo img {
	filter: hue-rotate(360deg);
	width: 400px;
	height: 400px;
	border: 10px solid #FFF;
}

#login_bar {
	background: #476186;
	width: 100%;
	height: 80px;
	overflow: hidden;
}

#login_form {
	background: #FFF;
	margin: 0 auto;
	width: 580px;
	height: 80px;
	overflow: hidden;
}

#login_form input[type="text"], #login_form input[type="password"] {
	border: 0;
	width: 100%;
	height: 80px;
	font: 35px/80px arial;
	color: #000;
	text-align: center;
	overflow: hidden;
}

#login_form input[type="password"] {
	display: none;
}

#login_form input[type="text"]::placeholder, #login_form input[type="password"]::placeholder {
	color: #666;
}

#login_form input[type="text"]:focus::placeholder, #login_form input[type="password"]:focus::placeholder {
	color: #FFF;
}

a.login_screen_button {
	position: absolute;
	display: block;
	color: #FFF;
	cursor: pointer;
	overflow: hidden;
}

a#next_step_button {
	top: 475px;
	left: 74.5%;
	font: 700 110px/65px arial;
}

a#previous_step_button {
	display: none;
	top: 475px;
	left: 80.5%;
	font: 100px/80px arial;
}

a.login_screen_button:hover {
	color: #FFFF00;
}

#forgot_password {
	position: absolute;
	top: 65%;
	left: 72.5%;
	font: 30px arial;
}

#forgot_password a {
	color: #FFF;
	text-decoration: none;
	cursor: pointer;
}

#forgot_password a:hover {
	color: #FFFF00}

#footer {
	width: 100%;
	height: 60px;
	font: 20px/60px arial;
	color: #FFF;
	text-align: center;
	overflow: hidden;
}

#footer a {
	color: lightskyblue;
	text-decoration: none;
}

#footer a:hover {
	color: #FFFF00;
}