html, body {
    /* background-image: url("../img/Mehrfamilienhaus_mit_Logo.jpg"); */
    background-image: url("../img/qundis_start.jpg");
    background-size: cover;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

#lift{
    width: 100%;
    height: 100%;
    background: black;
}

img {
    height: 210px;
    width: auto;
}

.back {
    color: #ed6b06;
    background-color: #ffffff;
}

.container {
    height: 100%;
}

.gray-background {
    background-color: rgba(119, 119, 119, 0.78);
    padding: 10px;
    border-radius: 25px;
    background-color: rgba(0,0,0,0.8);
    padding: 20px;
}

.login-center{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.logo {
    display: none;
}

.qundis-color {
    background-color: #ed6b06 !important;
    border-color: #ed6b06 !important;
}

#logintext{
    margin-bottom: 2vh;
    color: #fff;
    width: 100%;
    /* background-color: #fff; */
    /* font-family: sans-serif; */
    font-size: 1rem;
    /* font-weight: bold; */
}
#logintext h1{
    color: #ed6b06;
}



@media screen and (min-width: 768px) and (max-width: 1024px) {
    body, .form-control-plaintext, .form-control, .btn {
        font-size: 1.7rem;
    }

    .align-items-center {
        align-items: center !important;
        flex-direction: column !important;
        justify-content: flex-start !important;
    }

    .logo {
        display: block !important;
        align-self: flex-end;
        margin-top: 40px;
    }

    .register {
        height: 250px;
        width: 85%;
    }

    .btn {
        margin-top: 5px !important;
        margin-bottom: 5px !important;
    }

    .justify-content-center {
        align-items: baseline !important;
        align-self: center !important;
        margin-top: 125px !important;
        height: 810px !important;
    }

    .gray-background {
        width: 80% !important;
        height: 98% !important;
    }

    .container {
        max-width: 720px !important;
    }

}

@media screen and (orientation: landscape) and (min-width: 768px) and (max-width: 1024px){
    .logo{
        display:none !important;
    }
    .justify-content-center{
        height: auto !important;
    }
}


#startnow_btn{
    background-color: #ed6b06;
    padding: 10px;
    color: #fff;
    display: block;
    border: 2px solid #fff;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 10px;
    text-decoration: none;
}