body {
    background-color: darkcyan;
}

#container {
    width: 300px;
    height: 300px;
    border: thin solid lightcyan;
    background-color: cyam;
    border-radius: 5%;
    position: absolute;
    top: 150px;
    left: 600px;
}
#kop {
    position: absolute;
    left: 100px;
    font-weight: bold;
    font-size: xx-large;
}
#username {
    width: 170px;
    height: 15px;
    border: thin solid black;
    position: absolute;
    top: 90px;
    left: 50px;
}
#password {
    width: 170px;
    height: 15px;
    border: thin solid black;
    position: absolute;
    top: 130px;
    left: 50px;
}
#login {
    width: 100px;
    height: 30px;
    border: thin solid black;
    position: absolute;
    top: 170px;
    left: 90px;
}
#fout {
    position: absolute;
    top: 220px;
}
#fout1 {
    position: absolute;
    top: 220px;
}
#klik2 {
    position: absolute;
    top: -5px;
    left: 60px;
}
