/*!
 * CSS for login page and logo in the header of Lazzara
 *
*/
 .login-background {
  background-image: url("img/bg-pattern_0.svg");
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover;
  background-color: #152d55;
  background-position: center center;
  background-attachment: fixed;
  height: 100vh;
}
.ebsco-logo-small {
  height: 16px;
  margin-bottom: 6px;
  margin-right: 5px;
}
.white {
  color: #FFFFFF;
}
.light-blue {
  color: #2c5dae;
}
.padding-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}
.spacer {
  margin-top: 25px;
}
.container-fluid-login {
  text-align:center;
  margin: 0;
  top: 50%;
  left:50%;
  position: absolute;
  transform: translate(-50%, -50%);
}
