body {
  background: url(/../images/login_achtergrond.jpg);
  background-size: cover;
}

.wrapper-full-page {
  min-height: 100vh;
  height: 100%;
}
.wrapper-full-page:before {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
.wrapper-full-page:before {
  opacity: 0;
  background: #000000;
  z-index: 0;
}

.card.card-login {
  box-shadow: 0 25px 30px -13px rgba(40, 40, 40, 0.4);
  border-radius: 10px;
  padding-top: 10px;
  padding-bottom: 30px;
  transform: translate3d(0, 0px, 0);
  transition: all 300ms linear;
}
.card.card-login .card-header {
  padding: 15px 15px 0;
  background-color: #FFFFFF;
  border-bottom: none !important;
}
