.llregisterux-hidden-consent {
  display: none !important;
  height: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}

.llregisterux-form .llregisterux-notice {
  max-width: 34rem;
  margin: 1.15rem 0 1rem 0;
  color: #333;
  font-size: 0.875rem;
  line-height: 1.45;
  text-align: left;
}

.llregisterux-form .llregisterux-submit-row {
  clear: both;
  display: block !important;
  width: 100% !important;
  margin-top: 0.85rem !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  text-align: center !important;
}

.llregisterux-compact-form > .form-group:has(.llregisterux-hidden-consent),
.llregisterux-compact-form > .row:has(.llregisterux-hidden-consent) {
  display: none !important;
}

.llregisterux-compact-form .form-footer,
.llregisterux-compact-form footer,
.llregisterux-compact-form .form-group:last-of-type {
  margin-top: 0.85rem !important;
}

.llregisterux-form .llregisterux-submit-row button[type="submit"],
.llregisterux-form .llregisterux-submit-row input[type="submit"],
.llregisterux-form .llregisterux-submit-button {
  float: none !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: auto !important;
  margin-right: auto !important;
}

.llregisterux-form .llregisterux-notice a {
  color: #2b5c9e;
  text-decoration: underline;
}

@media (max-width: 767px) {
  .llregisterux-form .llregisterux-notice {
    max-width: 100%;
    margin-left: 0;
  }
}
