:root {
  --cb-cherry: #9d2337;
  --cb-cherry-deep: #581425;
  --cb-cherry-hot: #d93b52;
  --cb-leaf: #467850;
  --cb-gold: #d8a33f;
  --cb-ink: #171817;
  --cb-muted: #61665f;
  --cb-line: #e7e2dc;
  --cb-mist: #f6f7f2;
  --cb-white: #ffffff;
}

body.skin-default {
  min-height: 100svh;
  color: var(--cb-ink);
  background:
    radial-gradient(circle at 12% 4%, rgba(217, 59, 82, 0.1), transparent 30%),
    radial-gradient(circle at 92% 12%, rgba(70, 120, 80, 0.12), transparent 28%),
    linear-gradient(180deg, #fbfaf7, #fff);
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.cb-auth-page .loginwrapper,
.cb-auth-page .lg-inner-column {
  min-height: 100svh;
}

.cb-auth-page .lg-inner-column {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(420px, 0.95fr);
  background: transparent;
}

.cb-auth-showcase {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: flex;
  min-height: 100svh;
  align-items: center;
  padding: clamp(34px, 5vw, 70px);
  color: var(--cb-white);
  background:
    radial-gradient(circle at 88% 12%, rgba(217, 59, 82, 0.58), transparent 34%),
    linear-gradient(135deg, #070103, #34101b 52%, #681a2d);
}

.cb-auth-showcase::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px);
  background-size: 76px 76px;
  mask-image: linear-gradient(90deg, #000, rgba(0, 0, 0, 0.62), #000);
}

.cb-auth-showcase::after {
  content: "";
  position: absolute;
  inset: -20% -30%;
  z-index: -1;
  background: linear-gradient(105deg, transparent 32%, rgba(255, 255, 255, 0.14), transparent 48%);
  transform: rotate(8deg);
}

.cb-auth-showcase-inner {
  width: min(720px, 100%);
}

.cb-auth-brand,
.cb-auth-mobile-brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: inherit;
  font-weight: 900;
  text-decoration: none;
}

.cb-auth-brand img,
.cb-auth-mobile-brand img {
  width: 122px;
  height: auto;
}

.cb-auth-brand span,
.cb-auth-mobile-brand span {
  min-height: 30px;
  padding-left: 14px;
  border-left: 1px solid currentColor;
  font-size: 1rem;
}

.cb-auth-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: clamp(34px, 6vw, 60px) 0 18px;
  padding: 9px 14px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.84);
  background: rgba(255, 255, 255, 0.08);
  font-size: 0.82rem;
  font-weight: 900;
}

.cb-auth-badge span {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 50%;
  color: var(--cb-white);
  background: var(--cb-cherry-hot);
}

.cb-auth-showcase h1 {
  max-width: 670px;
  margin: 0;
  color: var(--cb-white);
  font-size: clamp(3rem, 5.8vw, 5.8rem);
  font-weight: 900;
  line-height: 0.96;
}

.cb-auth-copy {
  max-width: 620px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: clamp(1rem, 1.5vw, 1.18rem);
  line-height: 1.65;
}

.cb-auth-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 34px;
}

.cb-auth-metrics div,
.cb-auth-preview,
.cb-auth-action-card {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.09);
}

.cb-auth-metrics div {
  padding: 16px;
}

.cb-auth-metrics span,
.cb-auth-metrics strong {
  display: block;
}

.cb-auth-metrics span {
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.cb-auth-metrics strong {
  margin-top: 8px;
  color: var(--cb-white);
  font-size: 1.15rem;
  font-weight: 900;
}

.cb-auth-preview {
  position: relative;
  overflow: hidden;
  margin-top: 24px;
  min-height: 230px;
  background:
    radial-gradient(circle at 72% 18%, rgba(217, 59, 82, 0.28), transparent 34%),
    rgba(0, 0, 0, 0.26);
  box-shadow: 0 26px 90px rgba(0, 0, 0, 0.22);
}

.cb-auth-preview-top {
  display: flex;
  align-items: center;
  gap: 8px;
  height: 50px;
  padding: 0 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}

.cb-auth-preview-top span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--cb-gold);
}

.cb-auth-preview-top span:nth-child(2) {
  background: #dcefe1;
}

.cb-auth-preview-top span:nth-child(3) {
  background: var(--cb-cherry-hot);
}

.cb-auth-preview-top strong {
  margin-left: 8px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.8rem;
  font-weight: 900;
}

.cb-auth-score {
  display: grid;
  position: absolute;
  left: 26px;
  top: 78px;
  width: 128px;
  height: 128px;
  place-items: center;
  border-radius: 50%;
  background: conic-gradient(#dcefe1, var(--cb-gold), var(--cb-cherry-hot), #dcefe1);
}

.cb-auth-score span,
.cb-auth-score small {
  position: relative;
  z-index: 1;
  display: block;
  color: var(--cb-white);
  text-align: center;
}

.cb-auth-score span {
  font-size: 3.1rem;
  font-weight: 900;
  line-height: 1;
}

.cb-auth-score small {
  margin-top: -28px;
  font-size: 0.72rem;
  font-weight: 900;
}

.cb-auth-score::after {
  content: "";
  position: absolute;
  inset: 22px;
  border-radius: 50%;
  background: #5b1426;
}

.cb-auth-action-card {
  position: absolute;
  right: 24px;
  top: 84px;
  width: min(280px, 48%);
  padding: 16px;
}

.cb-auth-action-card span,
.cb-auth-action-card strong {
  display: block;
}

.cb-auth-action-card span {
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.cb-auth-action-card strong {
  margin-top: 8px;
  color: var(--cb-white);
  font-size: 1.05rem;
  font-weight: 900;
  line-height: 1.3;
}

.cb-auth-bars {
  position: absolute;
  right: 24px;
  bottom: 22px;
  display: flex;
  align-items: end;
  gap: 8px;
  width: min(280px, 48%);
  height: 52px;
}

.cb-auth-bars span {
  flex: 1;
  min-height: 14px;
  border-radius: 5px 5px 0 0;
  background: linear-gradient(180deg, var(--cb-gold), var(--cb-cherry-hot));
}

.cb-admin-auth-page .cb-admin-home-link {
  padding: 12px 16px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
  color: var(--cb-ink);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.16);
}

.cb-admin-auth-page .cb-admin-home-link span {
  color: var(--cb-cherry);
}

.cb-admin-auth-page .cb-admin-showcase {
  background:
    radial-gradient(circle at 88% 12%, rgba(217, 59, 82, 0.52), transparent 34%),
    radial-gradient(circle at 10% 92%, rgba(70, 120, 80, 0.26), transparent 30%),
    linear-gradient(135deg, #050303, #2c0e18 52%, #721e32);
}

.cb-admin-preview {
  min-height: 250px;
}

.cb-admin-console {
  position: absolute;
  left: 26px;
  top: 74px;
  display: grid;
  gap: 10px;
  width: min(300px, 48%);
}

.cb-admin-console div {
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.cb-admin-console span,
.cb-admin-console strong {
  display: block;
}

.cb-admin-console span {
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.cb-admin-console strong {
  margin-top: 5px;
  color: #fff;
  font-size: 1rem;
  font-weight: 900;
}

.cb-auth-form-column {
  display: flex;
  min-height: 100svh;
  align-items: flex-start;
  justify-content: center;
  padding: clamp(16px, 2.4vw, 34px);
  overflow-y: auto;
  background:
    radial-gradient(circle at 10% 0%, rgba(217, 59, 82, 0.07), transparent 28%),
    var(--cb-white);
}

.loginwrapper .inner-content {
  width: min(620px, 100%);
  height: auto !important;
  background: transparent !important;
}

.loginwrapper .auth-box.cb-auth-card {
  height: auto !important;
  min-height: auto;
  justify-content: flex-start !important;
  padding: clamp(20px, 2.6vw, 32px);
  border: 1px solid var(--cb-line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 26px 90px rgba(23, 24, 23, 0.12);
}

.cb-auth-heading p {
  margin: 0 0 6px;
  color: var(--cb-cherry);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.loginwrapper h4 {
  margin: 0;
  color: var(--cb-ink) !important;
  font-size: clamp(1.7rem, 3vw, 2.35rem);
  font-weight: 900 !important;
  line-height: 1;
}

.cb-product-login {
  margin: 16px 0 18px;
  padding: 12px;
  border: 1px solid var(--cb-line);
  border-radius: 8px;
  background:
    radial-gradient(circle at 0% 0%, rgba(217, 59, 82, 0.1), transparent 34%),
    linear-gradient(180deg, rgba(246, 247, 242, 0.94), rgba(255, 255, 255, 0.86));
}

.cb-product-login-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
}

.cb-product-login-head span {
  color: var(--cb-cherry);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.cb-product-login-head strong {
  color: var(--cb-ink);
  font-size: 0.84rem;
  font-weight: 900;
  text-align: right;
}

.cb-product-login-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.loginwrapper .cb-product-login-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 10px;
  min-height: 64px;
  align-items: center;
  padding: 10px 12px;
  border: 1px solid rgba(157, 35, 55, 0.12);
  border-radius: 8px;
  color: var(--cb-ink) !important;
  background: rgba(255, 255, 255, 0.82);
  text-decoration: none;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.loginwrapper .cb-product-login-card:hover,
.loginwrapper .cb-product-login-card:focus,
.loginwrapper .cb-product-login-card.is-active {
  border-color: rgba(217, 59, 82, 0.48);
  background: #fff;
  box-shadow: 0 16px 40px rgba(157, 35, 55, 0.12);
  transform: translateY(-2px);
}

.cb-product-login-card strong,
.cb-product-login-card small {
  display: block;
}

.cb-product-login-card strong {
  color: var(--cb-ink);
  font-size: 0.82rem;
  font-weight: 900;
  line-height: 1.15;
}

.cb-product-login-card small {
  margin-top: 3px;
  color: var(--cb-muted);
  font-size: 0.68rem;
  font-weight: 700;
  line-height: 1.25;
}

.cb-product-icon {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, var(--cb-cherry), var(--cb-cherry-hot));
  font-size: 0.66rem;
  font-weight: 900;
  box-shadow: 0 10px 22px rgba(157, 35, 55, 0.2);
}

.cb-product-login-card:nth-child(2) .cb-product-icon {
  background: linear-gradient(135deg, #4d7055, #84a569);
}

.cb-product-login-card:nth-child(3) .cb-product-icon {
  background: linear-gradient(135deg, #7d2c3e, #d8a33f);
}

.cb-product-login-card:nth-child(4) .cb-product-icon {
  background: linear-gradient(135deg, #5b1426, #d93b52);
}

.cb-product-login-card-wide {
  grid-column: 1 / -1;
}

.cb-auth-form {
  scroll-margin-top: 24px;
}

.cb-signup-page .cb-auth-showcase h1 {
  max-width: 720px;
  font-size: clamp(3rem, 5.35vw, 5.25rem);
}

.cb-signup-page .cb-auth-copy {
  max-width: 660px;
}

.cb-signup-page .cb-auth-bars {
  display: none;
}

.cb-signup-page .cb-auth-form-column {
  align-items: flex-start;
  padding-block: clamp(8px, 1.2vw, 16px);
}

.loginwrapper .auth-box.cb-signup-card {
  width: min(650px, 100%);
  padding: clamp(10px, 1.1vw, 16px);
}

.cb-signup-page .cb-auth-heading {
  margin-bottom: 6px !important;
}

.cb-signup-page .cb-auth-heading h4 {
  font-size: clamp(1.55rem, 2.25vw, 1.95rem);
}

.cb-signup-page .cb-auth-heading .text-base {
  font-size: 0.84rem;
  line-height: 1.25;
}

.cb-signup-page .cb-uk-workflow-entry {
  margin: 12px 0 14px !important;
  padding: 12px !important;
  border-color: rgba(157, 35, 55, 0.14) !important;
  background:
    radial-gradient(circle at 0% 0%, rgba(217, 59, 82, 0.08), transparent 32%),
    #fbfaf7 !important;
}

.cb-signup-page .cb-uk-workflow-entry > .flex {
  gap: 10px !important;
}

.cb-signup-page .cb-uk-workflow-entry .h-10 {
  width: 34px !important;
  height: 34px !important;
  border-radius: 8px !important;
  background: var(--cb-cherry-hot) !important;
}

.cb-signup-page .cb-uk-workflow-entry p:first-child {
  font-size: 0.9rem !important;
  line-height: 1.2;
}

.cb-signup-page .cb-uk-workflow-entry p + p {
  margin-top: 4px !important;
  font-size: 0.74rem !important;
  line-height: 1.38 !important;
}

.cb-signup-page .cb-uk-workflow-entry .mt-3 {
  margin-top: 8px !important;
  gap: 6px !important;
}

.cb-signup-page .cb-uk-workflow-entry .badge {
  min-height: 24px;
  padding: 4px 9px;
  border-radius: 6px;
  font-size: 0.68rem;
  line-height: 1;
}

.cb-signup-form {
  display: grid;
  gap: 7px;
  padding-top: 8px;
}

.cb-signup-form.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  margin-top: 0 !important;
}

.cb-signup-page .grid.gap-6 {
  gap: 8px !important;
}

.cb-signup-page .form-label {
  margin-bottom: 4px !important;
  font-size: 0.74rem;
  line-height: 1.2;
}

.cb-signup-page .form-control {
  height: 39px !important;
  min-height: 39px !important;
  font-size: 0.86rem;
  line-height: 1.15;
  padding-block: 6px !important;
}

.cb-signup-page .input-area p {
  display: none;
}

.cb-signup-entity-select {
  font-weight: 900 !important;
}

.cb-signup-entity-hint {
  margin-top: 6px;
  color: var(--cb-muted);
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1.35;
}

.cb-signup-page .btn-primary,
.cb-signup-page .btn-light {
  height: 40px !important;
  min-height: 40px !important;
  padding-block: 8px !important;
}

.cb-signup-divider {
  margin: 5px 0 !important;
}

.cb-signup-page .cb-auth-signup {
  margin-top: 14px !important;
  font-size: 0.74rem;
}

@media (min-width: 1280px) {
  .cb-signup-form {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 12px;
    row-gap: 7px;
  }

  .cb-signup-form .cb-field-wide,
  .cb-signup-form > button {
    grid-column: 1 / -1;
  }
}

.cb-verify-page .cb-auth-showcase h1 {
  max-width: 730px;
  font-size: clamp(3rem, 5.4vw, 5.4rem);
}

.cb-verify-page .cb-auth-form-column {
  padding-block: clamp(14px, 2vw, 28px);
}

.loginwrapper .auth-box.cb-verify-card {
  width: min(590px, 100%);
}

.cb-verify-form {
  margin-top: 18px;
}

.cb-verify-code {
  font-size: 1.2rem !important;
  letter-spacing: 0.2em;
  text-align: center;
}

.cb-resend-form {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 16px;
  color: var(--cb-muted);
  font-size: 0.84rem;
  font-weight: 800;
}

.cb-resend-form button {
  color: var(--cb-cherry) !important;
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.cb-verify-note {
  margin-top: 18px;
  padding: 14px 16px;
  border: 1px solid rgba(157, 35, 55, 0.14);
  border-radius: 8px;
  color: var(--cb-muted);
  background: #fbfaf7;
  font-size: 0.84rem;
  font-weight: 700;
  line-height: 1.5;
}

.cb-verify-note strong {
  display: block;
  margin-bottom: 2px;
  color: var(--cb-ink);
  font-weight: 900;
}

.cb-recovery-page .cb-auth-showcase h1 {
  max-width: 720px;
  font-size: clamp(3rem, 5.3vw, 5.25rem);
}

.loginwrapper .auth-box.cb-recovery-card {
  width: min(590px, 100%);
}

.cb-recovery-page .cb-auth-form {
  margin-top: 18px;
}

.loginwrapper .form-label,
.loginwrapper a {
  color: #111827 !important;
}

.loginwrapper .text-slate-500,
.loginwrapper .dark\:text-slate-400 {
  color: #667085 !important;
}

.loginwrapper .form-control {
  min-height: 46px;
  border-color: var(--cb-line) !important;
  border-radius: 8px !important;
  padding-inline: 16px !important;
  color: var(--cb-ink) !important;
  background: #fff !important;
  font-weight: 700;
}

.loginwrapper .form-control:focus {
  border-color: var(--cb-cherry-hot) !important;
  box-shadow: 0 0 0 4px rgba(217, 59, 82, 0.12) !important;
}

.loginwrapper .btn-primary {
  min-height: 48px;
  border-color: var(--cb-cherry-hot) !important;
  border-radius: 8px !important;
  background: var(--cb-cherry-hot) !important;
  color: #fff !important;
  font-weight: 900;
}

.loginwrapper .btn-light {
  min-height: 48px;
  border: 1px solid var(--cb-line) !important;
  border-radius: 8px !important;
  background: #fbfaf7 !important;
  color: var(--cb-ink) !important;
  font-weight: 850;
}

.cb-google-button img {
  width: 22px !important;
}

.cb-auth-divider {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 14px 0;
  color: #8a8f88;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.cb-auth-divider::before,
.cb-auth-divider::after {
  content: "";
  flex: 1;
  height: 1px;
  background: var(--cb-line);
}

.cb-auth-signup {
  margin-top: 22px !important;
  text-align: center;
}

.cb-admin-footer {
  margin-top: 24px;
  color: #98a2b3;
  font-size: 0.82rem;
  font-weight: 700;
}

html.dark body.skin-default {
  background:
    radial-gradient(circle at 12% 4%, rgba(217, 59, 82, 0.16), transparent 30%),
    linear-gradient(180deg, #110b0e, #0f0f0f);
  color: #f7f2ee;
}

html.dark .cb-auth-form-column {
  background: #110b0e;
}

html.dark .loginwrapper .auth-box.cb-auth-card {
  border-color: rgba(255, 255, 255, 0.12);
  background: #161012;
}

html.dark .cb-product-login {
  border-color: rgba(255, 255, 255, 0.12);
  background:
    radial-gradient(circle at 0% 0%, rgba(217, 59, 82, 0.16), transparent 34%),
    linear-gradient(180deg, rgba(42, 24, 30, 0.86), rgba(22, 16, 18, 0.94));
}

html.dark .cb-product-login-head strong,
html.dark .cb-product-login-card strong {
  color: #f7f2ee;
}

html.dark .cb-product-login-card small {
  color: #d7c9c2;
}

html.dark .loginwrapper .cb-product-login-card {
  border-color: rgba(255, 255, 255, 0.12);
  color: #f7f2ee !important;
  background: rgba(255, 255, 255, 0.055);
}

html.dark .loginwrapper .cb-product-login-card:hover,
html.dark .loginwrapper .cb-product-login-card:focus,
html.dark .loginwrapper .cb-product-login-card.is-active {
  border-color: rgba(217, 59, 82, 0.68);
  background: rgba(255, 255, 255, 0.09);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.22);
}

html.dark .loginwrapper h4,
html.dark .loginwrapper .form-label,
html.dark .loginwrapper a,
html.dark .loginwrapper .text-slate-900,
html.dark .loginwrapper .dark\:text-white {
  color: #f7f2ee !important;
}

html.dark .loginwrapper .text-slate-500,
html.dark .loginwrapper .dark\:text-slate-400 {
  color: #d7c9c2 !important;
}

html.dark .loginwrapper .form-control {
  border-color: rgba(255, 255, 255, 0.12) !important;
  background: #110b0e !important;
  color: #f7f2ee !important;
}

html.dark .loginwrapper .form-control::placeholder {
  color: #aa9b95 !important;
}

html.dark .loginwrapper .btn-light {
  border-color: rgba(255, 255, 255, 0.12) !important;
  background: #1d1518 !important;
  color: #f7f2ee !important;
}

@media (max-width: 1023px) {
  .cb-auth-page .lg-inner-column {
    grid-template-columns: 1fr;
  }

  .cb-auth-showcase {
    display: none;
  }

  .cb-auth-form-column {
    min-height: 100svh;
    padding: 24px;
  }

  .loginwrapper .auth-box.cb-auth-card {
    width: 100%;
    box-shadow: none;
  }

  .loginwrapper .mobile-logo {
    margin-bottom: 28px !important;
    text-align: left !important;
  }

  .cb-auth-mobile-brand img {
    width: 132px !important;
    margin: 0 !important;
  }
}

@media (max-width: 520px) {
  .cb-auth-form-column {
    padding: 0;
    align-items: stretch;
  }

  .loginwrapper .auth-box.cb-auth-card {
    min-height: 100svh;
    justify-content: center !important;
    border: 0;
    border-radius: 0;
    padding: 34px 24px;
  }

  .loginwrapper h4 {
    font-size: 2.35rem;
  }

  .cb-product-login {
    margin: 20px 0;
    padding: 14px;
  }

  .cb-product-login-head {
    display: block;
  }

  .cb-product-login-head strong {
    display: block;
    margin-top: 4px;
    text-align: left;
  }

  .cb-product-login-grid {
    grid-template-columns: 1fr;
  }

  .loginwrapper .cb-product-login-card {
    min-height: 78px;
  }

  .cb-auth-signup {
    margin-top: 32px !important;
  }

  .loginwrapper .auth-box.cb-signup-card {
    justify-content: flex-start !important;
    padding: 22px 20px;
  }

  .loginwrapper .auth-box.cb-verify-card {
    justify-content: center !important;
  }

  .cb-signup-page .cb-auth-heading h4 {
    font-size: 2rem;
  }

  .cb-resend-form {
    display: grid;
    justify-items: center;
  }

  .cb-signup-page .cb-uk-workflow-entry .badge {
    font-size: 0.64rem;
  }
}
