@import url(//fonts.googleapis.com/css?family=Roboto+Condensed);
body {
	font-family: 'Roboto Condensed', sans-serif;
	color: #747D7D;
}
#login_error
{
	color: #F44;
	margin: 20px 0;
}
#header {
	border-bottom: 1px solid #006485;
}
#login-footer {
	height: 25%;
	width: 100%;
	bottom: 0;
	position: absolute;
	border-top: 1px solid lightgray;
	padding-top: 20px;
	background: white;
}
.login-box {
	margin-top: 60px;
	margin-left: 0px;
	min-height: 500px;
}
.login-link {
	text-decoration: none;
	color: #009acd;
	background: none;
}
.login-text {
	width: 70%;
	margin: 0 auto;
}
.login-text > span {
	display: inline-block;
	font-size: 12px;
	text-align: center;
}
.login-contact {
	float: left;
}
.login-forgotten-password {
	float: right;
}
.login-forgotten-password-box {
	width: 322px;
	margin: 0 auto;
}
#login-form {
	width: 322px;
	margin: 0 auto;
	margin-top: 25px;
	padding: 15px;
	border: 1px solid lightgray;
}
.login-help {
	padding: 15px 0;
}
.login-error {
	color: #F44;
	padding: 5px 0;
}
.app_logo {
	width: 60px;
	height: 60px;
}
.login-app-title {
	margin: 0 auto;
	display: block;
	text-align: center;
	font-size: 20px;
	font-weight: 800;
}
span.pos1 {
	text-align: center;
	margin: 0 auto;
	float: none;
	display: block;
	margin-top: 3px;
	padding-left: 0px;
}
.full_logo
{
	height: 60px;
}
span.pos2 {
	display: none;
}
div.bottom {
	margin-top: 20px;
}
input.submit {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 100%
}
label.remember
{
	margin-top: 7px;
	display: inline-block;
	float: right;
}
