html, body {
    background-color: rgb(0, 0, 0) ;
    color: white;
    height: 100%;
    overflow: hidden; /* Hide scrollbars */
}

/* @media only screen and (min-width: 55em) { */
@media all and (orientation: landscape) {
    .login {
    background-image: url('../image/feuerwehr1.jpg');
	background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    }  
    
    .anmeldedaten {
       margin: 3%;
       padding: 3%;
   }

   .anmeldung {
    position: absolute;
    height: 25%;
    width: 25%;
    // border: 3px solid #f5001f;
    margin-left: 50%;
    top: 75%; 
    left: 15%;
    }

}

@media (orientation:portrait) {

    .login {
    background-image: url('../image/3-43_front.png');
	background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    }

    .anmeldedaten {
    margin: 3%;
    padding: 3%;
    }

    .anmeldung {
    position: absolute;
    height: 30%;
    width: 60%;
    // border: 3px solid #f5001f;
    margin-left: 50%-25%;
    top: 10%; 
    left: 20%;
    }

}

input[type=text], input[type=password] {
    width: 100%;
    border: 1px solid #c52828;
    // padding:.75em 1em .5em 1em;
    padding:.2em .5em .2em .5em;
    box-shadow: 0 2px 1px 0 rgba(0,0,0,0.2);
    background-color:#ffffff;
    height: 3em;
    background-position: right;
    background-repeat: no-repeat;
    font-size: 0.9em;
    margin: 1%;
}

input[type=submit]{
    border: 1px solid #f44c0e;
   	color: #d2c9c9;
    background: #6b6969;
    font-weight: bold;
    padding: 10px 50px;
    border-radius: 3px;
    float: right;
}
