body {
  background: #0077FF;
}

main {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.whitebox {
  background: #FFF;
  border-radius: 5px;
  z-index: 999;
  box-shadow: 0px 0px 5px -2px rgba(0, 0, 0, 0.84);
}
.whitebox a {
  color: #0077FF;
  text-decoration: none;
}
.whitebox a:hover {
  color: #0066FF;
  text-decoration: underline;
}

.whitebox-inner {
  padding: 60px 80px;
}

#title {
  position: absolute;
  margin-top: -50px;
  font-size: 26px;
  color: #FFF;
  text-decoration: none;
}

#title a, #title a:hover {
  font-size: 30px;
  color: #FFF;
  text-decoration: none;
}

#pw-reset-desktop .link-ww-vergeten {
  font-size: 14px;
  margin-right: 10px;
}

#pw-reset-mobile {
  position: absolute;
  bottom: -30px;
  right: 0;
}

#pw-reset-mobile .link-ww-vergeten {
  font-size: 14px;
  color: #DDD;
  text-decoration: underline;
}

#pw-reset-mobile .link-ww-vergeten:hover {
  color: #FFF;
}

#footer-imgs {
  background: #FFF;
  padding: 30px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
}

#footer-imgs img {
  height: 80px;
  box-sizing: border-box;
  bsorder: solid 1px #EEE;
  margin-right: 10px;
}

#pw-reset-mobile {
  display: none;
}

@media (max-device-width: 768px) {
  body {
    margin: 10px;
  }

  main {
    display: block;
  }

  #pw-reset-mobile {
    display: block;
  }

  #pw-reset-desktop {
    display: none;
  }

  .whitebox {
    position: relative;
    left: 0px;
    top: 0;
    max-width: 500px;
    margin: 0 auto;
  }

  .whitebox-inner {
    margin-top: 50px;
    padding: 30px;
  }

  .field {
    width: 100%;
  }

  #footer-imgs {
    text-align: center;
  }

  #footer-imgs img {
    height: 50px;
  }
}
@media (max-device-width: 320px) {
  #footer-imgs {
    display: none;
  }
}

/*# sourceMappingURL=laos-public.css.map */
