body {
  font-family: 'Poppins', sans-serif;
  height: 100%;
  position: relative;
  cursor: auto;
  padding-bottom: 0;
  background: #f1f1ef url('/img/bg.gif') top center repeat-y;
}
.content {
  max-width: 1024px;
  margin: 0 auto;
}
.top-logo {
  max-width: 200px;
  margin: 40px auto;
}
.top-logo img {
  max-width: 189px;
  height: auto;
}

.protectedarea {
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  z-index: 99999;
  position: absolute;
  margin-top: -40px;
}

.password-field {
  text-align: center;
  margin-top: 30%;
}
