
.bfcms-register > .bf-r-form {
  display: none;
}
  .bfcms-register .bf-product {
    display: none;
  }

  .bfcms-register > .bf-r-form:first-child {
    display: block;
  }

  .bfcms-register input[type="text"],
  .bfcms-register input[type="email"],
  .bfcms-register input[type="number"],
  .bfcms-register input[type="password"],
  .bfcms-register select,
  .bfcms-register textarea {
    width: 100%;
    margin-bottom: 8px;
  }


  .bfcms-register .bf-r-invalid {
    border: 2px solid #f00 !important;
  }

.bf-r-field {
  margin-bottom: 10px;
}

.bf-r-overlay {
  display: none;

  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;

  background: rgba( 0, 0, 0, 0.25 );
}

.bf-r-error-message {
  display: none;

  padding: 10px 20px;
  margin-bottom: 1em;

  text-align: center;

  color: #fff;
  background: #c33;
}

.bf-r-register-form .bf-sys-register-firstname,
.bf-r-register-form .bf-sys-register-lastname {
  float: left;
  width: 49%;
}
.bf-r-register-form .bf-sys-register-firstname { margin-right: 2%; }


.bf-register-checklist {
  margin: 0 0 1em;
  padding: 0;

  list-style: none;
}

.bf-r-field-list {
  margin: 0 0 1em;
  padding: 0;
  list-style: none;
}
  .bf-r-field-list label {
    margin: 0;
    padding: 0;

    font-weight: inherit;
  }

.bf-r-submit-row {
  margin-top: 2em;
}
  .bf-r-submit-row .button.disabled {
    opacity: 0.25;
  }

.bf-r-login-form input { margin-bottom: 8px !important; }
.bf-r-register-form input { margin-bottom: 8px !important; }
