html {
	font-family: 'ocUniviaMedium'
}

input:focus {
	outline: 0;
}

button:focus {
	outline: 0;
}

.btn-oc-df {
	background: #63C947;
	border-radius: 5px;
	border: 1px solid #63C947;
	width: 80%;
	font-family: arial;
	padding: 12px;
	font-size: 13px;
	color: white;
}

.btn-oc-df:hover {
	box-shadow: inset 0 0 1em #63C947, 0 0 1em #63C947;
}

.btn-oc-df-facebook:hover {
	box-shadow: inset 0 0 1em #4267b2, 0 0 1em #4267b2;
}

.btn-oc-df-facebook {
	background: #4267b2 !important;
	border-radius: 5px;
	border: 1px solid #4267b2 !important;
	width: 80%;
	padding: 4px;
	font-family: arial;
	color: white;
	font-size: 13px;
}

.oc-df-input-text {
	border: 1px solid #bdbdbd;
	border-radius: 7px;
	padding: 13px;
	width: 80%;
	color: #63C947;
	font-family: arial;
	font-size: 12px;
	background: white !important;
	outline: none;
}

.oc-df-input-text:focus {
	border: 1px solid #63C947;
	font-size: 12px;
}

input:-webkit-autofill:focus {
	border: 1px solid #63C947;
	font-size: 12px;
}

input:-webkit-autofill:hover {
	
}

input:-webkit-autofill {
	-webkit-text-fill-color: #63C947;
	background: white;
	font-size: 12px;
	-webkit-box-shadow: 0 0 0px 1000px #fff inset;
	transition: background-color 5000s ease-in-out 0s;
}

.oc-df-label {
	width: 80%;
	font-size: 12px;
	color: #bdbdbd;
	text-align: left;
	font-weight: 500;
	
	font-family: 'ocUniviaMedium';
}

.oc-link-cadastro {
	font-size: 13px;
	text-decoration: none;
	color: #bdbdbd;
	font-family: 'ocUniviaMedium';
}

.oc-link-cadastro:hover {
	text-decoration: none;
	color: #bdbdbd;
}

.oc-df-margin {
	margin-bottom: 5px;
}

.oc-new-form {
	font-family: 'ocUniviaMedium';
	text-align: center;
}

.oc-df-size-responsive {
	font-size: 8px;
}

.oc-banner-display {
	display: block;
}

.oc-padding-top-responsive {
	padding-top: 7%;
}

@media screen and (max-height: 576px) {
	.oc-padding-top-responsive {
		padding-top: 2%;
	}
}

@media screen and (max-width: 1024px) {
	.oc-df-size-responsive {
		font-size: 9px;
	}
	.oc-banner-display {
		display: none;
	}
}