
/* Intro title — smaller than the default 32px so it fits on one line */
#uscourts-form .subscribe-title .lead {
  font-size: 20px;
}

/* Password confirm fields inside the subscribe-widget */
.subscribe-widget #edit-password .form-control,
.subscribe-widget .js-form-type-password-confirm input[type="password"] {
  outline: none;
  border: 0;
  margin: 0;
  width: 100%;
  line-height: 1.5;
  border-radius: 4px;
  padding: 10px 12px;
  border: 1px solid #1B263B;
  box-sizing: border-box;
}

.subscribe-widget .js-form-type-password-confirm input[type="password"]:focus {
  box-shadow: none;
  outline: none;
}

/* Stack the two password fields vertically with a small gap */
.subscribe-widget .js-form-type-password-confirm .form-type--password {
  margin-bottom: 10px;
}

/* Description text */
.subscribe-widget .description.text-muted {
  font-size: 13px;
  margin-top: 4px;
}

/* Row items used as markup wrappers should not add form-item spacing */
.subscribe-widget .js-form-item:has(> .row) {
  margin-bottom: 0;
}

/* Confirmation page */
.clerk-signup-confirmation {
  max-width: 600px;
  margin: 60px auto;
  text-align: center;
}

.clerk-signup-confirmation h3 {
  font-size: 28px;
  font-weight: 700;
  color: #1B263B;
  margin-bottom: 16px;
}

.clerk-signup-confirmation p {
  font-size: 16px;
  color: #444;
  margin-bottom: 24px;
}
