/* Custom Login Screen Styling for Planovo */
:root {
  --umb-login-curves-display: none;
  --umb-login-image-border-radius: 60px;
  --umb-login-primary-color: #2b38e9;

  /* Reduce greeting font size using Umbraco CSS custom properties */
  --umb-login-header-font-size: 2rem;
  --umb-login-header-font-size-large: 2rem;
}

#logo-on-image {
  height: 160px;
}
