#page_login {
	background-color: dimgray;
}
#page_login form {
	background-color: whitesmoke !important;
}
#page_login form::before {
  content: "";
  width: 100%;
  display: block;
  margin-bottom: 2rem;
  object-fit: contain;
  background-image: url(/resources/logo-tecnoteam.png);
  height: 50px;
  background-repeat: no-repeat;
  background-size: contain;
}
#menu_aside::before {
	content: "";
	background-image: url(/resources/logo-tecnoteam.png);
	height: 80px;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	padding: 1rem 1rem 0 1rem;
	background-origin: content-box;
	background-color: whitesmoke;
  display: block;
}