.logo-set {
	width: auto;
	height: auto;
	max-height: 100px;
}
.icone-menu {
	color: #2abfaa;
	font-size: 32px;
}
.alert {
	position: relative;
	padding: .75rem 1.25rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
	border-radius: 0;
}
.alert-danger {
    color: #c43d4b;
    background-color: #eed3d5;
    border-color: rgba(196, 61, 75, 0.1);
}