@CHARSET "UTF-8";

/* LoginPage styles
-------------------------------------------------- */
.header {
	margin-bottom: 0;
	background: white;
}

.footer {
	background-color: white;
}

.content .login {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding-bottom: 150px;
	background-color: white;
}

.login-form {
	padding: 20px 20px 0;
	width: 450px;
	margin: 20px auto 0;
}

.front-bg {
	position: fixed;
	width: 200%;
	height: 200%;
	left: -50%;
	background: #000;
}

.front-bg img {
	display: none;
	margin: auto;
	min-width: 50%;
	min-height: 50%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

/* LogoutPage styles
-------------------------------------------------- */
.content .logout{
	margin: 200px auto;
	text-align: center;
}

.logout-message{
	margin-bottom: 50px;
}

/* LogoutExpiredPage styles
-------------------------------------------------- */
.content .expired {
	margin: 150px auto 150px 250px;
}
