body {
	margin: 0px;
}

.container {
	width: 100vw;
	height: 100vh;
	display: flex;
	background: #eee;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.box {
	width: 400px;
	height: 300px;
	background: #eee;
}

.navbar-brand {
	font-size: 14px;
}

.site-cabecalho-logo {
	margin: -10px 11px !important;
}

.link-remenber-pwd {
	font-size: 10px;
	margin-left: 5px
}

