/* Add here all your CSS customizations */
.etiqueta{
	font-size: 15px;
	min-height: 45px;
	display: flex;
	font-weight: bold;
	justify-content: flex-start;
	align-items: flex-end;
}
.header {
	background: #F4D764;
}
.titulo-sistema{
	color:#000;
}
.userbox .name {
	color: #000;
}
.userbox .role {
	color: #000;
}