#layoutSidenav_content {
    background-color: #F5F8FF;
    /*background-image: url(../images/BG_6.png);*/
    background-image: url(../images/login_BG3.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.editPlace-item {
    padding: 1.5rem 0rem;
    width: 28%;
    background-color: unset;
    border: 0px;
    box-shadow: unset;
    height: 100vh;
    background-color: white;
    /*background-image: url(../images/plaid.png);*/
    background: url(/images/bg0923.png) #FFFEFA;
}
form{
    height: 100vh;
    align-items: center;
    justify-content:flex-end;
}


.editBox{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 90vh;
    align-items: center;
}
@media (max-width:576px){
    .editPlace-item{
        width: 100%;
    }
}
img{
    width: 400px;
}
.form-title > p{
    font-size: 30px;
}
input {
    border-top: 0px;
    border-right: 0px;
    border-left: 0px;
    border-radius: 0px;
    background-color: transparent;
    outline: 0;
    width: unset;
    position: relative;
    padding: 0.25rem 2rem;
    font-size: 23px;
    text-align: center;
    border-bottom: 2px solid #DBC7AE;
}
input::placeholder{
    font-weight: bold;
    color: black;
}
.form-acc{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.acc{
    position: relative;
    
}
    .acc:before {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f406";
        display: inline-block;
        vertical-align: middle;
        position: absolute;
        top: 2px;
        left: 5px;
        font-size: 23px;
        color: #5e390b;
    }
.pw{
    position: relative;
}
    .pw:before {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f023";
        display: inline-block;
        vertical-align: middle;
        position: absolute;
        top: 2px;
        left: 5px;
        font-size: 23px;
        color: #5e390b;
    }
.checkbox{
    display: flex;
    width: 100%;
    font-size: 18px;
    gap: 0.5rem;
    margin-bottom: 4rem;
}
.button {
    padding: 0.5rem 6.5rem;
    font-size: 23px;
    border: 0px solid #080808;
    border-radius: 4px;
    background-color: #c9a881;
    color: black;
    font-weight: bold;
    transition: 0.3s;
}
/* .container-fluid{
    background-image: url(http://tvgh.bimfm.isayso.de/img/plaid.png);
} */

@media (max-width:1200px){
    body {
        background-image: url(../images/login_sm-BG-2.svg);
        background-size: cover;
    }
    .logo{
        display: none;
    }
    #layoutSidenav_content{
        background-color: transparent;
        background-image: url(http://tvgh.bimfm.isayso.de/img/plaid.png);
        background-repeat: no-repeat; 
        }
    .editBox {
        height: unset;
        background-color: rgb(255 255 255 / 85%);
        padding: 50px 0 0 0;
    }
        .editPlace-item{
            height: unset;
            background-image: unset;
            border-radius: 4px;
            width: 100%;
            background-color: transparent;
        }
        form{
            justify-content: center;
        }
        .editBox{
            height: unset;
        }
        input{
            border-bottom: 2px solid #5e390b;
        }
}
@media(max-width:576px){
    /*body{
        background-image: url(../images/sm-bg-3.png);
        background-repeat: no-repeat;
    }*/
    .form-title > p{
        font-size: 30px;
    }
    input{
        font-size: 20px;
    }
    .checkbox{
        font-size: 18px;
    }
    .button{
        padding: 0.5rem 6.5rem;
        font-size: 20px;
    }
}



input[type='text']:-webkit-autofill {
    -webkit-text-fill-color: black;
    box-shadow: 0 0 0px 50px #fffcf8 inset !important;
}