@charset "UTF-8";
@font-face {
	font-family: 'ChevalierStripesDCD';
	src: url('../fonts/chevalierstrdcd-webfont.eot');
	src: local('☺'), url('../fonts/chevalierstrdcd-webfont.woff') format('woff'), url('../fonts/chevalierstrdcd-webfont.ttf') format('truetype'), url('../fonts/chevalierstrdcd-webfont.svg#webfontJENdu2Rb') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'DienstagRegular';
	src: url('../fonts/dienstag_regular-webfont.eot');
	src: local('☺'), url('../fonts/dienstag_regular-webfont.woff') format('woff'), url('../fonts/dienstag_regular-webfont.ttf') format('truetype'), url('../fonts/dienstag_regular-webfont.svg#webfontlMmzK6Ym') format('svg');
	font-weight: normal;
	font-style: normal;
}
body {
	background-color: #000;
	margin: 0px;
	color: #FFF;
	font-family: 'DienstagRegular', Arial, Helvetica, sans-serif;
	font-size: .8em;
	background-image: url(../lighting.png), url(../lighting_reflection.png), url(../bg_repeat.jpg);
	background-repeat: no-repeat, no-repeat, repeat;
	background-position: left top, left 591px, left top;
	min-width: 480px;
}
#wrapper {
}
#legal p a {
	text-decoration: none;
	color: #333;
}
#legal p a:hover {
	text-decoration: none;
	color: #CCC;
}
#branding {
	width: 40%;
	text-align: right;
	font-family: 'ChevalierStripesDCD';
	color: #fff;
	/*background-image: url(assets/sfg_logo.png);
	background-repeat: no-repeat;
	background-position: right;*/
	/*height: 350px;*/
}
#branding {
	margin-top: 350px;
	margin-right: 10px;
	font-size: 5em;
	color: #333;
	text-shadow: white 0px 0px 2px;
}
#footer {
	margin-top: 100px;
	/*border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #4b7c8d;*/
	height: 250px;
	overflow: hidden;
}
label {
	display: none;
}
#legal {
	margin-left: 40%;
	font-size: 0.6em;
	/*margin-top: 10px;*/
	color: #666;
}
input {
	font-family: 'DienstagRegular';
	color: #FFF;
	background-color: #4b7c8d;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 15em;
	margin-right: 1em;
	margin-top: 1em;
	padding-top: 2em;
	padding-right: 0.5em;
	padding-bottom: 0em;
	padding-left: 0.5em;
}
input:focus {
	-webkit-box-shadow: white 0px 0px 6px;
}
#loginSubmit {
	width: 40em;
	text-transform: uppercase;
	background-color: rgba(255,255,255,0);
	padding: 0;
	font-size: 0.6em;
	letter-spacing: .3em;
	text-align: left;
}
#login {
	/*margin-top: 50px;*/
	margin-left: 40%;
}
#forgot {
	font-size: .6em;
	text-transform: uppercase;
	letter-spacing: .2em;
}

