body {
  margin: 0px;
  width: 100vw;
  height: 100vh;
}

a {
  color: none;
  text-decoration: none;
}

.container {
  width: 100%;
  height: 100%;
  background-color: black;
  background-image: url("images/logo_login2.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.login_wrapper {
  width: 100%;
  height: 100%;
}

.login_box {
  position: absolute;
  left: 60vw;
  top: 30vh;
  width: 30vw;
  height: 36vh;
  padding: 2vw;
  background-color: #44b0fe;
}

.login_regel {
  margin: 0.8vw;
  float: right;
}

