.divisaoForm {
    display: flex;
    color: #000;
}

.formEsquerda {
    padding: 30px;
    max-width: 50%;
}

.formDireita {
    max-width: 50%;
    background-color: #f19f21;
    padding: 30px;
}

fieldset > label {
    width: 100% !important;
    font-size: large;
}

.job-manager-form fieldset div.field {
    float: none;
    width: 100%;
}

.job-manager-form fieldset label {
    width: 100% !important;
    float: none;
}

.field input, fieldset textarea {
    background: 0;
    border-color: #000 !important;
}

.job-manager-form fieldset{
    border-bottom: none;
}

.job-manager-form>fieldset {
    margin: 0 30px;
}

/* fieldset textarea {
    background: 0;
    border-color: #000;
}*/

.job-manager-form input[name="submit_resume"] {
    text-transform: none;
    border-radius: 50px;
    padding: 0 32px;
    color: #f19f21;
}

.field input::placeholder, fieldset textarea::placeholder {
    color: #000;
    /*opacity: .6;*/
}
