.career_section {
    min-height: calc(100vh - 140px);
    margin-top: -1px;
    padding-top: 1px
}

.career_section > .container {
    margin-top: 100px
}

.heading_career {
    font-family: Roboto;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 3.5rem;
    font-size: 32px;
    color: #32325d;
    text-align: center;
}

.last-line {
    display: flex;
    align-items: flex-end;
    justify-content: space-between
}

.last-line button {
    width: 110px;
    height: 44px;
    border-radius: 100px;
    background: #08aa3e;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: unset
}

.last-line .form-group {
    margin: 0
}

.form-group .form-control:focus {
    background: #f5f5f5;
    border: 1px solid #16923b;
    color: #495057 !important
}

.career_section .form-group .form-control::placeholder {
    color: #9f9f9f
}

.career_section .form-group .form-control {
    background: #f6f6f6;
    border-radius: 0;
    font-size: 15px;
    font-weight: 100;
    color: #9f9f9f;
}

button .spinner {
    margin: unset;
    width: unset
}