.text-black-color{
	color: #000;
}

.image-login-bg {
	background-image: url(../img/fundo-tela-login.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: left top;
	height: 100%;
	width: 100%;
}