.bg-login-cnh{
	background-image: url('../img/config/background-login.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}

.bg-login-new-holland{
	background-image: url('../img/config/background-login-new-holland.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}


.bg-login-new-holland .btn-login{
	background-color: #165aa3;
}

.bg-login-case{
	background-image: url('../img/config/background-login-case.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}


.bg-login-case .logo-login img{
	max-height: 50px;
}


.logo-login{
	text-align: center;
	padding: 20px;
}

