input[type="text"] {
	background-color: rgba(143,127,93,0.3) !important;
	border: 1px solid #8F7F5D;
	margin: 10px !important;
	font-size: 16px !important;
	color:#fff !important;
}

input[type="text"]:focus {
	background-color: transparent !important;
	border:0px !important;
	border-bottom: 2px solid #8F7F5D !important;
	transition: width 0.2s;
}

input[type="email"] {
	background-color: rgba(143,127,93,0.3) !important;
	border: 1px solid #8F7F5D;
	margin: 10px !important;
	font-size: 16px !important;
}

input[type="email"]:focus {
	background-color: transparent !important;
	border:0px !important;
	border-bottom: 2px solid #8F7F5D !important;
	transition: width 0.2s;
}

textarea {
	background-color: rgba(143,127,93,0.3) !important;
	border: 1px solid #8F7F5D;
	margin: 10px !important;
	font-size: 16px !important;
	color:#fff !important;
}

textarea:focus {
	background-color: transparent !important;
	border: 4px solid #8F7F5D;
	margin: 10px !important;
}


input[type="button"].contato {
	margin: 10px !important;
}

::-webkit-input-placeholder {
  color: #fff;
}
::-moz-placeholder {
  color: #fff;
}
:-ms-input-placeholder {
  color: #fff;
}
:-moz-placeholder {
  color: #fff;
}
