body#loginPage {
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  opacity: 0.85;
  transition: background-image 2s;
}
body#loginPage main {
  margin: 0;
  padding: 5vh 0 0 0;
}
body#loginPage main .backgroundIdList {
  display: none;
}
