
@font-face {
    font-family: 'lobster';
    src: url(../fonts/IndieFlower-Regular.ttf);
}






body{
    background-image: url("../img/homepage.png");
    background-size: cover;
    background-repeat: no-repeat;
    font-family: lobster;
}
.container{
    margin-top: 3%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 7%;

}
img{
    width: 42vw;
    height:80vh;
    border-radius: 10px;
}   
.rechterblok{
    background-color: #BECFCA;
    border-radius: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 42vw;
    height: 80vh;
}
.header{
    background-color: #BECFCA ;
    border-radius: 20px;
    text-align: center;
    width: 95%;
    padding: 5px;
    margin-bottom: 20px;
    color: #000000;
    margin-left: 2%;
    margin-top: 1%;
}
.register{
    padding-left: 15px;
}
.input{
    width: 90%;
    height: 45px;
    border-radius: 20px;
    margin-bottom: 15px;
    font-size: 16px;
    margin-left: 3%;
    margin-top: 20px;
    background-color: #D9D9D9;
}
.label{
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: bold;
    margin-left: 3%;
}
.form{
    padding-left: 10px;
    padding-top: 20px;
}
.submet_button{
    width: 95%;
    height: 40px;
    border-radius: 20px;
    background-color: #FF8787;
    color: white;
    font-size: 18px;
    margin-top: 20px;
    border: none;
    cursor: pointer;
    margin-left: 3%;
    margin-top: 10%;
}
.inloggen_button{
 margin-left: 20%;
 font-size: 17px;
 margin-top: 3%;
}

@media (max-width: 768px) {

    body{
        height: 100vh;
    }
    .container{
        margin-top: 5%;
        padding: 10px;
        gap: 0px;
    }
    
    .rechterblok{
        width: 95%;
        height: auto;
        min-height: 20vh;
    }
    img{
        display: none;
    }
    
    .header{
        width: 90%;
        margin-left: 5%;
        padding: 10px 5px;
    }
    
    .input{
        width: 85%;
        margin-left: 7.5%;
        height: 40px;
        font-size: 14px;
    }
    
    .label{
        margin-left: 7.5%;
        font-size: 16px;
    }
    
    .submet_button{
        width: 85%;
        margin-left: 7.5%;
        height: 40px;
        font-size: 16px;
    }
    .inloggen_button{
        margin-left: 10%;
        font-size: 14px;
        margin-top: 3%;
    }
    
    .form{
        padding: 15px 5px;
    }
}
