.centered {
	text-align: center;	
}

.login-nav {
	vertical-align: top;
    background-color: rgba(152, 152, 152, 0.85);
    padding: 10px;
    width: 100%;
    min-width: 250px;
}

.login-form {
    margin-top: 6rem;
}

.full-height {
    min-height: 96vh;
}

.login-background {
	min-height: 800px;
	background: url(/assets/img/login-background.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.sidebar ul li a.active {
    background-color: #080808;
    color: #fff;
}

.footer {
    padding: 0.3rem 0;
    width: 100%;
}