@charset "UTF-8";
.jpsbc-profile {
  max-width: 600px !important;
  width: 100%;
  margin: 0 auto;
  padding: 36px;
}
.jpsbc-profile #select_user_to_edit_form {
  display: none;
}
.jpsbc-profile .wppb-form-field h4 {
  min-height: 40px;
  margin: 0;
}
.jpsbc-profile .wppb-form-field.wppb-default-name-heading, .jpsbc-profile .wppb-form-field.wppb-default-contact-info-heading {
  padding-top: 2.5rem;
}
.jpsbc-profile .wppb-form-field.wppb-default-username {
  display: none;
}

#wppbc-resend_activation li {
  list-style: none;
}

#wppbc-resend_activation label,
#wppb-login-wrap label,
.jpsbc-profile .wppb-form-field label{
  display: block;
  width: 100% !important;
  float: none;
  font-weight: bold;
}
.jpsbc-profile .wppb-form-field .password,
.jpsbc-profile .wppb-form-field .text-input,
.jpsbc-profile .wppb-form-field .extra_field_phone,
.jpsbc-profile .wppb-form-field .custom_field_select,
.jpsbc-profile .wppb-form-field .extra_field_input,
.jpsbc-profile .wppb-form-field .extra_field_email_confirmation,
#wppbc-resend_activation input,
#wppb-login-wrap .input
{
  border-radius: 6px;
  display: inline-block;
  color: #222222;
  font-size: 14px!important;
  border: 1px solid #dbdbdb;
  padding: 10px 15px;
  transition: all .35s;
  background: #fff;
  width: 100% !important;
  line-height: 1.3;
  min-height: 40px;
  margin: 0;
}


.jpsbc-profile .wppb-form-field .custom_field_select{
  background-image: url(../images/arrow-down.png)!important;
  background-position: right 20px center!important;
  background-repeat: no-repeat!important;
  background-size: 10px auto!important;
  -webkit-appearance: none!important;
  -moz-appearance: none!important;
  appearance: none!important;
}

.jpsbc-profile .wppb-form-field .wppb-required {
  display: none;
}
.jpsbc-profile .wppb-form-field .wppb-description-delimiter {
  margin: 0.5rem 0 0 0;
  font-style: normal;
  line-height: 1.5;
}
.jpsbc-profile .form-submit {
  margin-top: 2.5rem;
}

#wppbc-resend_activation .button,
.login-submit .button,
.jpsbc-profile .form-submit .button {
  font-size: 16px;
  font-weight: bold;
  background: #1e73be;
  color: #ffffff;
  line-height: 1;
  padding: 15px 10px;
  transition: .15s ease-in-out;
  width: auto;
  min-width: 110px;
  text-align: center;
  border: 0;
  border-radius: 6px;
}

#wppbc-resend_activation .button:active,
.login-submit .button:active,
.jpsbc-profile .form-submit .button:active {
  background: #0b4680;
}

.jpsbc-profile .wppb-error, .jpsbc-profile .wppb-warning, .jpsbc-profile .wppb-notice, .jpsbc-profile .wppb-success, .admin-bar .jpsbc-profile #wppb_form_general_message {
  padding: 0.5rem 1rem;
}
.jpsbc-profile .wppb-edit-user .wppb-field-error {
  background-color: inherit;
  border: none;
  margin-bottom: 0 !important;
  padding: 0 !important;
}
.jpsbc-profile .wppb-form-field > span.wppb-form-error {
  border: none;
  color: #c00;
}

.jpsbc-profile .jpsbc-small {
  width: 33%;
  min-width: 110px;
}
.jpsbc-profile .wppb-heading {
  margin: 20px 0 0 0;
  padding: 0;
}
.jpsbc-profile .wppb-heading h4{
  min-height: auto;
}

#wppb-login-wrap {
  max-width: 480px !important;
  width: 100%;
  margin: 0 auto;
  padding: 36px;
}

.jpsbc-questionnaire {
  max-width: 600px !important;
  width: 100%;
  margin: 0 auto;
  padding: 36px;
}

.jpsbc_other {
  padding-left: 20px !important;
  padding-top: 0px !important;
}

.jpsbc-questionnaire div.wpforms-container-full .wpforms-form .wpforms-field {
  padding: 20px 0;
}
