.painel-login {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.painel-dados-login {
	background-color: #000;
	min-height: 100vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	display: -webkit-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.login-acesso {
	text-align: left;
	margin: 0 auto;
	width: 100%;
}
h1.login-title {
	color: #fff;
	font-size: 26px;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Quicksand-SemiBold';
}
.author {
	text-decoration: none; 
	font-size: 14px; 
	text-transform: uppercase;
	font-family: 'Quicksand-SemiBold';
}
.btn {
	color: #fff;
	font-family: 'Quicksand-SemiBold';
}
.imagem-login {
   	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	background-color: #fff;
	background-size: 45%;
}
.imagem-login-2 {
   	background-repeat: no-repeat;
    background-position: center;
    height: 75px;
    background-size: contain
}
.forgot-password {
	font-size: 20px;
	color: #fff;
	font-family: 'Quicksand-Regular';
	margin-bottom: 0;
	letter-spacing: 2px;
}
.forgot-password-link {
	color: #000001;
	font-size: 20px;
	text-decoration: none;
	font-family: 'Quicksand-SemiBold';
}
.without-account {
	font-size: 20px;
	color: #fff;
	font-family: 'Quicksand-SemiBold';	
	margin-bottom: 0;
	letter-spacing: 2px;
}

.imagem-login {
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	background-color: #fff;
	background-size: 45%;
}

@media only screen and (max-width: 991px) {
	.imagem-login {
		display: none;
	}
	.painel-dados-login {
		padding: 30px;
		width: 100%;
	}
}