body {
  position: relative;
  z-index: 1;
}

body::before {
  content: "";
  display: block;
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #0c627c;
  background: -webkit-linear-gradient(top, #52a389, #0c627c);
  background: -o-linear-gradient(top, #52a389, #0c627c);
  background: -moz-linear-gradient(top, #52a389, #0c627c);
  background: linear-gradient(top, #52a389, #0c627c);
  opacity: 0.8;
}

.login-pf {
  background: none;
}

.login-pf body {
  background: #256a51 url("../img/20220715-epn-bg.jpg") no-repeat center center fixed;
  background-size: cover;
}

div.kc-logo-text {
  background-image: url("../img/20240707-epn-logo-white.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: 130px;
}

.kc-social-provider-name {
  display: block;
  text-align: center;
}

.kc-social-provider-logo-container {
  background: rgba(255, 255, 255, .95);
  overflow: auto;
  border-radius: 4px;
  border-bottom: 3px solid var(--pf-v5-global--link--Color);
  margin-bottom: .3em;
}

.kc-social-provider-logo-big {
  display: block;
  margin: 1em;
  height: 5em;
  width: 5em;
  background: center/contain no-repeat;
}

.brand-esrf {
  background-image: url("../img/brands/esrf-e88641dc.png");
}

.brand-ill {
  background-image: url("../img/brands/ill-1d5dca1c.png");
}

.brand-embl {
  background-image: url("../img/brands/embl-a47fd392.png");
}

.brand-ibs {
  background-image: url("../img/brands/ibs-a8da3bce.png");
}