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: #192335;
  background: -webkit-linear-gradient(top, #192335, #4c98e8);
  background: -o-linear-gradient(top, #192335, #4c98e8);
  background: -moz-linear-gradient(top, #192335, #4c98e8);
  background: linear-gradient(top, #192335, #4c98e8);
  opacity: 0.7;
}

.login-pf {
  background: none;
}

.login-pf body {
  background: #164a7d url("../img/20240703-esrf-bg.jpg") no-repeat center center fixed;
  background-size: cover;
  background-blend-mode: overlay;
}

div.kc-logo-text {
  background-image: url("../img/20200507-esrf-logo.png");
  background-repeat: no-repeat;
  background-position: center;
  height: 241px;
}
