/* Website Hosts UK billing theme v3
   Uses the main website .grad colours exactly:
   linear-gradient(to right, #151325, #000033)
   No pink/purple accents. Keeps FOSSBilling logic untouched. */

:root {
  --whuk-grad-start: #151325;
  --whuk-grad-end: #000033;
  --whuk-navy: #0f172a;
  --whuk-blue: #1d4ed8;
  --whuk-blue-soft: rgba(29, 78, 216, 0.10);
  --whuk-text: #0f172a;
  --whuk-muted: #64748b;
  --whuk-border: rgba(15, 23, 42, 0.10);
  --whuk-soft: #f8fafc;
  --whuk-card: #ffffff;
  --whuk-radius: 18px;
}

html,
body {
  min-height: 100%;
}

html[data-bs-theme="dark"] {
  color-scheme: light !important;
}

body,
body.whuk-billing-body,
body.whuk-public-body {
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  color: var(--whuk-text) !important;
  background:
    linear-gradient(to right, var(--whuk-grad-start), var(--whuk-grad-end)) top/100% 245px no-repeat,
    #f8fafc !important;
  background-attachment: fixed;
}

body.whuk-public-body {
  padding: 0;
}

/* ------------------------------
   Header / top navigation
------------------------------ */
.whuk-billing-shell {
  max-width: 1220px;
}

.whuk-billing-header {
  padding-top: 20px;
  padding-bottom: 18px;
}

.whuk-billing-navbar,
.whuk-billing-navbar .container-fluid {
  background: transparent !important;
  border: 0 !important;
  padding-left: 0;
  padding-right: 0;
}

.whuk-billing-navbar .navbar-brand img {
  max-width: 220px;
  height: auto !important;
}

.whuk-billing-navbar .navbar-brand span {
  color: #ffffff !important;
  font-weight: 800;
}

.whuk-billing-navbar .navbar-collapse {
  justify-content: flex-end;
}

.whuk-billing-navbar .navbar-nav {
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}

.whuk-billing-navbar .navbar-nav .nav-link,
.whuk-billing-navbar .navbar-nav .btn.dropdown-toggle {
  color: rgba(255,255,255,0.92) !important;
  font-weight: 800;
  font-size: 14px;
  line-height: 1.2;
  border-radius: 999px;
  padding: 9px 13px !important;
  background: transparent !important;
  border: 0 !important;
  text-decoration: none !important;
  transition: background 0.2s ease, transform 0.2s ease, color 0.2s ease;
}

.whuk-billing-navbar .navbar-nav .nav-link:hover,
.whuk-billing-navbar .navbar-nav .nav-link:focus,
.whuk-billing-navbar .navbar-nav .btn.dropdown-toggle:hover,
.whuk-billing-navbar .navbar-nav .btn.dropdown-toggle:focus {
  background: rgba(255,255,255,0.10) !important;
  color: #ffffff !important;
  transform: translateY(-1px);
}

.whuk-billing-navbar .whuk-portal-btn,
.whuk-billing-navbar .btn-outline-primary {
  background: #ffffff !important;
  border-color: #ffffff !important;
  color: var(--whuk-navy) !important;
  border-radius: 999px;
  font-weight: 900;
  padding: 9px 16px !important;
  box-shadow: 0 10px 24px rgba(0,0,0,0.18);
}

.whuk-billing-navbar .form-select,
.whuk-billing-navbar select {
  background-color: rgba(255,255,255,0.08) !important;
  border: 1px solid rgba(255,255,255,0.22) !important;
  color: #ffffff !important;
  border-radius: 999px !important;
  font-weight: 800;
  font-size: 13px;
  min-width: 150px;
  box-shadow: none !important;
}

.whuk-billing-navbar .form-select option,
.whuk-billing-navbar select option {
  color: var(--whuk-navy) !important;
  background: #ffffff !important;
}

.whuk-billing-navbar .navbar-toggler {
  border: 1px solid rgba(255,255,255,0.35) !important;
  border-radius: 12px;
  padding: 8px 10px;
  background: rgba(255,255,255,0.08) !important;
}

.whuk-billing-navbar .navbar-toggler-icon {
  filter: invert(1);
}

/* ------------------------------
   Main white billing shell
------------------------------ */
.whuk-billing-main {
  background: #ffffff !important;
  border: 1px solid rgba(255,255,255,0.75) !important;
  border-radius: 24px;
  box-shadow: 0 24px 70px rgba(2, 6, 23, 0.22);
  padding: 22px;
  margin-bottom: 28px;
}

.whuk-billing-main > .row {
  align-items: flex-start;
}

#wrapper,
.content-block {
  min-height: 100%;
}

.content-block,
section[role="main"] {
  color: var(--whuk-text) !important;
}

.content-block h1,
.content-block h2,
.content-block h3,
.content-block h4,
.content-block h5,
.content-block h6,
.whuk-public-body h1,
.whuk-public-body h2,
.whuk-public-body h3,
.whuk-public-body h4,
.whuk-public-body h5,
.whuk-public-body h6 {
  color: var(--whuk-text) !important;
}

.content-block p,
.content-block span,
.content-block label,
.whuk-public-body p,
.whuk-public-body span,
.whuk-public-body label {
  color: inherit;
}

/* ------------------------------
   Sidebar / account menu
------------------------------ */
.whuk-billing-sidebar {
  position: sticky;
  top: 18px;
}

#sidebarMenu .offcanvas-body,
.whuk-billing-sidebar #sidebarMenu .offcanvas-body {
  background: #ffffff !important;
  border: 1px solid var(--whuk-border) !important;
  border-radius: 20px;
  padding: 14px;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.07);
}

#sidebarMenu .nav-link {
  color: #1e293b !important;
  border-bottom: 1px solid rgba(15,23,42,0.06);
  border-radius: 12px;
  font-weight: 800;
  padding: 11px 12px;
  margin-bottom: 4px;
  background: transparent !important;
}

#sidebarMenu .nav-item:last-child .nav-link {
  border-bottom: 0;
}

#sidebarMenu .nav-link:hover,
#sidebarMenu .nav-link:focus,
#sidebarMenu .nav-link.active {
  background: rgba(15, 19, 37, 0.06) !important;
  color: var(--whuk-navy) !important;
  transform: translateX(2px);
}

#sidebarMenu .svg-icon,
#sidebarMenu .svg-icon path,
.svg-icon,
.svg-icon path {
  fill: var(--whuk-navy) !important;
  color: var(--whuk-navy) !important;
}

/* ------------------------------
   Cards, forms, tables
------------------------------ */
.card,
.card-body,
.well,
.list-group,
.table,
.alert,
.box,
.invoice,
.clientarea-box,
.content-box {
  border-radius: 18px !important;
}

.card,
.well,
.clientarea-box,
.content-box,
.list-group-item {
  background: #ffffff !important;
  color: var(--whuk-text) !important;
  border-color: var(--whuk-border) !important;
}

.card,
.well,
.clientarea-box,
.content-box {
  border: 1px solid var(--whuk-border) !important;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.08) !important;
}

.card-header,
.modal-header,
.offcanvas-header {
  background: #f8fafc !important;
  color: var(--whuk-text) !important;
  border-color: rgba(15, 23, 42, 0.08) !important;
  border-radius: 18px 18px 0 0 !important;
}

.table {
  overflow: hidden;
  border-color: rgba(15, 23, 42, 0.10) !important;
}

.table thead th {
  background: var(--whuk-navy) !important;
  color: #ffffff !important;
  border-color: rgba(255,255,255,0.08) !important;
}

.form-control,
.form-select,
.input-group-text,
select,
textarea,
input {
  border-radius: 12px !important;
  border-color: rgba(15, 23, 42, 0.14) !important;
}

.form-control,
.form-select,
textarea,
input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"] {
  background-color: #ffffff !important;
  color: var(--whuk-text) !important;
}

.form-control:focus,
.form-select:focus,
textarea:focus,
input:focus {
  border-color: var(--whuk-blue) !important;
  box-shadow: 0 0 0 0.2rem rgba(29, 78, 216, 0.14) !important;
}

.btn {
  border-radius: 999px !important;
  font-weight: 900 !important;
}

.btn-primary,
.btn-success {
  background: linear-gradient(to right, var(--whuk-grad-start), var(--whuk-grad-end)) !important;
  border-color: var(--whuk-grad-start) !important;
  color: #ffffff !important;
  box-shadow: 0 12px 26px rgba(15, 19, 37, 0.22);
}

.btn-primary:hover,
.btn-success:hover {
  filter: brightness(1.08);
  transform: translateY(-1px);
}

.btn-outline-primary {
  color: var(--whuk-navy) !important;
  border-color: var(--whuk-navy) !important;
}

.btn-outline-primary:hover {
  background: var(--whuk-navy) !important;
  border-color: var(--whuk-navy) !important;
  color: #ffffff !important;
}

.badge.bg-info,
.badge.text-bg-info {
  background: var(--whuk-blue) !important;
  color: #ffffff !important;
}

.badge.bg-success,
.badge.text-bg-success {
  background: #15803d !important;
  color: #ffffff !important;
}

.breadcrumb {
  background: #f8fafc !important;
  border: 1px solid rgba(15,23,42,0.08) !important;
  border-radius: 999px;
  padding: 8px 14px;
}

.breadcrumb,
.breadcrumb .breadcrumb-item,
.breadcrumb .breadcrumb-item.active {
  color: var(--whuk-muted) !important;
}

.breadcrumb a {
  color: var(--whuk-blue) !important;
}

.dropdown-menu {
  border-radius: 16px;
  border: 1px solid rgba(15,23,42,0.10) !important;
  box-shadow: 0 20px 48px rgba(15, 23, 42, 0.16);
}

.dropdown-item {
  border-radius: 10px;
  font-weight: 700;
  color: var(--whuk-text) !important;
}

/* ------------------------------
   Order/product pages
   Covers both layout_default and layout_public.
------------------------------ */
#orderbutton,
#orderbutton.card,
#orderbutton .card,
#orderbutton .card-body,
#orderManager,
.whuk-public-body #orderManager,
.whuk-billing-body #orderManager {
  background: #ffffff !important;
  color: var(--whuk-text) !important;
  border-color: var(--whuk-border) !important;
}

#orderbutton.card {
  border: 1px solid var(--whuk-border) !important;
  box-shadow: 0 24px 70px rgba(2, 6, 23, 0.16) !important;
  border-radius: 24px !important;
}

#orderManager {
  border-radius: 18px !important;
  overflow: hidden;
}

#orderManager .accordion-item,
.accordion-item {
  background: #ffffff !important;
  color: var(--whuk-text) !important;
  border: 1px solid rgba(15, 23, 42, 0.11) !important;
  overflow: hidden;
  margin-bottom: 10px;
  border-radius: 14px !important;
  box-shadow: 0 8px 24px rgba(15,23,42,0.05);
}

#orderManager .accordion-header,
#orderManager .accordion-header h2,
#orderManager h2.accordion-header {
  background: #ffffff !important;
  color: var(--whuk-text) !important;
}

#orderManager .accordion-button,
#orderManager .accordion-header button,
.accordion-button,
.accordion-header button {
  background: #ffffff !important;
  color: var(--whuk-text) !important;
  font-weight: 900 !important;
  box-shadow: none !important;
  border: 0 !important;
}

#orderManager .accordion-button:not(.collapsed),
#orderManager .accordion-header button:not(.collapsed),
.accordion-button:not(.collapsed),
.accordion-header button:not(.collapsed) {
  background: #f8fafc !important;
  color: var(--whuk-text) !important;
}

#orderManager .accordion-button::after,
.accordion-button::after {
  filter: none !important;
}

#orderManager .accordion-body,
.accordion-body {
  background: #ffffff !important;
  color: #334155 !important;
  border-top: 1px solid rgba(15,23,42,0.08);
}

#orderManager .accordion-body h1,
#orderManager .accordion-body h2,
#orderManager .accordion-body h3,
#orderManager .accordion-body h4,
#orderManager .accordion-body h5,
#orderManager .accordion-body h6 {
  color: var(--whuk-text) !important;
}

#orderManager .list-group-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid rgba(15,23,42,0.08) !important;
  border-radius: 12px !important;
  margin-bottom: 8px;
  padding: 12px 14px;
  color: var(--whuk-text) !important;
  background: #ffffff !important;
}

#orderManager .list-group-item:hover,
#orderManager .list-group-item:focus {
  background: #f8fafc !important;
  color: var(--whuk-text) !important;
  text-decoration: none !important;
}

#orderManager .text-muted,
#orderbutton .text-muted {
  color: var(--whuk-muted) !important;
}

/* Kill Bootstrap dark utility colours inside billing/order content. */
.content-block .bg-dark,
.content-block .text-bg-dark,
.content-block .card.bg-dark,
.content-block .card.text-bg-dark,
.whuk-public-body .bg-dark,
.whuk-public-body .text-bg-dark,
.whuk-public-body .card.bg-dark,
.whuk-public-body .card.text-bg-dark,
#orderbutton .bg-dark,
#orderbutton .text-bg-dark {
  background: #ffffff !important;
  color: var(--whuk-text) !important;
  border-color: var(--whuk-border) !important;
}

.content-block .bg-dark *,
.content-block .text-bg-dark *,
.whuk-public-body .bg-dark *,
.whuk-public-body .text-bg-dark *,
#orderbutton .bg-dark *,
#orderbutton .text-bg-dark * {
  color: var(--whuk-text) !important;
}

/* Public/login/order layout wrapper if a public page renders without default shell. */
.whuk-public-body > .row,
.whuk-public-body > .container,
.whuk-public-body #orderbutton {
  max-width: 920px;
  margin-left: auto !important;
  margin-right: auto !important;
}

.whuk-public-body > .row {
  padding: 145px 18px 40px;
}

/* ------------------------------
   Footer
------------------------------ */
.whuk-billing-footer {
  color: rgba(255,255,255,0.74) !important;
  border-top: 1px solid rgba(255,255,255,0.10);
  padding-top: 22px;
  padding-bottom: 24px;
  margin-top: 6px;
}

.whuk-billing-footer a {
  color: rgba(255,255,255,0.86) !important;
}

.whuk-billing-footer a:hover {
  color: #ffffff !important;
}

.whuk-footer-badge {
  display: inline-block;
  border: 1px solid rgba(255,255,255,0.14);
  background: rgba(255,255,255,0.06);
  color: rgba(255,255,255,0.82);
  border-radius: 999px;
  padding: 4px 9px;
  font-size: 12px;
  font-weight: 700;
  margin: 0 3px 6px 0;
}

@media (max-width: 991.98px) {
  body,
  body.whuk-billing-body,
  body.whuk-public-body {
    background:
      linear-gradient(to right, var(--whuk-grad-start), var(--whuk-grad-end)) top/100% 220px no-repeat,
      #f8fafc !important;
  }

  .whuk-billing-main {
    border-radius: 20px;
    padding: 14px;
  }

  .whuk-billing-navbar .navbar-collapse {
    background: rgba(15, 19, 37, 0.98) !important;
    border: 1px solid rgba(255,255,255,0.10);
    border-radius: 18px;
    margin-top: 12px;
    padding: 12px;
  }

  .whuk-billing-navbar .navbar-nav {
    align-items: stretch;
    gap: 4px;
  }

  .whuk-billing-navbar .navbar-nav .nav-link,
  .whuk-billing-navbar .navbar-nav .btn.dropdown-toggle {
    display: block;
    width: 100%;
    text-align: left;
  }

  .whuk-billing-navbar .form-select,
  .whuk-billing-navbar select {
    width: 100%;
    margin: 6px 0;
  }
}

@media (max-width: 767.98px) {
  .whuk-billing-header {
    padding-top: 14px;
  }

  .whuk-billing-navbar .navbar-brand img {
    max-width: 180px;
  }

  .whuk-billing-main {
    margin-left: -2px;
    margin-right: -2px;
  }

  .whuk-public-body > .row {
    padding-top: 110px;
  }
}

/* -------------------------------------------------
   v4 polish: wider public login/signup forms + no pill buttons
   Scope: FOSSBilling theme only.
------------------------------------------------- */

/* Buttons should match the main website style without pill rounding. */
.btn,
button,
input[type="submit"],
input[type="button"],
.whuk-billing-navbar .navbar-nav .nav-link,
.whuk-billing-navbar .navbar-nav .btn.dropdown-toggle,
.whuk-billing-navbar .whuk-portal-btn,
.whuk-billing-navbar .btn-outline-primary,
.whuk-billing-navbar .form-select,
.whuk-billing-navbar select,
.whuk-footer-badge {
  border-radius: 6px !important;
}

/* Keep form controls neat but not overly rounded. */
.form-control,
.form-select,
.input-group-text,
select,
textarea,
input,
.breadcrumb,
.dropdown-menu,
.dropdown-item,
.card,
.card-body,
.well,
.list-group,
.table,
.alert,
.box,
.invoice,
.clientarea-box,
.content-box,
#orderbutton.card,
#orderManager,
#orderManager .accordion-item,
.accordion-item,
#orderManager .list-group-item {
  border-radius: 8px !important;
}

/* Desktop public pages: login and signup should not be squeezed into a tiny column. */
@media (min-width: 992px) {
  body.whuk-public-body > .container,
  body.whuk-public-body > .row,
  body.whuk-public-body .container.container-sm,
  body.whuk-public-body .container.container-md,
  body.whuk-public-body .container.container-lg,
  body.whuk-public-body .container.container-xl,
  body.whuk-public-body .container.container-xxl {
    max-width: 760px !important;
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  body.whuk-public-body > .row {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }

  body.whuk-public-body .row {
    justify-content: center !important;
  }

  body.whuk-public-body .row > .col,
  body.whuk-public-body .row > .col-auto,
  body.whuk-public-body .row > .col-12,
  body.whuk-public-body .row > .col-sm-12,
  body.whuk-public-body .row > .col-md-4,
  body.whuk-public-body .row > .col-md-5,
  body.whuk-public-body .row > .col-md-6,
  body.whuk-public-body .row > .col-lg-4,
  body.whuk-public-body .row > .col-lg-5,
  body.whuk-public-body .row > .col-lg-6,
  body.whuk-public-body .row > .col-xl-4,
  body.whuk-public-body .row > .col-xl-5,
  body.whuk-public-body .row > .col-xl-6 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    width: 100% !important;
  }

  body.whuk-public-body .card,
  body.whuk-public-body form,
  body.whuk-public-body .form-horizontal,
  body.whuk-public-body .card-body {
    width: 100% !important;
    max-width: 100% !important;
  }
}

/* Login/signup card spacing. */
body.whuk-public-body .card,
body.whuk-public-body .well,
body.whuk-public-body .content-box,
body.whuk-public-body .clientarea-box {
  padding: 6px !important;
}

body.whuk-public-body .card-body,
body.whuk-public-body form {
  padding: 8px !important;
}

body.whuk-public-body .btn {
  min-height: 42px;
  padding-left: 18px !important;
  padding-right: 18px !important;
}

/* -------------------------------------------------
   v5 polish: signup form two-column desktop layout
   Keeps login page single-column. FOSSBilling theme only.
------------------------------------------------- */
@media (min-width: 992px) {
  body.page-signup.whuk-public-body > .container,
  body.page-signup.whuk-public-body > .row,
  body.page-signup.whuk-public-body .container.container-sm,
  body.page-signup.whuk-public-body .container.container-md,
  body.page-signup.whuk-public-body .container.container-lg,
  body.page-signup.whuk-public-body .container.container-xl,
  body.page-signup.whuk-public-body .container.container-xxl {
    max-width: 1040px !important;
  }

  body.page-signup.whuk-public-body .row > .col-md-6.col-lg-4,
  body.page-signup.whuk-public-body .row > .col-lg-4,
  body.page-signup.whuk-public-body .row > .col-md-6 {
    flex: 0 0 100% !important;
    max-width: 960px !important;
    width: 100% !important;
  }

  body.page-signup .card-body {
    padding: 26px !important;
  }

  body.page-signup .card-body h1 {
    margin-top: 10px !important;
    margin-bottom: 26px !important;
  }

  body.page-signup form.api-form.auth {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 18px;
    row-gap: 0;
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
  }

  body.page-signup form.api-form.auth > .mb-3 {
    margin-bottom: 16px !important;
  }

  /* Full-width rows that should not be squeezed into one column. */
  body.page-signup form.api-form.auth > input[type="hidden"],
  body.page-signup form.api-form.auth > .form-check,
  body.page-signup form.api-form.auth > .form-actions,
  body.page-signup form.api-form.auth > .mb-1,
  body.page-signup form.api-form.auth > .g-recaptcha,
  body.page-signup form.api-form.auth > .cf-turnstile,
  body.page-signup form.api-form.auth > [data-sitekey],
  body.page-signup form.api-form.auth > script {
    grid-column: 1 / -1 !important;
  }

  body.page-signup form.api-form.auth > .form-actions {
    margin-top: 8px;
  }
}

@media (max-width: 991.98px) {
  body.page-signup form.api-form.auth {
    display: block !important;
  }
}

/* -------------------------------------------------
   v6 fix: keep signup terms and register button full-width
   The v5 desktop grid should only split input-field rows.
------------------------------------------------- */
@media (min-width: 992px) {
  body.page-signup form.api-form.auth > .mb-3:has(input[type="checkbox"]),
  body.page-signup form.api-form.auth > .mb-3:has(.form-check-input),
  body.page-signup form.api-form.auth > .mb-3:has(button[type="submit"]),
  body.page-signup form.api-form.auth > .mb-3:has(input[type="submit"]),
  body.page-signup form.api-form.auth > .mb-3:has(.btn[type="submit"]),
  body.page-signup form.api-form.auth > .mb-3:has(.btn-primary),
  body.page-signup form.api-form.auth > div:has(> button[type="submit"]),
  body.page-signup form.api-form.auth > div:has(> input[type="submit"]),
  body.page-signup form.api-form.auth > div:has(> .btn[type="submit"]),
  body.page-signup form.api-form.auth > div:has(> .btn-primary) {
    grid-column: 1 / -1 !important;
  }

  body.page-signup form.api-form.auth > .mb-3:has(input[type="checkbox"]),
  body.page-signup form.api-form.auth > .mb-3:has(.form-check-input) {
    margin-top: 4px !important;
  }

  body.page-signup form.api-form.auth > .mb-3:has(button[type="submit"]),
  body.page-signup form.api-form.auth > .mb-3:has(input[type="submit"]),
  body.page-signup form.api-form.auth > .mb-3:has(.btn[type="submit"]),
  body.page-signup form.api-form.auth > .mb-3:has(.btn-primary),
  body.page-signup form.api-form.auth > div:has(> button[type="submit"]),
  body.page-signup form.api-form.auth > div:has(> input[type="submit"]),
  body.page-signup form.api-form.auth > div:has(> .btn[type="submit"]),
  body.page-signup form.api-form.auth > div:has(> .btn-primary) {
    margin-top: 6px !important;
  }

  body.page-signup form.api-form.auth button[type="submit"],
  body.page-signup form.api-form.auth input[type="submit"],
  body.page-signup form.api-form.auth .btn-primary {
    width: 100% !important;
  }
}


/* -------------------------------------------------
   v7 signup template fix
   Uses explicit classes added by GREP-targeted signup template.
   Only field rows are 2 columns; terms and submit button span full width.
------------------------------------------------- */
@media (min-width: 992px) {
  body.page-signup form.api-form.auth > .whuk-signup-field {
    grid-column: auto !important;
  }

  body.page-signup form.api-form.auth > .whuk-signup-terms,
  body.page-signup form.api-form.auth > .whuk-signup-actions,
  body.page-signup form.api-form.auth > .whuk-signup-implicit-terms {
    grid-column: 1 / -1 !important;
    width: 100% !important;
  }

  body.page-signup form.api-form.auth > .whuk-signup-terms {
    margin-top: 8px !important;
    margin-bottom: 14px !important;
  }

  body.page-signup form.api-form.auth > .whuk-signup-actions {
    margin-top: 4px !important;
    margin-bottom: 16px !important;
  }

  body.page-signup form.api-form.auth > .whuk-signup-actions .btn,
  body.page-signup form.api-form.auth > .whuk-signup-actions button[type="submit"] {
    display: block !important;
    width: 100% !important;
  }
}
