.login-pf body {
  background: url("../node_modules/rcue/dist/img/bg-login.png") no-repeat left top fixed;
  background-size: auto;
  height: 100%;
}

@media (max-width: 767px) {
    .login-pf body {
      background: white;
    }
}

@media (max-width: 767px) {
	body #kc-header-wrapper {
		background-image: url('../img/glatfelter-vfis-black.png');
		background-size: contain;
		font-size: 0px;
		height: 65px;
	}
}

@media (min-width: 767px) {
  .login-pf {
    background-attachment: fixed;
  }
}

#kc-header-wrapper {
  font-size: 0px;
  background-image: url('../img/glatfelter-vfis-white.png');
  background-repeat: no-repeat;
  background-position: center;
}

#kc-header-wrapper sup {
  font-size: 35%;
  top: -1.4em;
}

input[type=checkbox], input[type=radio] {
   appearance: auto !Important;
}
