html,
body {
  min-height: 100%;
}

body {
  margin: 0;
  margin-top: 65px;
}
body.mobile-auth-layout {
  margin-top: 0;
  min-height: 100vh;
}
body.preview-page {
  margin-top: 0;
  height: 100vh;
  overflow: hidden;
  background: #0f2f46;
}
.navbar {
  min-height: 7em;
}
.navbar-inverse {
  background-color: #E7E7E6 !important;
  border-color: #245961 !important;
  border-bottom-width: 4px;
}
.navbar-header {
  position: relative;
  min-height: 6.7em;
}
.navbar-brand {
  height: 100%;
  width: 100%;
}
.navbar-brand > img {
  display: block;
  margin: 0 auto;
}
.navbar-brand > .icon-banner {
  position: relative;
  top: -2px;
  display: inline;
  display: block;
  margin: 0 auto;
}
.icon {
  position: relative;
  top: -10px;
}
.logged-out iframe {
  display: none;
  width: 0;
  height: 0;
}
.page-consent .client-logo {
  float: left;
}
.page-consent .client-logo img {
  width: 80px;
  height: 80px;
}
.page-consent .consent-buttons {
  margin-top: 25px;
}
.page-consent .consent-form .consent-scopecheck {
  display: inline-block;
  margin-right: 5px;
}
.page-consent .consent-form .consent-description {
  margin-left: 25px;
}
.page-consent .consent-form .consent-description label {
  font-weight: normal;
}
.page-consent .consent-form .consent-remember {
  padding-left: 16px;
}
.grants .page-header {
  margin-bottom: 10px;
}
.grants .grant {
  margin-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid lightgray;
}
.grants .grant img {
  width: 100px;
  height: 100px;
}
.grants .grant .clientname {
  font-size: 140%;
  font-weight: bold;
}
.grants .grant .granttype {
  font-size: 120%;
  font-weight: bold;
}
.grants .grant .created {
  font-size: 120%;
  font-weight: bold;
}
.grants .grant .expires {
  font-size: 120%;
  font-weight: bold;
}
.grants .grant li {
  list-style-type: none;
  display: inline;
}
.grants .grant li:after {
  content: ', ';
}
.grants .grant li:last-child:after {
  content: '';
}
.log-out-text {
  font-size: 1.5em;
}
.container-fluid {
  min-height: 6.7em;
}
.mobile-auth-body-content {
  width: 100%;
  max-width: none;
  padding-left: 15px;
  padding-right: 15px;
}

body.mobile-auth-layout .mobile-auth-body-content {
  display: flex;
  align-items: stretch;
  min-height: 100vh;
  padding-left: 0;
  padding-right: 0;
}

body.mobile-auth-layout .mobile-auth-shell {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  margin: 0;
  box-sizing: border-box;
}

.container.mobile-auth-body-content {
  width: 100%;
}

.mobile-auth-shell {
  position: relative;
  min-height: 100%;
  margin: 0 -15px;
  padding: 48px 24px;
  overflow: hidden;
  background: linear-gradient(180deg, #1f6b8c 0%, #6cc4df 100%);
}

.desktop-auth-shell {
  min-height: calc(100vh - 65px);
}

.mobile-auth-page {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100%;
}

.mobile-auth-page.login-page {
  max-width: 1180px;
  margin: 0 auto;
}

.mobile-auth-branding {
  margin-bottom: 30px;
  text-align: center;
  color: #ffffff;
}

.mobile-auth-branding h1 {
  margin: 18px 0 8px;
  font-size: 40px;
  font-weight: 700;
}

.mobile-auth-branding p {
  margin: 0;
  font-size: 17px;
  color: rgba(255, 255, 255, 0.86);
}

.mobile-auth-branding-compact {
  margin-bottom: 24px;
}

.mobile-auth-logo {
  width: 132px;
  max-width: 40vw;
  border-radius: 50%;
  padding: 1%;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 36px rgba(12, 40, 66, 0.22);
}

.mobile-auth-logo-small {
  width: 92px;
}

.preview-desktop-sidebar {
  display: none;
}

.preview-auth-form-column {
  min-width: 0;
}

.preview-mobile-card-branding {
  margin-bottom: 24px;
  text-align: center;
}

.preview-mobile-card-logo {
  display: block;
  width: min(100%, 220px);
  max-width: 220px;
  margin: 0 auto 16px;
  height: auto;
}

.preview-auth-card {
  position: relative;
}

.mobile-auth-card {
  width: 100%;
  max-width: 420px;
  padding: 30px 28px 24px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 22px 40px rgba(10, 47, 68, 0.18);
}

.mobile-auth-page.login-page .mobile-auth-card {
  max-width: 720px;
}

.mobile-auth-card-compact {
  max-width: 400px;
  padding-top: 26px;
}

.mobile-auth-copy {
  margin: 0 0 20px;
  font-size: 16px;
  line-height: 1.5;
  color: #35536a;
  text-align: center;
}

.mobile-auth-form {
  margin-bottom: 8px;
}

.mobile-auth-fields {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0 18px;
}

.mobile-auth-label {
  display: block;
  margin-bottom: 6px;
  font-size: 13px;
  font-weight: 600;
  color: #547286;
}

.mobile-auth-input {
  height: 52px;
  border: 1px solid #d4e2ea;
  border-radius: 16px;
  box-shadow: none;
  font-size: 16px;
}

.mobile-auth-input:focus {
  border-color: #1f6b8c;
  box-shadow: 0 0 0 3px rgba(31, 107, 140, 0.16);
}

.mobile-auth-remember {
  margin-top: 8px;
  color: #35536a;
}

.mobile-auth-meta-row {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
}

.mobile-auth-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 18px;
}

.mobile-auth-actions-centered {
  align-items: center;
}

.mobile-auth-primary,
.mobile-auth-primary:hover,
.mobile-auth-primary:focus {
  width: 100%;
  height: 54px;
  border: 0;
  border-radius: 18px;
  background: #173f62;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
}

.mobile-auth-secondary,
.mobile-auth-secondary:hover,
.mobile-auth-secondary:focus {
  color: #1f6b8c;
  font-weight: 600;
  text-align: center;
}

.mobile-auth-links {
  margin: 10px 0 18px;
  text-align: center;
}

.mobile-auth-links-inline {
  margin: 0;
  text-align: left;
}

.mobile-auth-links a {
  color: #173f62;
  font-weight: 600;
}

.mobile-auth-footnote {
  margin: 18px 0 0;
  font-size: 12px;
  line-height: 1.5;
  color: #5f7788;
  text-align: center;
}

.mobile-auth-status {
  text-align: center;
  color: #35536a;
}

.mobile-auth-status > div:first-child {
  margin-bottom: 8px;
  font-size: 22px;
  font-weight: 700;
  color: #173f62;
}

.mobile-auth-status a {
  display: inline-block;
  margin-top: 12px;
  color: #1f6b8c;
  font-weight: 600;
}

.mobile-auth-alert {
  margin-top: 16px;
}

.mobile-auth-ornament {
  position: absolute;
  width: 220px;
  height: 220px;
  border: 2px solid rgba(255, 255, 255, 0.22);
  border-radius: 50%;
}

.mobile-auth-ornament::before,
.mobile-auth-ornament::after {
  content: "";
  position: absolute;
  background: rgba(23, 63, 98, 0.92);
}

.mobile-auth-ornament::before {
  width: 110px;
  height: 110px;
  border-bottom-right-radius: 80px;
}

.mobile-auth-ornament::after {
  width: 22px;
  height: 22px;
  border-radius: 50%;
}

.mobile-auth-ornament-top {
  top: -36px;
  right: -70px;
}

.mobile-auth-ornament-top::before {
  top: -8px;
  left: -8px;
}

.mobile-auth-ornament-top::after {
  top: 34px;
  left: 34px;
}

.mobile-auth-ornament-bottom {
  bottom: -92px;
  left: -86px;
}

.mobile-auth-ornament-bottom::before {
  right: -8px;
  bottom: -8px;
  transform: rotate(180deg);
}

.mobile-auth-ornament-bottom::after {
  right: 36px;
  bottom: 36px;
}

.preview-toolbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  justify-content: center;
  padding: 18px;
  background: rgba(10, 31, 46, 0.92);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
}

.preview-toolbar-toggle {
  position: fixed;
  top: 18px;
  right: 18px;
  z-index: 11;
  display: none;
  min-width: 120px;
  border-radius: 999px;
}

.preview-toolbar .btn {
  min-width: 120px;
  border-radius: 999px;
}

.preview-toolbar .btn.active {
  background: #6cc4df;
  border-color: #6cc4df;
  color: #173f62;
}

.preview-toolbar-note {
  width: 100%;
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  text-align: center;
}

.preview-stage {
  height: 100vh;
  box-sizing: border-box;
  padding-top: 74px;
}

.preview-screen-wrap {
  width: 100%;
  height: 100%;
}

.preview-screen {
  display: none;
  height: 100%;
}

.preview-screen.active {
  display: flex;
  width: 100%;
}

.preview-screen.active > .preview-shell {
  width: 100%;
}

.preview-shell .mobile-auth-page.preview-panel-page {
  width: 100%;
  max-width: none;
}

.classic-preview-shell {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #ffffff;
  overflow: auto;
}

.classic-preview-header {
  min-height: 74px;
  padding: 18px 18px 12px;
  border-bottom: 4px solid #245961;
  background: #f5f5f5;
}

.classic-preview-logo {
  height: 44px;
  width: auto;
}

.classic-preview-content {
  padding: 16px;
}

.classic-preview-panel {
  max-width: 1020px;
}

.classic-preview-remember {
  margin-bottom: 16px;
}

.classic-preview-link-row {
  margin-bottom: 16px;
}

.classic-preview-actions {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}

.preview-shell {
  margin: 0;
  box-sizing: border-box;
  min-height: 100%;
  height: 100%;
}

.preview-desktop-branding {
  display: none;
}

.preview-desktop-sidebar {
  display: none;
}

.preview-auth-form-column {
  min-width: 0;
}

.preview-mobile-card-branding {
  margin-bottom: 24px;
  text-align: center;
}

.preview-mobile-card-branding-compact {
  margin-bottom: 18px;
}

.preview-mobile-card-logo {
  display: block;
  width: min(100%, 220px);
  max-width: 220px;
  margin: 0 auto 16px;
  height: auto;
}

.preview-mobile-card-logo-small {
  max-width: 180px;
  margin-bottom: 0;
}

.preview-mobile-card-tagline {
  margin: 0;
  font-size: 16px;
  line-height: 1.45;
  color: #476579;
}

.preview-auth-copy {
  margin-bottom: 24px;
}

.preview-shell .mobile-auth-page {
  min-height: 100%;
}

body.preview-toolbar-hidden .preview-toolbar {
  display: none;
}

body.preview-toolbar-hidden .preview-toolbar-toggle {
  display: inline-block;
}

body.preview-toolbar-hidden .preview-stage {
  padding-top: 0;
}

@media screen and (min-width: 768px) {
  .preview-desktop-auth-shell .mobile-auth-ornament {
    display: none;
  }

  .preview-desktop-auth-shell .preview-mobile-branding {
    display: none;
  }

  .preview-desktop-auth-shell .preview-mobile-card-branding {
    display: none;
  }

  .preview-desktop-auth-shell .mobile-auth-page.login-page,
  .preview-desktop-auth-shell .mobile-auth-page.logout-page,
  .preview-desktop-auth-shell .mobile-auth-page {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    max-width: none;
    width: 100%;
  }

  .preview-desktop-auth-shell .preview-desktop-sidebar {
    display: flex;
    justify-content: center;
  }

  .preview-desktop-auth-shell .preview-desktop-sidebar-inline {
    align-items: center;
    flex: 0 0 360px;
    padding-right: 44px;
    border-right: 1px solid rgba(32, 82, 116, 0.08);
  }

  .preview-desktop-auth-shell .preview-panel-page {
    width: 100%;
    justify-content: center;
  }

  .preview-desktop-stacked-logo {
    display: block;
    width: min(100%, 340px);
    max-width: 340px;
    height: auto;
  }

  .preview-desktop-stacked-logo-compact {
    max-width: 260px;
  }

  .preview-desktop-auth-shell .preview-auth-card {
    width: min(1220px, calc(100vw - 120px));
    max-width: 1220px;
    min-width: 0;
    padding: 48px 56px 38px;
    border-radius: 32px;
    box-shadow: 0 28px 60px rgba(10, 47, 68, 0.2);
  }

  .preview-desktop-auth-shell .preview-combined-card {
    display: grid;
    grid-template-columns: 360px minmax(0, 1fr);
    gap: 44px;
    width: min(1220px, calc(100vw - 120px));
    max-width: 1220px;
    align-items: center;
    margin: 0 auto;
  }

  .preview-desktop-auth-shell .mobile-auth-page.login-page .preview-combined-card,
  .preview-desktop-auth-shell .mobile-auth-page.logout-page .preview-combined-card,
  .preview-desktop-auth-shell .mobile-auth-page .preview-combined-card {
    margin-left: auto;
    margin-right: auto;
  }

  .preview-desktop-auth-shell .preview-auth-card-compact {
    max-width: 980px;
    padding-top: 40px;
  }

  .preview-desktop-auth-shell .preview-combined-card-compact {
    width: min(980px, calc(100vw - 120px));
    max-width: 980px;
    grid-template-columns: 260px minmax(0, 1fr);
  }

  .preview-desktop-auth-shell .preview-auth-copy {
    text-align: left;
    max-width: 620px;
    margin-bottom: 28px;
    font-size: 18px;
    line-height: 1.45;
  }

  .preview-desktop-auth-shell .mobile-auth-fields {
    grid-template-columns: 1fr 1fr;
    gap: 0 26px;
  }

  .preview-desktop-auth-shell .preview-auth-form-column {
    min-width: 0;
    width: 100%;
  }

  .preview-desktop-auth-shell .mobile-auth-meta-row {
    margin-top: 10px;
  }

  .preview-desktop-auth-shell .mobile-auth-actions {
    margin-top: 30px;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: flex-end;
  }

  .preview-desktop-auth-shell .mobile-auth-actions-centered {
    justify-content: flex-start;
  }

  .preview-desktop-auth-shell .mobile-auth-primary,
  .preview-desktop-auth-shell .mobile-auth-primary:hover,
  .preview-desktop-auth-shell .mobile-auth-primary:focus {
    min-width: 260px;
  }

  .preview-desktop-auth-shell .mobile-auth-status {
    text-align: left;
  }

  .preview-desktop-auth-shell .mobile-auth-footnote {
    max-width: 620px;
    margin-left: 0;
    margin-right: 0;
    text-align: left;
  }

  .preview-desktop-auth-shell .mobile-auth-secondary,
  .preview-desktop-auth-shell .mobile-auth-secondary:hover,
  .preview-desktop-auth-shell .mobile-auth-secondary:focus {
    order: 1;
    margin-right: auto;
    white-space: nowrap;
  }

  .preview-desktop-auth-shell .mobile-auth-primary,
  .preview-desktop-auth-shell .mobile-auth-primary:hover,
  .preview-desktop-auth-shell .mobile-auth-primary:focus {
    order: 2;
  }

  .preview-desktop-auth-shell .mobile-auth-status a {
    margin-top: 0;
    margin-left: 8px;
  }

  .mobile-auth-shell {
    padding: 56px 40px;
  }

  .desktop-auth-shell {
    min-height: calc(100vh - 65px);
  }

  .container.mobile-auth-body-content {
    width: 100%;
  }

  .mobile-auth-page.login-page {
    display: grid;
    grid-template-columns: minmax(280px, 380px) minmax(420px, 720px);
    gap: 48px;
    align-items: center;
  }

  .mobile-auth-page.login-page .mobile-auth-branding {
    margin-bottom: 0;
    text-align: left;
  }

  .mobile-auth-page.login-page .mobile-auth-branding h1 {
    font-size: 52px;
  }

  .mobile-auth-page.login-page .mobile-auth-branding p {
    max-width: 280px;
    font-size: 18px;
  }

  .mobile-auth-page.login-page .mobile-auth-card {
    margin-left: auto;
  }

  .mobile-auth-fields {
    grid-template-columns: 1fr 1fr;
  }

  .mobile-auth-meta-row {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .mobile-auth-actions {
    flex-direction: row;
    align-items: center;
  }

  .mobile-auth-primary,
  .mobile-auth-primary:hover,
  .mobile-auth-primary:focus {
    width: auto;
    min-width: 220px;
    padding: 0 32px;
  }

  .mobile-auth-actions-centered .mobile-auth-primary,
  .mobile-auth-actions-centered .mobile-auth-primary:hover,
  .mobile-auth-actions-centered .mobile-auth-primary:focus {
    min-width: 260px;
  }

  .mobile-auth-secondary {
    width: auto;
    padding: 0;
  }

  .preview-desktop-auth-shell .mobile-auth-page.login-page.preview-panel-page,
  .preview-desktop-auth-shell .mobile-auth-page.logout-page.preview-panel-page,
  .preview-desktop-auth-shell .mobile-auth-page.preview-panel-page {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: none;
  }

  .preview-desktop-auth-shell .mobile-auth-page.login-page.preview-panel-page .preview-combined-card,
  .preview-desktop-auth-shell .mobile-auth-page.logout-page.preview-panel-page .preview-combined-card,
  .preview-desktop-auth-shell .mobile-auth-page.preview-panel-page .preview-combined-card {
    width: min(1220px, calc(100vw - 120px));
    max-width: 1220px;
    margin: 0 auto;
  }

  .preview-desktop-auth-shell .mobile-auth-page.logout-page.preview-panel-page .preview-combined-card-compact,
  .preview-desktop-auth-shell .mobile-auth-page.preview-panel-page .preview-combined-card-compact {
    width: min(980px, calc(100vw - 120px));
    max-width: 980px;
  }

  .mobile-auth-page.preview-panel-page {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: none;
  }

  .mobile-auth-page.preview-panel-page .preview-mobile-card-branding {
    display: none;
  }

  .mobile-auth-page.preview-panel-page .preview-desktop-sidebar {
    display: flex;
    justify-content: center;
  }

  .mobile-auth-page.preview-panel-page .preview-desktop-sidebar-inline {
    align-items: center;
    flex: 0 0 360px;
    padding-right: 44px;
    border-right: 1px solid rgba(32, 82, 116, 0.08);
  }

  .mobile-auth-page.preview-panel-page .preview-desktop-sidebar-compact {
    flex: 0 0 260px;
  }

  .mobile-auth-page.preview-panel-page .preview-desktop-stacked-logo {
    display: block;
    width: min(100%, 340px);
    max-width: 340px;
    height: auto;
  }

  .mobile-auth-page.preview-panel-page .preview-desktop-stacked-logo-compact {
    max-width: 260px;
  }

  .mobile-auth-page.preview-panel-page .preview-auth-card {
    width: min(1080px, calc(100vw - 120px));
    max-width: 1080px;
    min-width: 0;
    margin: 0 auto;
    padding: 48px 56px 38px;
    border-radius: 32px;
    box-shadow: 0 28px 60px rgba(10, 47, 68, 0.2);
  }

  .mobile-auth-page.preview-panel-page .preview-combined-card {
    display: grid;
    grid-template-columns: 300px minmax(0, 1fr);
    gap: 32px;
    align-items: center;
  }

  .mobile-auth-page.preview-panel-page .preview-combined-card-compact {
    width: min(980px, calc(100vw - 120px));
    max-width: 980px;
    grid-template-columns: 260px minmax(0, 1fr);
  }

  .mobile-auth-page.preview-panel-page .mobile-auth-card {
    margin: 0 auto;
  }

  .mobile-auth-page.preview-panel-page .mobile-auth-actions {
    margin-top: 30px;
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
    justify-content: flex-start;
  }

  .mobile-auth-page.preview-panel-page .mobile-auth-actions-centered {
    justify-content: center;
  }

  .mobile-auth-page.preview-panel-page .mobile-auth-primary,
  .mobile-auth-page.preview-panel-page .mobile-auth-primary:hover,
  .mobile-auth-page.preview-panel-page .mobile-auth-primary:focus {
    order: 1;
    width: 100%;
    min-width: 0;
  }

  .mobile-auth-page.preview-panel-page .mobile-auth-secondary,
  .mobile-auth-page.preview-panel-page .mobile-auth-secondary:hover,
  .mobile-auth-page.preview-panel-page .mobile-auth-secondary:focus {
    order: 2;
    margin-left: 0;
    margin-right: auto;
    text-align: left;
    white-space: nowrap;
  }

  .mobile-auth-page.login-page.preview-panel-page .mobile-auth-fields {
    grid-template-columns: 1fr;
  }

  .mobile-auth-page.login-page.preview-panel-page .mobile-auth-meta-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }

  .mobile-auth-page.login-page.preview-panel-page .mobile-auth-footnote {
    max-width: none;
  }
}

@media screen and (max-width: 375px) {
  .preview-shell .mobile-auth-ornament {
    display: none;
  }

  .icon-banner {
    max-width: 100%;
  }

  .mobile-auth-shell {
    padding: 32px 18px;
  }

  .mobile-auth-page {
    min-height: calc(100vh - 64px);
  }

  .mobile-auth-branding h1 {
    font-size: 34px;
  }

  .mobile-auth-branding p {
    font-size: 15px;
  }

  .mobile-auth-card {
    padding: 24px 20px 20px;
    border-radius: 24px;
  }

  .preview-toolbar {
    padding: 14px;
  }

  .preview-toolbar-toggle {
    top: 14px;
    right: 14px;
  }

  .classic-preview-content {
    padding: 12px;
  }

  .classic-preview-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .preview-shell .mobile-auth-page {
    min-height: 100%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .mobile-auth-page.preview-panel-page .preview-auth-card {
    width: min(980px, calc(100vw - 64px));
    padding: 40px 40px 32px;
  }

  .mobile-auth-page.preview-panel-page .preview-combined-card {
    grid-template-columns: 240px minmax(0, 1fr);
    gap: 32px;
  }

  .mobile-auth-page.preview-panel-page .preview-combined-card-compact {
    grid-template-columns: 220px minmax(0, 1fr);
  }

  .mobile-auth-page.preview-panel-page .preview-desktop-sidebar-inline {
    flex: 0 0 240px;
    padding-right: 32px;
  }

  .mobile-auth-page.preview-panel-page .preview-desktop-sidebar-compact {
    flex: 0 0 220px;
  }

  .mobile-auth-page.preview-panel-page .preview-desktop-stacked-logo {
    max-width: 220px;
  }

  .mobile-auth-page.preview-panel-page .preview-desktop-stacked-logo-compact {
    max-width: 220px;
  }

  .mobile-auth-page.login-page.preview-panel-page .mobile-auth-fields {
    grid-template-columns: 1fr;
  }

  .mobile-auth-page.login-page.preview-panel-page .mobile-auth-meta-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .mobile-auth-page.login-page.preview-panel-page .mobile-auth-actions {
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
  }

  .mobile-auth-page.login-page.preview-panel-page .mobile-auth-primary,
  .mobile-auth-page.login-page.preview-panel-page .mobile-auth-primary:hover,
  .mobile-auth-page.login-page.preview-panel-page .mobile-auth-primary:focus {
    width: 100%;
    min-width: 0;
  }

  .mobile-auth-page.login-page.preview-panel-page .mobile-auth-secondary,
  .mobile-auth-page.login-page.preview-panel-page .mobile-auth-secondary:hover,
  .mobile-auth-page.login-page.preview-panel-page .mobile-auth-secondary:focus {
    margin-left: 0;
    text-align: left;
  }
}
