@charset "utf-8";

@import url(reset.css);
@import url(https://fonts.googleapis.com/css?family=Alegreya+Sans:400,300,100,700,900);


/* Style the video: 100% width and height to cover the entire window */

body {
	font-family: 'Alegreya Sans', Arial, sans-serif;
	font-size: 16px; 
	font-weight: 300;
	line-height: 22px;
	color: dimgray;
}

body #login{
    background: rgba(60, 60, 60, 1);
	min-width: 100%; 
    min-height: 100%;
	left: 0;
	top: 0;
	position: fixed;
	color: white;
}

#formbox {
	width: 400px;
	height: 480px;
	margin: 0 auto;
	background: #525252;
	padding: 20px;
}
#formbox #logo {
	width: 200px;
	margin: 0 auto;
}
#formbox .somethingwrong {
	width: 100%;
	text-align: center;
	margin: 0 auto;
	color: red;
}
#formbox .fld {
	width: 100px;
	margin: 20px 0;
	padding: 10px 8px 0 0;
	float: left;
	text-align: right;
}
#formbox .entry {
	width: 290px;
	margin: 20px 0;
	float: left;	
}
#formbox .entryfld {
	font-family: 'Alegreya Sans', Arial, sans-serif;
	font-size: 20px;
	widows: 280px;
	padding: 10px 3px;
}

a {
	color: dimgray;
	text-decoration: none;
}

#myVideo {
	position: fixed;
    left: 0;
    top: 0;
    min-width: 100%; 
    min-height: 100%;
}

/* Add some content at the bottom of the video/page */
.content {
    position: fixed;
    top: 300px;
    background: rgba(0, 0, 0, 0.5);
    color: #f1f1f1;
    width: 100%;
    padding: 75px 0px 75px 0px;
	text-align: center;
}
.fsSubmitButton
{
	padding: 10px 15px 11px !important;
	font-size: 18px !important;
	background-color: #787878;
	font-weight: bold;
	text-shadow: 1px 1px #000000;
	color: #ffffff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #000000;
	cursor: pointer;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

footer {
    width: 100%;
    bottom: 0;
	padding: 20px 0px;
	text-align: center;
    position: fixed;
	background: rgba(0, 0, 0, 1);
}
footer li {
	display: inline;
	padding: 15px 30px;
}

