.loading{
	z-index: 100;
	position: fixed;
	left: 50%;
	top: 50%;
	display: none;
}
.loading > div.spinner-border{
	width: 5rem;
	height: 5rem;
}
.form-login{
	max-width: 330px;
	padding: 1rem;
}
.btn-menu{
	position: fixed;
	top: 0px;
	left: 0px;
	margin-top: 20px;
	margin-left: 20px;
}
.logout:after{
	background-image: none !important;
}