.main-form input, .main-form textarea {
  width: 100%;
  border: none;
  background-color: #fff;
  border-radius: 6px; }

.main-form input {
  height: 42px;
  padding: 0 15px;
  margin-bottom: 24px;
  position: relative;
  padding-top: 5px; }
  .main-form input[required] {
    background-image: url(../img/required-input-ic.png);
    background-repeat: no-repeat;
    background-position: 98% 17px; }
  .main-form input[aria-required="true"] {
    background-image: url(../img/required-input-ic.png);
    background-repeat: no-repeat;
    background-position: 98% 17px; }

.main-form textarea {
  resize: none;
  height: 78px;
  padding: 12px 15px 0 15px; }

.main-form .btn-wrap {
  text-align: center;
  margin-top: 30px; }
  .main-form .btn-wrap a {
    padding: 0 50px; }

.main-form input[type="submit"] {
  display: inline-block;
  line-height: 31px;
  text-align: center;
  border-radius: 50px;
  color: #fff;
  font-size: 18px;
  background-color: #ea5b0c;
  font-family: "HarmoniaSansProCyrBold", sans-serif;
  border: 2px solid transparent;
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
  max-width: 145px;
  margin: 0 auto;
  display: block;
  margin-top: 30px;
  cursor: pointer;
  height: auto;
  padding-top: 0; }
  .main-form input[type="submit"]:hover {
    color: #ea5b0c;
    background-color: transparent;
    border-color: #ea5b0c; }

.ceo-section .left .img-wrap .label {
	font-weight: bold;
}