
.jobagent__inline-form {
    padding: 32px 24px 68px;
}

@media (max-width: 767px) {
    .jobagent__inline-form {
        padding:12px
    }
}

.jobagent__inline-form_heading {
    text-align: center;
    color: #222;
    margin-top: 0;
    margin-bottom: 24px;
    line-height: 24px;
    font-size: 18px;
    font-weight: bold
}

@media (max-width: 767px) {
    .jobagent__inline-form_heading {
        margin-bottom:12px
    }
}

.jobagent .hidden {
    display: none;
}

.jobagent__form-control {
    box-sizing: border-box;
    display: block;
    width: 100%;
    padding: 8px 12px;
    font-size: 16px;
    line-height: 1.5;
    color: #222;
    background-color: #fff;
    background-image: none;
    border: 1px solid #dcdfe2;
    border-radius: 3px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.jobagent__help-block {
    font-size: 14px;
    line-height: 18px;
    margin-top: 6px;
    margin-bottom: 6px;
    color: #f4bf4e;
}

.has-warning .jobagent__form-control {
    border-color: #f4bf4e;
}