/*body {
    background-image: url("/ADL/Images/Background.png");
}
*/
[class^="div-"] {
    border-style: solid;
    border-width: thin;
    border-color: white;
    position: relative;
    background-color:rgba(0, 0, 0, 0.5);
    border-radius: 10px; /* voeg dit toe voor afgeronde hoeken */
}

.bla {
    position: relative;
    border-width: thin;
    border-color: white;
    border-style: solid;
    color: white;
    background-color: rgba(0, 0, 0, 0.5);
    text-align: center;
    width: 1484px;
    padding-top: 10px;
    height: 710px;
    left: 190px;
    top: 10px;
    border-radius: 10px; /* voeg dit toe voor afgeronde hoeken */
}

.login-email-label {
    color: white;
    font-family: "Arial";
    position: relative;
    top: 80px;
    left: -20px;
}

.email-login {
    width: 300px;
    height: 30px;
    position: relative;
    top: 80px;
    font-size: 15px;
    left: -4px;
}

.login-paswoord-label {
    color: white;
    font-family: "Arial";
    position: relative;
    top: 100px;
    left: -33px;
}

.email-password {
    width: 300px;
    height: 30px;
    position: relative;
    top: 100px;
    left: -17px;
    font-size: 15px;
}

.login-submit {
    width: 150px;
    height: 30px;
    position: relative;
    top: 140px;
    left: 10px;
    font-size: 15px;
}

.signup {
    font-family: Arial;
    width: 150px;
    height: 30px;
    position: relative;
    top: 215px;
    left: 10px;
    font-size: 20px;
    text-decoration: underline;
    color: white;
}

.loginerror {
    color: red;
    font-family: "Arial";
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    width: 400px;
    position: relative;
    top: 510px;
    left: 750px;
    background-color: rgb(255,255,0);
}

.loginsuccess {
    color: green;
    font-family: "Arial";
    font-size: 25px;
    font-weight: bold;
    margin: auto;
    text-align: center;
    width: 30%;
    position: relative;
    top: 480px;
    background-color: rgba(0,0,0,0);
}
