:root {
  --f7-login-screen-bg-color: #fff;
  --f7-login-screen-content-bg-color: #fff;
  --f7-login-screen-blocks-max-width: 480px;
  /*
   --f7-login-screen-list-button-text-color: var(--f7-theme-color);
   */
  --f7-login-screen-title-text-align: center;
  --f7-login-screen-title-text-color: inherit;
  --f7-login-screen-title-letter-spacing: 0;
  .theme-dark, &.theme-dark {
    --f7-login-screen-bg-color: #171717;
    --f7-login-screen-content-bg-color: transparent;
  }
}
.ios-vars({
  --f7-login-screen-blocks-margin-vertical: 25px;
  --f7-login-screen-title-font-size: 30px;
  --f7-login-screen-title-font-weight: normal;
});
.md-vars({
  --f7-login-screen-blocks-margin-vertical: 24px;
  --f7-login-screen-title-font-size: 34px;
  --f7-login-screen-title-font-weight: normal;
});
.aurora-vars({
  --f7-login-screen-blocks-margin-vertical: 15px;
  --f7-login-screen-title-font-size: 28px;
  --f7-login-screen-title-font-weight: 500;
});