.login-page {
	flex-direction: row;
	max-width: 1900px;
	margin: auto;
}
.login-background {
	width: calc(100% - 400px);
	height: 100%;
	background-image: url(../../imagens/banner_login_portal_lider.png);
	background-position: right bottom;
	background-size: cover;
	background-repeat: no-repeat;
}

@media screen and (max-width: 900px) {
	.login-background {
	    display: none;
	}
}