.alert {margin-left: 15px;width: 65%;}
.mensagem {display: none;}
.candidatura {padding-left: 30px;}
.obrigatorio {display: inline-block; padding-left: 30px;}
#row .col-md-12 {width: 98.1%;}
.botoes {float: right;margin-top: 20px;}
.botoes input {margin-left: 10px;}
.form-group label {padding: 0 15px;margin: 0;}

/*============================== MEDIA QUERIES ===================================*/
@media screen and (max-width: 1217px) {
	#row .col-md-12 {width: 100%;}
}

@media screen and (max-width: 1120px) {
	.col-sm-10 input, .col-sm-10 textarea {margin-left: 5%;}
	#row .col-md-12 {width: 103.8%;}
}

@media screen and (max-width: 992px) {
	.candidatura {width: 80%;}
}

@media screen and (max-width: 767px) {
	.col-sm-10 input, .col-sm-10 textarea {margin-left: 0%;}
	#row {padding-top: 80px;}
	#row .col-md-12 {width: 100%;}
}

@media screen and (max-width: 600px) {
	.candidatura {width: 100%;}
}

@media screen and (max-width: 350px) {
	.botoes input {width: 120px;}
}