.botao-enviar {
	border: 3px solid #777;
	border-radius: 25px;
	padding: 4px 30px 5px 30px;
	margin-right: 5px;
	text-transform: uppercase;
	font-weight: bolder;
	font-size: 0.8em;
}

.botao-enviar:hover {
	text-decoration: none;
	background-image: linear-gradient(to bottom, #b951c1, #d787e1);
	color: white !important;
	border-color: #b951c1;
}

.form-stardance {
	border: 1px solid #ccc;
	border-radius: 25px;
}

.mensagem {
	resize: none;
}

.input-form {
    padding-left: 25px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}