
.contact-form{width: 100%; float: left;margin-top: 50px; }
.contact-form h2{text-align: left;}
.contact-form input{width: 100%;color: #676767; float: left; border: none; border-bottom: 1px solid ; padding: 15px 5px; outline: none; margin-bottom: 20px; font-size: 13px; font-family: HeliosLight; box-sizing:border-box; }

.contact-form select{width: 100%;color: #676767; float: left; border: none; border-bottom: 1px solid ; padding: 15px 5px; outline: none; margin-bottom: 20px; font-size: 13px; font-family: HeliosLight; box-sizing:border-box; }

.contact-form textarea{width: 100%;color: #676767; float: left; border: none; border-bottom: 1px solid ; padding: 15px 5px; outline: none; margin-bottom: 20px;font-size: 13px; resize:none; font-family: HeliosLight;box-sizing:border-box; }
.contact-form input[type="submit"], .contact-form input[type="button"]{outline: none; display: inline-block; background: #f5c811; box-shadow:0px 2px 10px #9a9a9a ;  width: 150px; border: 2px solid #f5c811;line-height: 15px; height: 33px; padding: 7px 25px; font-size: 12px; color: #fff; border-radius: 23px; margin-top: 20px; text-align: center;cursor: pointer; margin-left: 0px;clear:both;  box-sizing:border-box;transition: all 1s ease-in-out 0s;-moz-transition: all 1s ease-in-out 0s;-webkit-transition: all 1s ease-in-out 0s; -o-transition: all 1s ease-in-out 0s;}
.contact-form input[type="submit"]:hover, .contact-form input[type="button"]:hover{background: #1c265c; color: #fff; border: 2px solid #1c265c; transition: all 1s ease-in-out 0s;-moz-transition: all 1s ease-in-out 0s; -webkit-transition: all 1s ease-in-out 0s; -o-transition: all 1s ease-in-out 0s;}