/*!
 * BA Emballage Application
 * Layout (public pages) Stylesheet
 *
 * @version 1.0
 * @date 2016-03-13
 */

body {
	background-image: url("../images/bg.jpg");
	background-size: cover;
	background-position: center center;
}

/*
 * Content
 */

#content {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 300px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #fff;
}

h1 {
	color: #fff;
}

/*
 * Login
 */

#login_form {
	margin: 0 auto;
	text-align: center;
}

#login_form #site_logo {
	width: calc(100% - 40px);
	margin-bottom: 20px;
}

#login_form .form-group {
	margin: 0 0 20px 0;
}

#login_form input {
	border: 0;
	text-align: center;
}

#login_form a {
	color: #fff;
	font-weight: bold;
}

#login_form a:hover {
	color: #ffff00;
}

#login_form input {
	border: 0px;
	border-radius: 4px;
}