#formRow_personalTitle,
#formRow_additional,
#formRow_agreeToTerms,
#formRow_campaignid,
#formRow_buttonsLineBreak,
#formRow_terms {
    display: none;
}
#rfe-form-holder .formRow {
    text-align: center !important;
}

/* Inputs, selects, textarea */
#RFEForm input.RFEtextSingleLine,
#RFEForm select.RFEselectSingleLine,
#RFEForm textarea.RFEtextMultiLine {
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 10px 14px;
    font-size: 16px;
    transition: all 0.25s ease;
    outline: none;
    background-color: #fff;
    box-shadow: inset 0 1px 3px rgba(0,0,0,0.06);
    width: 100% !important;
}

/* Focus state */
#RFEForm input.RFEtextSingleLine:focus,
#RFEForm select.RFEselectSingleLine:focus,
#RFEForm textarea.RFEtextMultiLine:focus {
    border-color: #fc5d08;
    box-shadow: 0 0 0 3px rgba(252, 93, 8, 0.2);
}

/* Labels */
#RFEForm label.RFElabel {
    font-weight: 600;
    color: #fff !important;
    margin-bottom: 6px;
    display: block;
    float: none;
    text-align: left;
}

/* Submit button */
#RFEForm input.RFEsubmit {
    margin: auto;
    background-color: #fc5d08 !important;
    border-radius: 15px;
    color: #fff;
    font-weight: 600;
    height: auto;
    background: none;
}

#RFEForm input.RFEsubmit:hover {
    background-color: #e35407 !important;
    transform: translateY(-2px);
}

#RFEForm input.RFEsubmit:active {
    transform: translateY(0);
}

/* Error messages */
#RFEForm span.commonError {
    font-size: 13px;
    color: #d93025 !important;
    margin-bottom: 6px;
    display: block;
    text-align: left;
}

/* Form rows */
#RFEForm .formRow {
    margin-bottom: 5px;
    text-align: left !important;
}

/* Data protection statement */
#RFEForm p#dataProtectionStatement {
    font-size: 15px;
    color: #fff;
    line-height: 1.5;
    background: none !important;
    padding-left: 0;
}

@media screen and (max-width: 600px) {
    #RFEForm .RFElabel, #RFEForm .dateFormat .RFEradio_group {
        width: 100%;
    }
    #RFEForm .RFEtextSingleLine, #RFEForm .RFEselectSingleLine  {
        width: 100%;
    }
    #RFEForm .dateFormat .RFEtextSingleLine {
        width: 20%;
    }
    #RFEForm .dateFormat .RFEradio_group label+input+label+input {
        width: 35%;
    }
    #formRow_agreeToTerms input {
        margin-top: -50px !important;

    }
    #RFEForm input.RFEsubmit {
        margin-left:10px;
    }
}
