:root {
  --spacing-none: 0;
  --spacing-xxxxxs: 0.125rem;
  --spacing-xxxxs: 0.25rem;
  --spacing-xxxs: 0.5rem;
  --spacing-xxs: 0.625rem;
  --spacing-xs: 0.75rem;
  --spacing-sm: 1rem;
  --spacing-md: 1.5rem;
  --spacing-lg: 2rem;
  --spacing-xl: 2.5rem;
  --spacing-xxl: 3rem;
  --spacing-xxxl: 4rem;

  --gap-none: 0;
  --gap-xs: 0.25rem;
  --gap-sm: 0.5rem;

  --line-height-xs: 0.75rem;
  --line-height-sm: 1rem;
  --line-height-md: 1.25rem;
  --line-height-lg: 1.5rem;
  --line-height-xl: 1.75rem;

  --font-weight-xxs: 300;
  --font-weight-xs: 400;
  --font-weight-sm: 500;
  --font-weight-md: 600;
  --font-weight-lg: 700;

  --font-size-xxs: 0.375rem;
  --font-size-xs: 0.625rem;
  --font-size-sm: 0.75rem;
  --font-size-md: 0.875rem;
  --font-size-lg: 1rem;
  --font-size-xl: 1.5rem;

  --border-radius-xs: 0.25rem;
  --border-radius-sm: 0.5rem;
  --border-radius-md: 0.75rem;
  --border-radius-lg: 1rem;
}
.auth-login-form__login-title {
  display: flex;
  justify-content: center; /* wyśrodkowanie poziome */
  width: 100%;             /* upewnij się, że zajmuje całą szerokość kontenera */
}
.auth-login-form__logo-wrapper {
    display: flex !important;
    flex-direction: column !important;  /* ustawienie w kolumnie */
    align-items: center !important;     /* wyśrodkowanie w poziomie */
    justify-content: center !important; /* wyśrodkowanie w pionie jeśli potrzeba */
    text-align: center !important;      /* wyśrodkowanie tekstu */
}

.partner-logo__image {
    display: block !important;
    max-width: 100% !important;
    height: auto !important;
    margin-bottom: 10px !important; /* odstęp między logo a tytułem */
}
#chat-widget-minimized {
    display: none !important;
}