.job-input {
    height: 40px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5 !important;
    width: 100%;
    padding: 12px 16px;
    border-radius: 4px;
    box-sizing: border-box;
    transition: all .2s linear;
    box-shadow: none !important;
    font: inherit;
    vertical-align: baseline;
}