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

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

  .bfcms-form-multistep input[type="text"],
  .bfcms-form-multistep input[type="email"],
  .bfcms-form-multistep input[type="number"],
  .bfcms-form-multistep input[type="password"],
  .bfcms-form-multistep select,
  .bfcms-form-multistep input[type="text"]:hover,
  .bfcms-form-multistep input[type="email"]:hover,
  .bfcms-form-multistep input[type="number"]:hover,
  .bfcms-form-multistep input[type="password"]:hover,
  .bfcms-form-multistep select:hover,
  .bfcms-form-multistep input[type="text"]:active,
  .bfcms-form-multistep input[type="email"]:active,
  .bfcms-form-multistep input[type="number"]:active,
  .bfcms-form-multistep input[type="password"]:active,
  .bfcms-form-multistep select:active,
  .bfcms-form-multistep input[type="text"]:focus,
  .bfcms-form-multistep input[type="email"]:focus,
  .bfcms-form-multistep input[type="number"]:focus,
  .bfcms-form-multistep input[type="password"]:focus,
  .bfcms-form-multistep select:focus {
    width: 100%;
    margin-bottom: 8px;
  }

  .bfcms-form-multistep textarea,
  .bfcms-form-multistep textarea:focus,
  .bfcms-form-multistep textarea:active,
  .bfcms-form-multistep textarea:hover {
    width: 100%;
    margin-bottom: 14px;
  }

  .bfcms-form-multistep .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;
  }

input:not([type="button"]):not([type="submit"]):not([type="checkbox"]):not([type="radio"]).bf-r-select-other {
  display: none;
}

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