.eapps-form-header-title {
    font-size: 32px;
    font-weight: 600;
    color: #ffffff;
    line-height: 40px;
}
.eapps-form-element-label {
    display: block;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    color: #ffffff;
    margin-top: 20px;
    margin-bottom: 12px;
}
.eapps-form-header-text {
    margin-top: 8px;
    opacity: 0.7;
    font-size: 15px;
    color: #ffffff;
    line-height: 18px;
}
.eapps-form {
    color: #ffffff !important;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.3;
    display: block;
    min-width: 300px;
    width: 100%;
    position: relative;
    margin: 0 auto;
    transition: all 0.3s ease;
}
.eapps-form-style-classic-rounded .eapps-form-element-input-text, .eapps-form-style-classic-rounded .eapps-form-element-input-dropdown, .eapps-form-style-classic-rounded .eapps-form-element-input-textarea, .eapps-form-style-classic-rounded .eapps-form-element-input-datepicker, .eapps-form-style-classic-rounded .eapps-form-element-input-file-wrapper {
    border-radius: 26px !important;
    padding: 10px 16px !important;
    color: #ffffff !important;
    border-color: rgba(153, 153, 153, 0.4) !important;
}