.simple-banner,
.simple-banner_2,
.simple-banner_3,
.simple-banner_4,
.simple-banner_5 {
  width: 100%;
  text-align: center;
  position: relative;
  display: block;
}

.simple-banner .simple-banner-text,
.simple-banner_2 .simple-banner-text_2,
.simple-banner_3 .simple-banner-text_3,
.simple-banner_4 .simple-banner-text_4,
.simple-banner_5 .simple-banner-text_5 {
  font-weight: 700;
  padding: 10px 20px;
  position: relative;
}

.simple-banner .simple-banner-button,
.simple-banner_2 .simple-banner-button_2,
.simple-banner_3 .simple-banner-button_3,
.simple-banner_4 .simple-banner-button_4,
.simple-banner_5 .simple-banner-button_5 {
  border: none;
  background-color: transparent;
  padding: 0 5px;
  margin: 0 10px;
  text-align: center;
  text-decoration: none;
  position: absolute;
  transform: translate(0%, -50%);
  right: 0;
  top: 50%;
  font-size: 16px;
  cursor: pointer;
}
#wppb-recover-password ul li.wppb-form-field label,
.wppb-user-forms #wppb-loginform .login-username label,
.wppb-user-forms #wppb-loginform .login-password label,
.wppb-user-forms #wppb-loginform .login-auth label,
.wppb-user-forms #wppb-loginform .wppb-recaptcha label,
.wppb-form-field.pbpl-class label,
.pms-field.pbpl-class:not(form[id^="pms"] .pms-field) label {
    text-indent: -99999px;
    position: absolute;
    left: -99999px;
}

.wppb-form-field.wppb-two-factor-authentication.pbpl-class label,
.wppb-form-field.wppb-campaign-monitor-subscribe.pbpl-class label,
.wppb-form-field.wppb-mailchimp-subscribe.pbpl-class label,
.wppb-form-field.wppb-mailpoet-subscribe.pbpl-class label,
.wppb-form-field.wppb-checkbox-terms-and-conditions.pbpl-class label,
.wppb-form-field.wppb-gdpr-checkbox.pbpl-class label,
.wppb-form-field.wppb-upload.pbpl-class label,
.wppb-form-field.wppb-select-multiple.pbpl-class label,
.wppb-form-field.wppb-timepicker.pbpl-class label,
.wppb-form-field.wppb-avatar.pbpl-class label,
.wppb-form-field.wppb-gdpr-communication-preferences.pbpl-class label{
    text-indent: 0;
    position: relative;
    left: 0;
    width: 100%;
}

.wppb-form-field.wppb-two-factor-authentication.pbpl-class label {
    display: inline;
}

.wppb-form-field.pbpl-class .wppb-radios li label,
.wppb-form-field.wppb-radio.pbpl-class label,
.wppb-form-field.pbpl-class .wppb-checkboxes li label,
.wppb-form-field.wppb-checkbox.pbpl-class label {
    text-indent: 0;
    position: relative;
    left: 0;
    width: auto;
    display: inline-block;
}

.wppb-form-field.pbpl-class .wppb-radios li label,
.wppb-form-field.pbpl-class .wppb-checkboxes li label {
    margin: 0 5px;
}

.wppb-user-forms #wppb-loginform .login-username.pbpl-class input[type="text"],
.wppb-user-forms #wppb-loginform .login-password.pbpl-class input[type="password"],
.wppb-user-forms #wppb-loginform .login-auth.pbpl-class input[type="text"],
.wppb-form-field.pbpl-class input[type="text"],
.wppb-form-field.pbpl-class input[type="email"],
.wppb-form-field.pbpl-class input[type="url"],
.wppb-form-field.pbpl-class input[type="search"],
.wppb-form-field.pbpl-class input[type="number"],
.wppb-form-field.pbpl-class select,
.wppb-form-field.pbpl-class textarea,
.wppb-form-field.pbpl-class .wppb-checkboxes,
.wppb-form-field.pbpl-class .wppb-radios,
.wppb-form-field.wppb-wysiwyg.pbpl-class .wp-editor-wrap,
#wppb-login-wrap .login-username.pbpl-class input,
.wppb-form-field.pbpl-class .wppb-password-field-container,
#wppb-recover-password ul li.wppb-form-field input
{
    width: 100%;
}

.wppb-form-field.wppb-select2.pbpl-class span.select2.select2-container,
.wppb-form-field.wppb-select-taxonomy.pbpl-class span.select2.select2-container,
.wppb-form-field.wppb-select-cpt.pbpl-class span.select2.select2-container,
.wppb-form-field.wppb-select2-multiple.pbpl-class span.select2.select2-container {
    width: 100% !important;
    margin-left: 0 !important;
}

.wppb-form-field label.wppb-epaa-switch {
    width: 50px !important;
    left: 0;
    position: relative !important;
}