.login, .image {
	min-height: 100vh;
}

.bg-image {
	background-color: #F8F8F8;
	background-repeat: no-repeat;
	background-image:
	url('../imagens/login.jpg');
	/* background-size: 192%;
	background-position: center; */
	background-size: 172%;
  	background-position: inherit;
	/*box-shadow: inset -15px -9px 13px -15px rgba(var(--rgb-secondary-09),.16);*/
}

.container-logo-mdic {
	height: 100px;
    width: 100%;
	margin-top: -130px;
}
.logo-mdic {
	background-color: #F8F8F8;
	background-repeat: no-repeat;
	background-image:
		url('../imagens/logo-mdic.png');
	background-size: 90%;
	background-position: center;
	height: 100px;
    width: 350px;
	float: right;
}

.container-boasvindas {
	display: flex;
	flex-direction: column;
	align-items: center;
	align-content: center;
}

.login-heading {
	margin-bottom: -14px !important;
}