section.banner-full{
	height: 400px;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	background-repeat:no-repeat;
}
section.page-form {
	padding-top:40px;
	background-position: right;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	background-size: contain;
	-o-background-size: contain;
	background-repeat:no-repeat;
}
section.page-form h2{
	margin: 0 0 40px;
}
section.page-form h3{
	text-transform: none;
	color: #212121;
	font-size: 16px;
	margin: 0 0 50px;
	line-height:1.4;
}
.form-trabalhe input,
.form-trabalhe textarea{
	border:1px solid #e5e5e5;
	padding:12px 15px;
	margin-bottom:5px;
	color:#333333;
	background:white;
}
.form-trabalhe textarea{
	resize:none;
	height:150px;
}
.form-trabalhe .box-alert{
	display:none;
}