.login-page .turnstile-shell {
  display: flex;
  min-height: 0;
  justify-content: center;
  margin-top: 14px;
}

.login-page .turnstile-shell:empty { display: none; }

.login-page .mfa-prompt {
  margin: 0 0 8px;
  color: #59656c;
  font-size: 13px;
  line-height: 1.5;
  text-align: center;
}

.login-page .mfa-destination {
  display: block;
  margin: 0 0 18px;
  color: #182126;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
}

.login-page .mfa-secondary-actions {
  display: flex;
  min-height: 30px;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 10px;
}

.login-page .login-text-button {
  padding: 4px 0;
  border: 0;
  background: transparent;
  color: #006557;
  font: inherit;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
}

.login-page .login-text-button:hover:not(:disabled) { text-decoration: underline; }
.login-page .login-text-button:disabled { color: #8b9499; cursor: default; }

.login-page .mfa-method-picker {
  display: grid;
  gap: 8px;
  margin-top: 10px;
}

.login-page .mfa-method-picker[hidden] { display: none; }

.login-page .mfa-method-button {
  display: grid;
  width: 100%;
  gap: 2px;
  padding: 10px 12px;
  border: 1px solid #d8dee2;
  border-radius: 10px;
  background: #fff;
  color: #1d262b;
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.login-page .mfa-method-button:hover {
  border-color: #b4c0c5;
  background: #f8faf9;
}

.login-page .mfa-method-button strong {
  font-size: 12px;
  font-weight: 650;
}

.login-page .mfa-method-button small {
  color: #758087;
  font-size: 11px;
  font-weight: 400;
}
