@font-face {
    font-family: text;
    src: url(../fonts/JockeyOne-Regular.ttf);
}

body{
    background-color: rgba(229, 229, 229, 1);
    font-family: text;
    margin: 0;
    overflow-x: hidden;
   
}
::-webkit-scrollbar {
    display: none; /* Verbergt de scrollbar */
}
.navbar{
    height: 100px;
    background-color: rgba(0, 0, 0, 1);
    margin: 0;
    
}
 
nav{
    display: flex;
    padding-top: 13px;
    font-size: 20px;
    font-family: navbar; 
    align-items: center;
    justify-content: space-evenly;
}

.navbarred{
    background-color: red;
    padding-top: 20px;
    padding-bottom: 20px;
    position: fixed;
    width: 100%;
}

.background{
    display: flex;
    justify-content: center;
    margin-top: 50px;
    flex-direction: column;
    align-items: center;
}

.allcode_login{
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 460px;
    width: 400px;
    background-color: white;
}
.allcode_login_register{
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 610px;
    width: 400px;
    background-color: white;
}
.login_Gebruiker{
    margin-top: 10px;
}
.button button{
    background-color: white;
    height: 60px;
    width: 200px;
    margin-top: 5px;
    font-size: 22px;
    font-family: text;
    border-radius: 20px;
    cursor: pointer;
 }
.login_gap input{
    margin-bottom: 40px;
    height: 30px;
    border-radius: 10px;
  
}
.login_gap {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.h2_size_login{
    font-size: 20px;
   
}
button{
    background-color: white;
    height: 50px;
    width: 150px;
    font-size: 18px;
    font-family: text;
    border-radius: 20px;
    cursor: pointer;
}

.wrong_inlog{
    font-size: 25px;
    margin: 0;
}
.allcode_login_background{
    padding: 5px;
    background-color: black;
    margin-top: 70px
}
.error_message{
    font-size: 17px;
}


@media (max-width: 850px){
    .gegevenstext{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .gegevenstext input{
        width: 200px;
    }
    .upload-container p{
        font-size: 20px;
    }
    #button{
        margin-left: 83px;
    }
    .submit_button{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}
@media (max-width: 685px) {
    .bericht-container{
        width: 300px;
    }
    
}

@media (max-width: 500px) {
    .inlog_required{
        display: flex;
       
    }
    .button button{
        margin-top: 12px;
        height: 50px;
        width: 100px;
        font-size: 17px;
    }
    .gegevenstext{
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 20px;
    }
    .gegevenstext input{
        width: 200px;
    }
    .upload-container p{
        font-size: 20px;
    }
    #button{
        margin-left: 83px;
    }
    .submit_button{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .inputvakken h1{
        font-size: 24px;
    }
    .allcode_login{
        width: 300px;
    }
    .allcode_login_register{
        width: 300px;
    }
    
}

