#form-style {position: relative;font-size: 14px;}

#form-style .small {text-align: center;font-size: 12px;font-weight: 500;}
#form-style .btn-azul {background: #edcb6e;color: #514f4f;}
#form-style .btn-gray {background: #4e525b;color: white;}
#form-style .btn-gray:hover {background: #26282d;transition: all 0.5s;}
#form-style .btn-verde {background: #5fbe49;color: white;}
#form-style .btn-azul:hover {background: #4e525b;transition: all 0.5s;color: #edcb6e;}
#form-style .btn-verde:hover {background: #3b9527;transition: all 0.5s;}
#form-style .btn-m-top {margin-top: 20px;}

#form-style input, #form-style button, #form-style textarea , #form-style select {
	width: 100%;
	height: 50px;
	border: solid 1px #e9e9e9;
	border-radius: 6px;
	color: black;
}

#form-style select {padding-left: 15px;}

#form-style input.input-single, #form-style textarea {padding: 20px;} #form-style textarea {height: 150px;}

#form-style input.input-single::-webkit-input-placeholder, #form-style textarea::-webkit-input-placeholder {color: #ccc;} /* Chrome/Opera/Safari */
#form-style input.input-single::-moz-placeholder, #form-style textarea::-moz-placeholder {color: #ccc;}  /* Firefox 19+ */
#form-style input.input-single:-ms-input-placeholder, #form-style textarea::-ms-input-placeholder {color: #ccc;} /* IE 10+ */
#form-style input.input-single:-moz-placeholder, #form-style textarea::-moz-placeholder { color: #ccc;} /* Firefox 18- */

#form-style input.input-single:hover, #form-style textarea:hover, #form-style input.input-single:focus, #form-style textarea, #form-style select:focus {
	border-left: solid 2px #ccc;
	outline: none;
}

#form-style button {
	border: none;
	text-transform: initial;
	font-size: 15px;
	font-weight: 600;
	cursor: pointer;
}
#form-style button i {margin-right: 10px;}