.labelhidden{
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
input, textarea, form button, select{
	border: 1px solid #ededed!important;
	-webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.1);
	padding-top: 15px;
	padding-bottom: 15px;
	border-radius: 8px!important;
}
input, form button, select{
	height: 50px!important;
}
textarea{
	height: 192px;
}
#btn_enviar{
	color: #fff!important;
	text-transform: uppercase!important;
	font-size: 14px!important;
	background: #292766!important;
	font-weight: bold;
	padding: 10px 60px;
	margin: 15px 0 0 0;
	border: none!important;
}
#btn_enviar:hover{
	background: #7ab52b!important;
	color: #fff!important;
}
#txtempresa, #txtservico{
	display: none;
}
/* RESPONSIVE */
@media (max-width: 1200px) {}

@media (max-width: 992px) {}

@media (max-width: 768px) {}

@media (max-width: 576px) {}