.loginform {
  position: absolute;
  left: 40%;
  top: 50%;
  background-color: #f3f46c;
  padding: 20px;
  border-style: dashed;
  border-width: thick;
}
.loginform input{
  float:right;
}
body {
  background-image: url("../../locktrans2.gif");

}

.nein {
  position: absolute;
  right: 10%;
  width: 200px;
  top: 10vh;
  background: white;
  border-radius: 20px;
  z-index: 2;
}

.door {
  position: absolute;
  right: 0;
  bottom: 0%;
  height: 100vh;
}
.alert {
  font-size: 1.5rem;
  position: absolute;
  left: 30%;
 top: 0%;
  height: 100%;
  width: 70%;
}

.palert{
  position: absolute;
  top: 30%;
  background-color:red;
}

