/* 1) Bold the two admin e-mail labels at the end of the form */
.admin-email-wrap label {
  font-weight: 700 !important;
}

/* 2)  Distributor-ID error paragraph
   ------------------------------------------------------------ */
.reseller-warning{
  /* visual style for the line itself */
  color:#c00;                   /* same red Drupal uses for errors */
  font-weight:700;
  margin:0;                     /* wipe default paragraph margins  */
  line-height:1.35;
}

/*  ––– add one blank line *above* the paragraph ––– */
.reseller-warning::before{
  content:'';                   /* generates a pseudo-element      */
  display:block;                /* behaves like its own <div>      */
  height:1.25rem;               /* ≈ one empty line                */
}