.login-form-ocati {
	color: white;
}

.login-form-agrokaru {
	color: white;
}

.login-form-paraisoandino {
	color: #00731e;
}

.container_login {
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
}

.button_login {
	width: 100%;
	margin-top: 20px;
}

.client_image {
	max-width: 200px;
	height: auto;
	width: auto;
	max-height: 200px;
	padding-top: 20px;
	padding-bottom: 20px;
}

@media all and (max-width: 766px) {
	.container_login {
		margin: 0px auto;
	}
}