@charset "UTF-8";

.acesso,
.logo
{
	align-items: center;
	bottom: 0;
	display: flex;
	justify-content: center;
	position: fixed;
	top: 0;
	width: 50%;
}
.acesso
{
	right: 0;
}
.logo
{
	left: 0;
}
.acesso > .container-fluid > .row:first-of-type
{
	display: none;
}
@media (max-width: 767.98px)
{
	.logo
	{
		display: none;
	}
	.acesso
	{
		width: 100%;
	}
	.acesso > .container-fluid > .row:first-of-type
	{
		display: flex;
	}
}