
* {
	outline: none;
}

html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	
}

body {
	background: #42525b;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	color: #5f5f5f;
}

#wrapper {
	height: 100%;
	min-width: 900px;
	position: relative;
	top: 0;
	left: 0;
}

#header{
	width: 100%;
	background-color: white;
	box-shadow: 0 1px 1px rgba(0,0,0,0.32);
}
#headerLogo{
	margin: 10px 40px;
}


/* top section with background stripe and whole form */
#login_wrapper {
	width: 100%;
	position: absolute;
	left: 0;
}

#login_wrapper form {
	margin: 0;
	padding: 0;
	width: 400px;
	margin: 0 auto;
}

#login_wrapper fieldset {
	margin: 0;
	padding: 0;
	border: 0;
	position: relative;
	top: 0;
	left: 0;
}





.formular {

}

.formular_inner {
	vertical-align: middle;
	position: relative;
	top: 0;
	left: 0;
	
	border-top: 2px solid white;
	border-bottom: 2px solid white;
	padding: 40px 0 20px 0;
	margin-bottom: 20px;
}

.formular label {
	width: 100%;
	overflow: hidden;
	display: block;
	height: 60px;
	margin-bottom: 10px;
}

.formular label.inline {
	width: auto;
	margin: 0 0 0 86px;
	padding: 6px 0 0;
}

.formular label strong {
	float: left;
	white-space: nowrap;
	color: white;
	line-height: 1.8em;
	font-size: 18px;
	text-transform: uppercase;
	text-shadow: 0 1px 2px rgba(0,0,0,0.16);
	font-weight: 500;/*medium*/
}

.input_wrapper { 
}

.input_wrapper input {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 2em; 
	float: right; width: 250px;
	padding: 5px 10px;
	box-shadow: 0 2px 3px rgba(0,0,0,0.16);
}

input.checkbox {
	vertical-align: middle;
}

.form_menu {
	margin: 0; margin-left: 130px;
	padding: 0;
}

.form_menu li {

	list-style: none;
	padding: 0 4px 0 0;
	float: right;
}

/* not sure why they did it this way. I just hid it*/
.button input {
	opacity: 0;
	filter: alpha(opacity=0);
	width: 1000px;
	height: 1000px;
	position: absolute;
	top: -100px;
	left: -100px;
	display: block;
	cursor: pointer;
}

#submitButton { 
	display: block;
	-line-height: 32px;
	line-height: 2em;
	border-radius: 30px;
	font-size: 20px;
	font-weight: bold;
	color: white;
	text-transform: uppercase;
	letter-spacing: .3px;

	background-color: #2d5bf7; 
	border: 2px solid #000385;
	box-shadow: 0 2px 3px rgba(0,0,0,0.16);

	position: relative;
	width: 150px; 
	overflow: hidden;
}
#submitButton:hover{
	/* box-shadow: 0 0 4px rgba(255,255,255, 0.16); */
}
#submitButton:before{
	/*
	display: block;
	background-color: #2245bb;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	content: "";
	margin-top: 15px;
	transition: margin .05s linear;
	*/
}

#submitButton:hover:before{
	/* margin-top:0; */
	-margin-top: 33px;
}

#submitButton span{
	position: relative; z-index: 5;
	margin-left: 45px;
}
.animatedHover1{
	/* PAUL DOESN'T LIKE THE "TEXTURE" OF IT.  WANTS IT FLAT */
	/* it's a gradient that moves into view when you hover - no overflow necessary */
	/*
	background-image: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,.10) 51%,rgba(0,0,0,.10) 99%,rgba(0,0,0,.16) 100%);
	background-repeat: no-repeat; background-position-y: 0px;
	transition: all .1s linear;
	*/
}
.animatedHover1:hover{
	/*
	background-position-y: 30px;
	*/
	background-image: linear-gradient(rgba(0,0,0,0.2), rgba(0,0,0,0.2));
	color: white;
}



.form_menu a:link,
.form_menu a:visited,
.form_menu a:active
{
	display: block;
	text-decoration: none;
}


#forgotPassword{
	margin-top: 15px;
	color: white;
	font-size: 14px;
}

#messageContainer{
	height: 140px;
	padding-top: 40px; box-sizing: border-box;
}
.error {/* for one thing, this shows up for too little time.  It should remain until you logged in sucessfully */
	/*
	position: absolute;
	top: 40px;
	left: 50%;
	margin-left: -225px;
	height: 40px;
	line-height: 26px;
	background-color: red;
	width: 450px;
	color: white;
	display: none;

	font-family: 'Courier New', Courier, monospace;
	*/
}

.error { /* from firefox */

	line-height: 1.8em;

	max-width: 700px;
	color: #fff;
	display: none;
	background-color: #f006;
	margin: 0 auto;
	font-family: 'Courier New', Courier, monospace;
	font-size: 16px;
	text-align: center;
	border: 4px solid red;
}

.error_inner {
	padding: 0 9px 0 31px;
	
}


.error strong {
	color: white;
	font-size: 18px; font-weight: bold;
	padding: 0 6px 0 0;
}

.error span {
	padding: 0 0 0 5px;
}


.msg {/* should be similar to error but with a gentile background color */
	position: absolute;
	top: 49px;
	left: 50%;
	margin-left: -225px;
	height: 26px;
	line-height: 26px;
	width: 450px;
	color: #96a3a9;
	display: none;
}

.msg_inner {
	padding: 0 9px 0 31px;
	background:url(layout/login/blue_ico.png) no-repeat 9px center;
	
}


.msg strong
{
	color: #005b96;
	font-size: 12px;
	padding: 0 6px 0 0;
}

.msg span {
	padding: 0 0 0 5px;
}

#footer{
	width: 100%; background-color: white;
	position: fixed; bottom: 0;
	text-align: center;
	font-size: 12px; line-height: 2.5em;
}

