.fieldset-title{
    color: #FF9B00;
    font-size: 21px;
    font-weight: bold;
}
.fieldset-title:hover{
    color: #FF9B00;
    text-decoration: none;
}
.element-invisible{
    display: none;
}
.form-item > label {
    font-size: 14px;
    color: #333;
    font-weight: bold;
}
.form-text{
    background-color: #9bd16c;
    border: none;
    height: 34px;
    padding: 7px;
}
.form-select{
    background-color: #9bd16c;
    border: none;
    height: 38px;
    padding: 8px 52px 8px 8px;
    font-weight: 500;
    appearance: none;
    background-image: url(../../../sites/all/themes/tufinanciera/img/select-picker.png);
    background-repeat: no-repeat;
    background-position: left 100% top 50%;
    background-size: contain;
    margin: 5px 3px 3px 3px;
}
.form-textarea-wrapper > *{
    background-color: #9bd16c;
    border: none;
    resize: none;
    height: 68px;
    padding: 3px;
}
#job-form-custom-button{
    display: flex;
    justify-content: end;
    border: none;
}
#job-form-custom-button > *{
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: end;
    margin-top: 30px;
    background-color: #ff9b00;
    width: 290px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: -30px;
    margin-right: -30px;
    padding: 10px 30px 15px 30px;
    color: #FFF;
    font-size: 22px;
    font-weight: bold;
    text-decoration: none;
    white-space: nowrap;
}
#job-form-custom-button > *:hover{
    text-shadow: 2px 3px 3px rgba(0,0,0,0.3);
}
.webform-container-inline{
    display: flex;
}