@charset "utf-8";
/* CSS Document */

body {
  font-family: 'Open Sans', sans-serif;
  background-color: #103376;
  color: #fff;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 300;
}

p {
  color: #fff;
}

strong {
  color: #fff;
}

#wrapper {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
  padding: 30px 0;
}

.page-head-image {
  
}

.page-head-image img {
	width:100%;
	max-width:570px;
}

#form-trabalhe {
  margin-top: 30px;
  text-align: left;
}

label {
  font-weight: normal;
  margin-top: 15px;
}

input {
  border-radius: 3px;
  max-width: 100%;
}

.input-group-addon {
  border-right: 0px !important;
}

.btn {
  border: 0;
  border-radius: 3px;
  margin-top: 20px;
}

.form-group {
  margin-bottom: 0;
  text-align: left;
}

a {
  color: #70a2ff;
}
a:hover {
  color: #5a82cc;
}
.btn-primary {
    color: #fff;
    background-color: #7ec13e;
}
.btn-primary:hover {
    color: #fff;
    background-color: #6da836;
}
.checkbox, .radio {
    position: relative;
    display: block;
    margin-top: -5px; 
    margin-bottom: 4px; 
}



/* form-validate */


.form-validate{
	position:relative;
}
.as-table, .form-as-table{
	display:table;
	width:100%;
}
.as-td, .form-as-row{
	display:table-cell;
	width:100%;
	height:100%;
}
.form-output{
	display:none;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0; 
	font-size: 23px;
}
	.form-output .as-table{
		height:100%;
	}
	.form-output .as-td{
		vertical-align: middle;
	}
	.form-output .output-success, .form-output .output-error{
		display:none;
	}
.summary-output{
	display:block;
	padding:5px;
}	
.loader-wrap{
	position:relative;
	display:block;
}
	.loader-wrap .loader{
		display:none; 
		position:absolute;
		right:10px;
		top:13px;
	}
	.loader-wrap.loading .loader{
		display:block;
	}

.form-validate form .form-group {
  margin-bottom: 0;
  text-align: left;
  position:relative;
}
.form-validate form .form-control.error{
	border-color:red!important;
}
.form-validate form label.error{
	position: absolute;
	right:0;
	top: 18px;
	margin: 0;
	font-size: 11px;
	color: red;
}