/* Background images are in themes/ghhp/common/resources/img/background */

/* Set background image */
body {
    background: url("../img/background/1_The-Narrows.jpg") center / cover no-repeat;
}

/* Set min / max width of the content */
.pf-v5-c-login__container {
  --pf-v5-c-login__container--xl--GridTemplateColumns: minmax(auto, 64rem);
  max-width: 64rem;
}
