body#registration .shadow-box,
body#authentication .shadow-box,
body#identity .shadow-box {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

body.cb-registration-active .register-form,
body.cb-registration-active .nf-account-form {
  max-width: 1120px;
  margin: 0 auto;
}

body.cb-registration-active .nf-account-form {
  background: linear-gradient(180deg, #f8fdff 0%, #eef9ff 100%);
  border: 1px solid #cfe8f8;
  border-radius: 18px;
  box-shadow: 0 18px 45px rgba(15, 35, 65, .08);
  overflow: hidden;
  padding: 18px;
}

body.cb-registration-active .nf-form-hero {
  background: radial-gradient(circle at 50% 0%, rgba(255,255,255,.96), rgba(255,255,255,.45) 62%, rgba(255,255,255,0));
  border: 1px solid rgba(207, 232, 248, .9);
  border-radius: 14px;
  display: grid;
  gap: 8px;
  justify-items: center;
  margin: 0 0 14px;
  padding: 28px 18px 24px;
  text-align: center;
}

body.cb-registration-active .nf-form-kicker {
  background: #eaf7ff;
  border-radius: 999px;
  color: #0a78c8;
  font-size: 11px;
  font-weight: 900;
  padding: 5px 11px;
  text-transform: uppercase;
}

body.cb-registration-active .nf-form-hero h2 {
  color: #071225;
  font-size: 38px;
  font-weight: 950;
  line-height: 1;
  margin: 0;
  text-transform: uppercase;
}

body.cb-registration-active .nf-form-hero p {
  color: #52677d;
  font-size: 14px;
  font-weight: 600;
  margin: 0;
}

body.cb-registration-active .nf-form-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.cb-registration-active .nf-form-card {
  background: #fff;
  border: 1px solid #dbe9f5;
  border-radius: 14px;
  box-shadow: 0 8px 18px rgba(15, 35, 65, .045);
  padding: 16px;
}

body.cb-registration-active .cb-delivery-card {
  background: linear-gradient(180deg, #ffffff 0%, #f4fbff 100%);
  border-color: #bfe4f8;
}

body.cb-registration-active .cb-delivery-card .nf-form-step > span {
  background: #0f8ed6;
}

body.cb-registration-active .nf-form-step {
  align-items: center;
  display: flex;
  gap: 10px;
  margin-bottom: 12px;
}

body.cb-registration-active .nf-form-step > span {
  align-items: center;
  background: #139be8;
  border-radius: 11px;
  color: #fff;
  display: inline-flex;
  flex: 0 0 34px;
  font-weight: 950;
  height: 34px;
  justify-content: center;
}

body.cb-registration-active .nf-form-step strong {
  color: #071225;
  display: block;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.1;
}

body.cb-registration-active .nf-form-step small {
  color: #667085;
  display: block;
  font-size: 12px;
  line-height: 1.25;
}

body.cb-registration-active .nf-form-fields {
  display: grid;
  gap: 11px;
}

body.cb-registration-active .nf-form-fields-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.cb-registration-active .nf-field label,
body.cb-registration-active .form-control-label {
  color: #13263a;
  font-size: 13px;
  font-weight: 900;
  margin-bottom: 6px;
}

body.cb-registration-active .nf-field input:not([type="checkbox"]):not([type="radio"]),
body.cb-registration-active .nf-field select,
body.cb-registration-active .nf-field textarea {
  background: #f9fcff;
  border: 1px solid #cfe0ef;
  border-radius: 10px;
  color: #071225;
  min-height: 44px;
}

body.cb-registration-active .nf-field textarea {
  min-height: 92px;
  resize: vertical;
}

body.cb-registration-active .nf-field input:focus,
body.cb-registration-active .nf-field select:focus,
body.cb-registration-active .nf-field textarea:focus {
  border-color: #139be8;
  box-shadow: 0 0 0 3px rgba(19, 155, 232, .13);
}

body.cb-registration-active .nf-field-check {
  background: #f8fbff;
  border: 1px solid #e1edf7;
  border-radius: 10px;
  padding: 10px;
}

body.cb-registration-active .cb-field-help {
  color: #667085;
  display: block;
  font-size: 12px;
  line-height: 1.3;
  margin-top: 5px;
}

body.cb-registration-active .nf-form-footer {
  margin-top: 14px;
}

body.cb-registration-active .nf-form-submit {
  background: #139be8 !important;
  border: 0 !important;
  border-radius: 12px !important;
  box-shadow: 0 12px 24px rgba(19, 155, 232, .2);
  color: #fff !important;
  font-size: 16px;
  font-weight: 950;
  min-height: 50px;
  text-transform: uppercase;
}

body.cb-registration-active .nf-field[hidden],
body.cb-registration-active .cb-hidden-field {
  display: none !important;
}

@media (max-width: 768px) {
  body.cb-registration-active .nf-account-form {
    border-radius: 14px;
    padding: 12px;
  }

  body.cb-registration-active .nf-form-hero {
    padding: 20px 14px 18px;
  }

  body.cb-registration-active .nf-form-hero h2 {
    font-size: 25px;
  }

  body.cb-registration-active .nf-form-grid,
  body.cb-registration-active .nf-form-fields-2 {
    grid-template-columns: 1fr;
  }

  body.cb-registration-active .nf-form-card {
    padding: 13px;
  }
}
