#form1 label.error {
    behavior: url(PIE.htc);
    color: #DD514C;
    display: block;
    font: normal normal 1em "LatoBold";
    text-align: left;
    margin-bottom: 1em;
    width: 100%;
}

#form1 textarea.valid, input.valid {
    border-color: #99FF33;
}

#form1 input.error, select.error,textarea.error {
    border: 1px solid red;
}
#user_terms .modal-dialog .modal-content .modal-body {
	height: 60vh;
}
#user_terms .modal-dialog .modal-content .modal-body .form-control {
	overflow: auto;
	height: 100%;
	text-align: justify;
}
.aceitar {
    border: 1px solid transparent;
    padding: 6px 20px;
    border-radius: 3px;
    color: white;
    background-color: #0082C0;
    float: right;
    margin: 20px 0;
}
.recusar{
	display: inline-block;
	padding: 6px 12px;
	border: 1px solid transparent;
	border-radius: 4px;
	color: #333;
	background-color: #fff;
	border-color: #ccc;
	margin: 20px 10px 20px 10px;
}
.g-recaptcha {
	margin: 20px 0 0 30%;
}
@media (max-width: 768px) {
	.g-recaptcha {
		margin: 20px 0 0 0;
	}
	.arquivo-txt {
		font-size: 12px;
	}
}