/* GWS v452 - linhas de fundo globais */
:root{
  --gws-bg-base:#f5f8f6;
  --gws-bg-line-a:rgba(26,103,64,.075);
  --gws-bg-line-b:rgba(15,66,45,.055);
}
html,body{min-height:100%;}
body{
  background-color:var(--gws-bg-base) !important;
  background-image:
    radial-gradient(circle at 16% 12%, rgba(33,126,80,.10), transparent 25%),
    radial-gradient(circle at 84% 18%, rgba(26,103,64,.08), transparent 24%),
    linear-gradient(120deg, transparent 0 18%, var(--gws-bg-line-a) 18.15%, transparent 18.4% 38%, var(--gws-bg-line-b) 38.15%, transparent 38.5% 70%, var(--gws-bg-line-a) 70.15%, transparent 70.45%),
    linear-gradient(35deg, transparent 0 16%, rgba(35,125,85,.055) 16.2%, transparent 16.55% 44%, rgba(35,125,85,.045) 44.2%, transparent 44.55% 78%, rgba(35,125,85,.04) 78.2%, transparent 78.5%) !important;
  background-attachment:fixed !important;
}
.gws-public-auth{
  background-color:#f5f8f6 !important;
  background-image:
    linear-gradient(120deg, rgba(9,55,36,.58), rgba(9,55,36,.08)),
    radial-gradient(circle at 18% 14%, rgba(72,170,111,.22), transparent 24%),
    radial-gradient(circle at 86% 18%, rgba(20,118,78,.16), transparent 23%),
    linear-gradient(120deg, transparent 0 18%, rgba(255,255,255,.13) 18.15%, transparent 18.45% 39%, rgba(255,255,255,.10) 39.15%, transparent 39.45% 70%, rgba(255,255,255,.10) 70.15%, transparent 70.45%),
    url('/assets/gws-login-background.jpg') !important;
  background-size:cover, auto, auto, auto, cover !important;
  background-position:center !important;
  background-attachment:fixed !important;
}
