:root {
  --core-colour: #B78A4F;
  --core-colour-rgb: 183, 138, 79;
}

/* latin-ext */
@font-face {
  font-family: 'Red Hat Text';
  font-style: italic;
  font-weight: 300 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/redhattext/v18/RrQJbohi_ic6B3yVSzGBrMxQbZchO8i5PA.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
  font-display: fallback;
}
/* latin */
@font-face {
  font-family: 'Red Hat Text';
  font-style: italic;
  font-weight: 300 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/redhattext/v18/RrQJbohi_ic6B3yVSzGBrMxQbZcvO8g.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  font-display: fallback;
}
/* latin-ext */
@font-face {
  font-family: 'Red Hat Text';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/redhattext/v18/RrQXbohi_ic6B3yVSzGBrMxQZqctI8w.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
  font-display: fallback;
}
/* latin */
@font-face {
  font-family: 'Red Hat Text';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/redhattext/v18/RrQXbohi_ic6B3yVSzGBrMxQaKct.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  font-display: fallback;
}

body {
  font-family: 'Red Hat Text', 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

div.organisationLogo {
  background-image: url(../image/logo_awg.svg);
}

body.pageLogin .pageDecoration1 {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  width: 100px;
  background-color: var(--core-colour);
  z-index: -1;
}

body.pageLogin .pageDecoration2 {
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0px;
  width: 100px;
  background-color: var(--core-colour);
  z-index: -1;
}

body.pageLogin .pageDecoration3 {
  position: absolute;
  bottom: -400px;
  right: -50px;
  height: 600px;
  width: 300px;
  background-color: var(--core-colour);
  border-radius: 50%;
  z-index: -1;
}

body.pageLogin {
  padding-top: 100px;
  padding-bottom: 100px;
}

body.pageMemberLogin main {
  position: relative;
  z-index: 1;
}

body.pageMemberLogin main::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  z-index: -1;
  background-image: url('/image/logo_awg_large_icon.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.1;
}

.heavy {
  font-weight: 600;
}

@media screen and (max-height: 700px) {
  body.pageLogin {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

@media screen and (max-width: 650px) {
  body.pageLogin main {
    border-radius: 6px;
    background: rgba(255,255,255,0.8);
  }

  body.pageLogin .pageDecoration1,
  body.pageLogin .pageDecoration2 {
    width: 50px;
  }

  body.pageLogin .pageDecoration3 {
    right: -100px;
  }  
}