.auth {
	background-image: url('/auth/images/bg-corporativo.jpg');
	background-color: #f2f2f2;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	/*padding: 50px 0 130px*/
	height: 100%;
}
.auth .page-wrapper {
	height: inherit;
}
.auth .height-inherit {
	height: inherit;
}
.auth .single-fact {
	padding: 0px 70px 70px;
	text-align: center;
	margin-top: 30px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.auth .single-fact:hover {
	-webkit-transform: translateY(-15px);
	-moz-transform: translateY(-15px);
	transform: translateY(-15px);
}
.auth .feature-head {
	margin-bottom: 30px;
}
.auth p {
	color: #ffffff;
	font-size: 16px;
}
.card {
	border: none !important;
}
.login {
	padding: 20px;
}
.card-header {
	background-color: rgb(255, 255, 255) !important;
	border-bottom: 1px solid rgb(255, 255, 255) !important;
}
.contact .form-head {
	margin-bottom: 30px;
}
.custom-control-input {
	position: relative !important;
	z-index: 0 !important;
	opacity: 1 !important;
}
.text-verde {
	color: #00933d;
}
