form label {
    display: inline-block;
    width:200px;
}

form input[type="text"], form input[type="password"] { 
    width:300px;
    padding:7px;
    border-radius: 6px;
    border: 1px solid #aaa;
}

form input[type="submit"] {
    background: rgb(83, 141, 228);
    color:white;
    width: 200px;
    height: 40px;
    border:1px solid white;
    border-radius: 6px;
    cursor: pointer;
    font-weight: 400;
}

.notavailable {
    color:red;
    font-weight: 400;
}

#bericht {
	width: 100%;
	height:120px;
	}
