:root {
  --podio-auth-deep: #075451;
  --podio-auth-teal: #0e716d;
  --podio-auth-bright: #2fa39c;
  --podio-auth-navy: #0b1c3d;
  --podio-auth-copy: #51627b;
  --podio-auth-line: #c9deda;
  --podio-auth-soft: #f0f8f7;
  --podio-auth-white: #fff;
}

/* Approved customer login */
body.podio-auth-login {
  display: block !important;
  height: 100vh !important;
  min-height: 100vh !important;
  overflow: hidden !important;
  background:
    radial-gradient(circle at 8% 12%, rgba(47, 163, 156, .11), transparent 31%),
    #f3faf9 !important;
}

body.podio-auth-login .podio-auth-brand-panel--login {
  position: fixed !important;
  z-index: 12 !important;
  top: 4vh !important;
  bottom: 4vh !important;
  left: 4.5vw !important;
  width: 46vw !important;
  padding: clamp(42px, 5vw, 72px) clamp(46px, 5vw, 82px) !important;
  border-radius: 22px 0 0 22px !important;
  background:
    radial-gradient(circle at 92% -8%, transparent 0 145px, rgba(47, 163, 156, .34) 146px 147px, transparent 148px),
    radial-gradient(circle at 108% 52%, transparent 0 145px, rgba(47, 163, 156, .23) 146px 147px, transparent 148px),
    radial-gradient(circle at 94% 105%, transparent 0 198px, rgba(47, 163, 156, .28) 199px 200px, transparent 201px),
    linear-gradient(145deg, #064c4a, #00635f) !important;
  box-shadow: 0 25px 70px rgba(5, 71, 68, .14) !important;
}

body.podio-auth-login .podio-auth-brand__approved-logo {
  display: inline-flex;
  width: min(305px, 100%);
  min-height: 62px;
  align-items: center;
  gap: 12px;
  color: #fff;
}

.podio-auth-full-logo {
  display: block;
  width: min(230px, 100%);
  height: auto;
  object-fit: contain;
}

.podio-auth-brand .podio-auth-full-logo,
.podio-auth-access-logo .podio-auth-full-logo {
  width: min(230px, 100%);
}

.podio-auth-brand__official-symbol {
  display: block;
  width: 55px;
  height: 62px;
  flex: 0 0 55px;
  background-image: url('../images/podio-marketing-official.png?v=1');
  background-repeat: no-repeat;
  background-position: -8px -8px;
  background-size: 220px 72.5px;
  filter: brightness(0) invert(1);
}

.podio-auth-brand__official-name {
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  color: #fff;
  white-space: nowrap;
}

.podio-auth-brand__official-name strong,
.podio-auth-brand__official-name span {
  color: #fff;
  font-family: Montserrat, Poppins, Inter, Arial, sans-serif;
  line-height: 1;
}

.podio-auth-brand__official-name strong {
  font-size: 27px;
  font-weight: 800;
  letter-spacing: .3px;
}

.podio-auth-brand__official-name span {
  font-size: 24px;
  font-weight: 430;
  letter-spacing: .15px;
}

body.podio-auth-login .podio-auth-brand-panel--login .podio-auth-brand-copy {
  position: absolute !important;
  top: 33% !important;
  right: clamp(46px, 5vw, 82px) !important;
  left: clamp(46px, 5vw, 82px) !important;
}

body.podio-auth-login .podio-auth-brand-panel--login .podio-auth-brand-copy h2 {
  max-width: 510px !important;
  margin: 0 0 28px !important;
  color: #fff !important;
  font-size: clamp(30px, 2.45vw, 43px) !important;
  font-weight: 650 !important;
  line-height: 1.2 !important;
  letter-spacing: -.035em !important;
}

body.podio-auth-login .podio-auth-brand-panel--login .podio-auth-brand-copy h2 em {
  display: block;
  color: #45c7bf;
  font-style: normal;
}

body.podio-auth-login .podio-auth-brand-panel--login .podio-auth-brand-copy > p {
  max-width: 500px;
  margin: 0;
  color: rgba(255, 255, 255, .9);
  font-size: clamp(14px, 1.15vw, 18px);
  line-height: 1.55;
}

body.podio-auth-login .podio-auth-brand-features {
  position: fixed;
  bottom: 10vh;
  left: calc(4.5vw + clamp(46px, 5vw, 82px));
  display: grid !important;
  width: calc(46vw - (clamp(46px, 5vw, 82px) * 2));
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 3vw, 54px);
  margin: 0 !important;
}

body.podio-auth-login .podio-auth-brand-features li {
  display: grid !important;
  gap: 14px !important;
  margin: 0 !important;
  color: #fff !important;
  font-size: 13px !important;
  line-height: 1.35;
}

body.podio-auth-login .podio-auth-brand-features li i {
  width: 54px !important;
  height: 54px !important;
  border: 1px solid rgba(82, 203, 195, .62) !important;
  color: #fff !important;
  font-size: 19px;
}

body.podio-auth-login .podio-auth-topnav {
  top: calc(4vh + 25px) !important;
  right: calc(4.5vw + 25px) !important;
}

body.podio-auth-login #wrapper {
  position: fixed !important;
  top: 4vh !important;
  right: 4.5vw !important;
  bottom: 4vh !important;
  left: 50.5vw !important;
  width: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  overflow-y: auto !important;
  border-radius: 0 22px 22px 0 !important;
  background: #fff !important;
  box-shadow: 28px 25px 70px rgba(5, 71, 68, .12) !important;
}

body.podio-auth-login #content {
  display: flex !important;
  width: 100% !important;
  min-height: 100% !important;
  align-items: center !important;
}

/* O tema cria antes do formulário um container estrutural vazio. Em um
 * contexto flex ele ocupava metade da coluna e comprimida todo o login. */
body.podio-auth-login #content > .container:first-child {
  display: none !important;
}

body.podio-auth-login #content > .container {
  box-sizing: border-box !important;
  min-width: 0 !important;
  width: 100% !important;
  max-width: none !important;
  flex: 1 1 100% !important;
  padding: 76px clamp(38px, 4.1vw, 66px) 44px !important;
}

body.podio-auth-login #content > .container > .row,
body.podio-auth-login #content > .container > .row > [class*="col-"] {
  float: none !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.podio-auth-login footer.footer {
  display: none !important;
}

body.podio-auth-login .podio-login-view,
body.podio-auth-login .podio-auth-access-form {
  box-sizing: border-box !important;
  width: 100% !important;
  max-width: 560px !important;
  margin: 0 auto !important;
}

body.podio-auth-login .podio-auth-access-form__heading h1,
.podio-admin-auth .podio-auth-access-form__heading h1 {
  margin: 0 0 8px !important;
  color: var(--podio-auth-navy) !important;
  font-size: clamp(30px, 2.8vw, 42px) !important;
  font-weight: 760 !important;
  line-height: 1.12 !important;
  letter-spacing: -.04em !important;
}

body.podio-auth-login .podio-auth-access-form__heading p,
.podio-admin-auth .podio-auth-access-form__heading p {
  margin: 0 0 28px;
  color: var(--podio-auth-copy);
  font-size: 17px;
}

body.podio-auth-login .podio-login-form,
body.podio-auth-login .podio-login-card,
body.podio-auth-login .podio-login-card > .panel-body {
  position: static !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.podio-auth-label-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 8px;
}

.podio-auth-label-row label {
  margin: 0 !important;
}

.podio-auth-label-row a {
  color: var(--podio-auth-teal) !important;
  font-size: 12px;
  font-weight: 650;
}

body.podio-auth-login .form-group,
.podio-admin-auth .form-group {
  margin-bottom: 19px !important;
}

body.podio-auth-login .form-group > label,
.podio-admin-auth .form-group > label,
.podio-admin-auth .podio-auth-label-row label {
  margin-bottom: 8px;
  color: var(--podio-auth-navy) !important;
  font-size: 13px !important;
  font-weight: 700 !important;
}

.podio-auth-input {
  position: relative;
}

.podio-auth-input > i {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 18px;
  color: #68768c !important;
  font-size: 16px;
  transform: translateY(-50%);
}

body.podio-auth-login .podio-auth-input .form-control,
.podio-admin-auth .podio-auth-input .form-control {
  width: 100% !important;
  height: 60px !important;
  min-height: 60px !important;
  padding: 0 52px !important;
  border: 1px solid #cbd7df !important;
  border-radius: 11px !important;
  background: #fff !important;
  color: var(--podio-auth-navy) !important;
  font-size: 14px !important;
  box-shadow: none !important;
}

body.podio-auth-login .podio-auth-input .form-control:focus,
.podio-admin-auth .podio-auth-input .form-control:focus {
  border-color: var(--podio-auth-teal) !important;
  box-shadow: 0 0 0 4px rgba(14, 113, 109, .11) !important;
}

.podio-auth-input__toggle {
  position: absolute;
  z-index: 4;
  top: 50%;
  right: 12px;
  display: grid;
  width: 38px;
  height: 38px;
  padding: 0;
  place-items: center;
  border: 0;
  border-radius: 9px;
  background: transparent;
  color: #617087;
  transform: translateY(-50%);
}

.podio-auth-input__toggle:hover,
.podio-auth-input__toggle:focus-visible {
  background: var(--podio-auth-soft);
  color: var(--podio-auth-teal);
  outline: 0;
}

.podio-auth-remember {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: -2px 0 19px;
  color: #5b6b81;
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
}

.podio-auth-remember input {
  width: 16px;
  height: 16px;
  accent-color: var(--podio-auth-teal);
}

.podio-auth-submit,
.podio-passkey-login {
  display: flex !important;
  width: 100% !important;
  min-height: 59px !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 12px !important;
  border-radius: 10px !important;
  font-size: 14px !important;
  font-weight: 760 !important;
}

.podio-auth-submit,
.podio-auth-submit:hover,
.podio-auth-submit:focus,
.podio-auth-submit:active {
  border-color: var(--podio-auth-teal) !important;
  background: linear-gradient(100deg, #006b67, #0d8e87) !important;
  color: #fff !important;
  box-shadow: 0 13px 28px rgba(7, 84, 81, .18) !important;
}

.podio-auth-submit *,
.podio-auth-submit:hover *,
.podio-auth-submit:focus *,
.podio-auth-submit:active * {
  color: #fff !important;
}

.podio-passkey-login,
.podio-passkey-login:hover,
.podio-passkey-login:focus,
.podio-passkey-login:active {
  border: 1.5px solid var(--podio-auth-teal) !important;
  background: #fff !important;
  color: var(--podio-auth-teal) !important;
  box-shadow: none !important;
}

.podio-passkey-login i {
  color: var(--podio-auth-teal) !important;
  font-size: 20px;
}

.podio-auth-divider {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 21px 0;
  color: #718096;
  font-size: 12px;
}

.podio-auth-divider::before,
.podio-auth-divider::after {
  content: "";
  height: 1px;
  flex: 1;
  background: #dbe5e7;
}

.podio-login-security {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  margin-top: 25px !important;
  padding: 0 !important;
  border: 0 !important;
  color: #617087 !important;
  font-size: 12px !important;
}

.podio-login-security i {
  color: var(--podio-auth-teal) !important;
  font-size: 17px;
}

.podio-auth-register-link {
  margin: 17px 0 0;
  color: #768398;
  text-align: center;
  font-size: 11px;
}

.podio-auth-register-link a {
  color: var(--podio-auth-teal);
  font-weight: 700;
}

.podio-login-language {
  margin-bottom: 16px !important;
}

.podio-security-feedback {
  margin-top: 12px;
  padding: 10px 12px;
  border-radius: 9px;
  background: #eef7f6;
  color: #486176;
  font-size: 11px;
  text-align: center;
}

.podio-security-feedback.is-error {
  background: #fff1f2;
  color: #b42335;
}

.podio-security-feedback.is-success {
  background: #e8f8f3;
  color: #087553;
}

/* Admin login and 2FA challenge */
.podio-admin-auth {
  height: auto !important;
  min-height: 100vh;
  margin: 0;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  background:
    radial-gradient(circle at 8% 12%, rgba(47, 163, 156, .11), transparent 31%),
    #f3faf9 !important;
  color: var(--podio-auth-copy);
  font-family: Inter, Arial, sans-serif;
}

.podio-auth-access-shell {
  display: grid;
  width: calc(100vw - 9vw);
  min-height: 92vh;
  margin: 4vh auto;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 25px 70px rgba(5, 71, 68, .14);
}

.podio-auth-access-brand {
  position: relative;
  display: flex;
  min-width: 0;
  padding: clamp(42px, 5vw, 72px) clamp(46px, 5vw, 82px);
  flex-direction: column;
  background:
    radial-gradient(circle at 92% -8%, transparent 0 145px, rgba(47, 163, 156, .34) 146px 147px, transparent 148px),
    radial-gradient(circle at 108% 52%, transparent 0 145px, rgba(47, 163, 156, .23) 146px 147px, transparent 148px),
    radial-gradient(circle at 94% 105%, transparent 0 198px, rgba(47, 163, 156, .28) 199px 200px, transparent 201px),
    linear-gradient(145deg, #064c4a, #00635f);
  color: #fff;
}

.podio-auth-access-logo .podio-auth-brand__approved-logo {
  display: inline-flex;
  width: min(305px, 100%);
  min-height: 62px;
  align-items: center;
  gap: 12px;
}

.podio-auth-access-brand__copy {
  margin: auto 0;
  transform: translateY(-4%);
}

.podio-auth-access-brand__copy h2 {
  max-width: 520px;
  margin: 0 0 28px;
  color: #fff;
  font-size: clamp(30px, 2.45vw, 43px);
  font-weight: 650;
  line-height: 1.2;
  letter-spacing: -.035em;
}

.podio-auth-access-brand__copy h2 em {
  display: block;
  color: #45c7bf;
  font-style: normal;
}

.podio-auth-access-brand__copy p {
  max-width: 510px;
  margin: 0;
  color: rgba(255, 255, 255, .9);
  font-size: clamp(14px, 1.15vw, 18px);
  line-height: 1.55;
}

.podio-auth-access-features {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 3vw, 54px);
  margin: 0;
  padding: 0;
  list-style: none;
}

.podio-auth-access-features li {
  display: grid;
  gap: 14px;
  color: #fff;
  font-size: 13px;
  line-height: 1.35;
}

.podio-auth-access-features i,
.podio-auth-access-feature-icon {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border: 1px solid rgba(82, 203, 195, .62);
  border-radius: 50%;
  color: #fff;
  font-size: 19px;
}

.podio-auth-access-feature-icon svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.podio-admin-auth .podio-auth-access-form {
  display: flex;
  min-width: 0;
  padding: clamp(42px, 6vw, 96px);
  align-items: center;
  justify-content: center;
}

.podio-admin-auth .podio-auth-access-form__inner {
  width: 100%;
  max-width: 610px;
}

.podio-auth-admin-badge {
  display: inline-block;
  margin-bottom: 11px;
  color: var(--podio-auth-teal);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .16em;
}

.podio-admin-auth .alert {
  border-radius: 10px;
}

.podio-security-challenge-page .podio-auth-access-form__shield {
  display: grid;
  width: 62px;
  height: 62px;
  margin-bottom: 22px;
  place-items: center;
  border-radius: 18px;
  background: #e7f6f4;
  color: var(--podio-auth-teal);
  font-size: 24px;
}

.podio-security-challenge-page .podio-auth-access-form h1 {
  margin: 0 0 9px;
  color: var(--podio-auth-navy);
  font-size: 36px;
  letter-spacing: -.035em;
}

.podio-security-challenge-page .podio-auth-access-form p {
  margin: 0 0 26px;
  color: var(--podio-auth-copy);
  line-height: 1.55;
}

.podio-auth-access-challenge-form label {
  display: block;
  margin-bottom: 8px;
  color: var(--podio-auth-navy);
  font-weight: 700;
}

.podio-auth-access-challenge-form .podio-auth-access-input {
  position: relative;
}

.podio-auth-access-challenge-form .podio-auth-access-input i {
  position: absolute;
  top: 50%;
  left: 18px;
  color: var(--podio-auth-teal);
  transform: translateY(-50%);
}

.podio-auth-access-challenge-form input {
  width: 100%;
  height: 60px;
  padding: 0 18px 0 50px;
  border: 1px solid var(--podio-auth-line);
  border-radius: 11px;
  color: var(--podio-auth-navy);
  font-size: 14px;
}

.podio-auth-access-challenge-form .btn {
  width: 100%;
  min-height: 56px;
  margin-top: 18px;
  border-color: var(--podio-auth-teal) !important;
  border-radius: 10px;
  background: var(--podio-auth-teal) !important;
  color: #fff !important;
  font-weight: 750;
}

.podio-auth-access-back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 22px;
  color: var(--podio-auth-teal);
  font-size: 12px;
  font-weight: 650;
}

/* Authenticated security settings */
.podio-security-shell {
  --security-line: #c9deda;
  max-width: 1280px;
  margin: 0 auto;
  padding: 28px;
  color: var(--podio-auth-navy);
}

.content.podio-security-admin-page {
  min-height: calc(100vh - 64px);
  padding: 24px !important;
  background: #f4faf9;
}

.podio-security-admin-page > .row {
  margin: 0 !important;
}

.podio-security-admin-page > .row > [class*="col-"] {
  float: none !important;
  width: 100% !important;
  padding: 0 !important;
}

.podio-security-shell--admin {
  width: 100%;
  max-width: 1320px;
  padding: 0;
}

.podio-security-head {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 22px;
  padding: 25px 28px;
  border: 1px solid var(--security-line);
  border-radius: 19px;
  background: linear-gradient(135deg, #075451, #0e716d);
  color: #fff;
}

.podio-security-head__icon {
  display: grid;
  width: 58px;
  height: 58px;
  flex: 0 0 58px;
  place-items: center;
  border-radius: 16px;
  background: rgba(255, 255, 255, .14);
  font-size: 22px;
}

.podio-security-head span {
  color: #8ce0d9;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .16em;
}

.podio-security-head h1 {
  margin: 4px 0;
  color: #fff;
  font-size: 29px;
  font-weight: 760;
}

.podio-security-head p {
  margin: 0;
  color: rgba(255, 255, 255, .82);
  font-size: 14px;
  line-height: 1.5;
}

.podio-security-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.podio-security-card,
.podio-security-recovery,
.podio-security-note {
  border: 1px solid var(--security-line);
  border-radius: 17px;
  background: #fff;
  box-shadow: 0 13px 32px rgba(7, 84, 81, .06);
}

.podio-security-card {
  padding: 25px;
}

.podio-security-card > header {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 13px;
  align-items: center;
}

.podio-security-card__icon {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 14px;
  font-size: 18px;
}

.podio-security-card__icon.is-teal {
  background: #e2f5f2;
  color: #087c77;
}

.podio-security-card__icon.is-blue {
  background: #eaf1ff;
  color: #2768e6;
}

.podio-security-card header span:not(.podio-security-card__icon) {
  color: #07817b;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .13em;
}

.podio-security-card h2 {
  margin: 3px 0 0;
  color: var(--podio-auth-navy);
  font-size: 21px;
}

.podio-security-card header em {
  padding: 6px 9px;
  border-radius: 999px;
  background: #f0f4f5;
  color: #64748b;
  font-size: 11px;
  font-style: normal;
  font-weight: 750;
}

.podio-security-card header em.is-active {
  background: #dff5ed;
  color: #087553;
}

.podio-security-card > p {
  min-height: 42px;
  margin: 20px 0;
  color: #617087;
  font-size: 14px;
  line-height: 1.55;
}

.podio-security-card .btn-primary,
.podio-security-card .btn-primary:hover,
.podio-security-card .btn-primary:focus,
.podio-security-card .btn-primary:active {
  border-color: var(--podio-auth-teal) !important;
  background: var(--podio-auth-teal) !important;
  color: #fff !important;
}

.podio-security-card .btn-primary * {
  color: #fff !important;
}

.podio-security-enrollment {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 20px;
  align-items: center;
  padding: 17px;
  border-radius: 13px;
  background: #f1f8f7;
}

.podio-security-enrollment img {
  width: 180px;
  max-width: 100%;
  border-radius: 10px;
  background: #fff;
}

.podio-security-enrollment code {
  display: block;
  overflow-wrap: anywhere;
  color: var(--podio-auth-teal);
  font-size: 11px;
}

.podio-security-inline-form {
  display: flex;
  gap: 9px;
  margin-top: 13px;
}

.podio-security-inline-form input {
  min-width: 0;
  height: 42px;
  flex: 1;
  padding: 0 12px;
  border: 1px solid var(--security-line);
  border-radius: 9px;
}

.podio-security-status-line,
.podio-security-passkey {
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 13px;
  border-radius: 11px;
  background: #f1f8f7;
}

.podio-security-status-line i {
  color: #07815f;
  font-size: 20px;
}

.podio-security-status-line strong,
.podio-security-status-line span,
.podio-security-passkey strong,
.podio-security-passkey small {
  display: block;
}

.podio-security-status-line span,
.podio-security-passkey small {
  margin-top: 2px;
  color: #68778d;
  font-size: 11px;
}

.podio-security-passkeys {
  display: grid;
  gap: 9px;
  margin-bottom: 15px;
}

.podio-security-passkey > span {
  display: grid;
  width: 35px;
  height: 35px;
  flex: 0 0 35px;
  place-items: center;
  border-radius: 9px;
  background: #e2f3f1;
  color: var(--podio-auth-teal);
}

.podio-security-passkey > div {
  min-width: 0;
  flex: 1;
}

.podio-security-recovery {
  margin-bottom: 20px;
  padding: 22px 25px;
  border-color: #efcc7d;
  background: #fff9ea;
}

.podio-security-recovery h2 {
  margin: 3px 0;
  font-size: 20px;
}

.podio-security-recovery p {
  color: #6c7485;
  font-size: 11px;
}

.podio-security-recovery__codes {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
  margin: 16px 0;
}

.podio-security-recovery__codes code {
  padding: 9px;
  border: 1px solid #ecdcae;
  border-radius: 8px;
  background: #fff;
  color: #6f4d00;
  text-align: center;
}

.podio-security-note {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-top: 20px;
  padding: 18px 22px;
  background: #eff8f7;
}

.podio-security-note > i {
  color: var(--podio-auth-teal);
  font-size: 19px;
}

.podio-security-note strong,
.podio-security-note span {
  display: block;
}

.podio-security-note span {
  margin-top: 2px;
  color: #607188;
  font-size: 12px;
}

@media (max-width: 1050px) {
  body.podio-auth-login {
    height: auto !important;
    overflow-y: auto !important;
  }

  body.podio-auth-login .podio-auth-brand-panel--login {
    display: none !important;
  }

  body.podio-auth-login #wrapper {
    position: relative !important;
    inset: auto !important;
    width: auto !important;
    min-height: 94vh !important;
    margin: 3vh 4vw !important;
    overflow: visible !important;
    border-radius: 20px !important;
  }

  body.podio-auth-login .podio-auth-topnav {
    top: calc(3vh + 18px) !important;
    right: calc(4vw + 18px) !important;
  }

  .podio-auth-access-shell {
    width: calc(100vw - 6vw);
    min-height: 94vh;
    margin: 3vh auto;
    grid-template-columns: 1fr;
  }

  .podio-auth-access-brand {
    display: none;
  }

  .podio-admin-auth .podio-auth-access-form {
    min-height: 94vh;
  }

  .podio-security-grid {
    grid-template-columns: 1fr;
  }

  .content.podio-security-admin-page {
    padding: 18px !important;
  }
}

@media (max-width: 680px) {
  body.podio-auth-login #wrapper {
    min-height: 100vh !important;
    margin: 0 !important;
    border-radius: 0 !important;
  }

  body.podio-auth-login #content {
    min-height: 100vh !important;
  }

  body.podio-auth-login #content > .container {
    padding: 84px 22px 34px !important;
  }

  body.podio-auth-login .podio-auth-topnav {
    top: 18px !important;
    right: 18px !important;
  }

  body.podio-auth-login .podio-auth-access-form__heading h1,
  .podio-admin-auth .podio-auth-access-form__heading h1 {
    font-size: 30px !important;
  }

  .podio-auth-access-shell {
    width: 100%;
    min-height: 100vh;
    margin: 0;
    border-radius: 0;
  }

  .podio-admin-auth .podio-auth-access-form {
    min-height: 100vh;
    padding: 34px 22px;
  }

  .podio-security-shell {
    padding: 16px;
  }

  .podio-security-shell--admin {
    padding: 0;
  }

  .content.podio-security-admin-page {
    padding: 12px !important;
  }

  .podio-security-head {
    align-items: flex-start;
    padding: 20px;
  }

  .podio-security-head h1 {
    font-size: 24px;
  }

  .podio-security-card {
    padding: 19px;
  }

  .podio-security-card > header {
    grid-template-columns: auto 1fr;
  }

  .podio-security-card header em {
    grid-column: 1 / -1;
    justify-self: start;
  }

  .podio-security-enrollment {
    grid-template-columns: 1fr;
  }

  .podio-security-recovery__codes {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Keep the authentication surface inside the phone viewport. Installed PWAs
 * must be able to leave the app route for authentication without a blank or
 * horizontally shifted canvas. */
html,
body.podio-admin-auth,
body.podio-auth-login {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow-x: hidden;
}

body.podio-admin-auth .podio-auth-access-shell,
body.podio-admin-auth .podio-auth-access-form,
body.podio-auth-login #wrapper,
body.podio-auth-login #content,
body.podio-auth-login #content > .container {
  max-width: 100%;
  min-width: 0;
}
