#forms button, input, select, textarea {font-size:95%; font-weight:400; color:#1695c4; font-family: "FontAwesome", 'Lato', sans-serif, arial}
#forms 				{padding:20px; background:transparent; overflow: hidden}
#forms a 			{color:#1695cf;}
#forms .icon i  	{float:left; width:35px; font-size:25px; padding-top:6px; margin-right:0px}
#forms input  		{background:transparent; width:100%; font-size:15px; margin-bottom:10px; border:1px solid #c0bdbd; height:40px; padding:10px}
#forms input:focus 	{border-color: green}
#forms textarea 	{background:transparent; margin-bottom:10px; border:1px solid #c0bdbd; padding:10px; height:80px; resize:none}
#forms .submit   	{background-color: #00a0d4; font-size:18px; color:#FFF; font-weight:500; padding:7px; height:40px; transition: background-color 0.8s ease; cursor: pointer}
#forms .submit:hover{background-color:#8607aa}
#formFooter #captcha span {font-size:25px; margin-bottom:10px; font-weight:400; color:#979393; font-family: "FontAwesome", 'Lato', sans-serif, arial}
#forms #captcha input{color:#fff; cursor: pointer;  margin: 5px 0 0; padding: 0}
::-webkit-input-placeholder {color:#1695c4}
:-moz-placeholder {color:#1695c4}
