.st-app-logo {
  --st-logo-width: 220px !important;
  --st-logo-height: 64px !important;
  width: 220px !important;
  height: 64px !important;
}

:root {
  --st-light-primary-color: #e32c67 !important;
  --st-dark-primary-color: #d42d89 !important;
  --st-light-secondary-color: #ffee00 !important;
  --st-dark-secondary-color: #ffee00 !important;
  --st-success-message-color: #51A351 !important;
  --st-error-message-color: #BD362F !important;
  --st-positive-color: #51A351 !important;
  --st-negative-color: #BD362F !important;
}