body._widget-auto-layout {
  margin: 0;
  overflow-x: clip;
}

body._widget-auto-layout .knz-header {
  width: 100%;
  box-sizing: border-box;
}

@media (max-width: 600px) {
  body._widget-auto-layout {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    min-height: 100dvh;
  }

  main._widget#login-main {
    flex: 1;
    display: grid !important;
    grid-template-columns: 1fr !important;
    grid-template-rows: 1fr !important;
    align-items: center !important;
    justify-items: center !important;
    place-items: center !important;
    width: 100% !important;
    max-width: 100% !important;
    min-height: 0 !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    column-gap: 0 !important;
  }

  #login-step-email,
  #login-step-password {
    grid-area: 1 / 1 !important;
    width: 100% !important;
    max-width: 100% !important;
    min-height: auto !important;
    margin: 0 !important;
    justify-self: stretch !important;
  }

  #login-step-email .ccaac22a1,
  #login-step-password .ccaac22a1 {
    width: 100%;
    box-shadow: none;
    border-radius: 0;
  }

  #prompt-logo-center {
    margin-left: auto;
    margin-right: auto;
  }

  #screen-header {
    text-align: center;
  }
}
