html {
  
  
  background: #f3f3f3;
}

.login-img-logo img{
	width: 120px;
}

.login-img-body{
	width: 90%;
}

.footer-login{
	background: var(--azul-footer);
	color: #fff;
	/*position: absolute;
  	bottom: 0;
  	left: 0;
  	width: 100%;*/
}


.label-error{
	color: #BA4B44 !important;
}

.border-error{
	border: solid 1px #BA4B44 !important;
	color: #BA4B44 !important;
}