.inner-form .input-field input {
    height: 100%;
    background: transparent;
    border: 0;
    display: block;
    width: 100%;
    padding: 3px 32px;
    font-size: 16px;
    color: #555;
}
.inner-form .input-field input:hover, .s003 form .inner-form .input-field input:focus {
    box-shadow: none;
    outline: 0;
    border-color: #fff;
}
.inner-form .input-field.second-wrap {
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.inner-form .input-field {
    height: 68px;
}
.inner-form {
    background: #fff;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
    border-radius: 3px;
    margin-top: 40px;
}
.inner-form .input-field.third-wrap {
    width: 124px;
}
.inner-form .input-field {
    height: 68px;
}
.btn-search {
    height: 100%;
    width: 100%;
    white-space: nowrap;
    color: #fff;
    border: 0;
    cursor: pointer;
    background: #63c76a;
    transition: all .2s ease-out, color .2s ease-out;
    font-size: 18px;
}
.inner-form .input-field input:hover, .inner-form .input-field input:focus {
    box-shadow: none;
    outline: 0;
    border-color: #fff;
}
button:disabled,
button[disabled]{
  background-color: #cccccc;
  color: #666666;
  cursor: not-allowed;
}