body {
    background-color: lightblue;
    font-family: Arial Rounded MT Bold, Arial, Helvetica, sans-serif;
    color: darkblue;
}

h1 {
    text-align: center;
    font-size: 3em;
}

.bord {
    display: table;
    border: 0.2em solid #448;
    background-color: #57f;
    border-radius: 0.8em;
    font-size: 2.0em;
    margin-left: auto;
    margin-right: auto;
}

.bord-rij {
    display: table-row;
}

.bord-cell {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    border: 0.06em solid #448;
    width: 1.5em;
    height: 1.5em;
}

.bord-cell .marked {
    border-radius: 50%;
    width: 1.2em;
    height: 1.2em;
    margin: 0.15em;
}

.bord-cell .goed {
    background-color: #0a0;
}

.bord-cell .aanw {
    background-color: #cb3;
}

.bord-cell .fout {
    background-color: #a00;
}

.bord .bord-rij:first-child .bord-cell {
    border-top: 0;
}

.bord .bord-rij .bord-cell:first-child {
    border-left: 0;
}

.bord .bord-rij .bord-cell:last-child {
    border-right: 0;
}

.bord .bord-rij:last-child .bord-cell {
    border-bottom: 0;
}

input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.buttons {
    display: table;
    position: relative;
    text-align: center;
    margin: 0 auto;
    margin-left: auto;
    margin-right: auto;
    font-size: 1em;
}

.buttons input {
    background-color: #339;
    color: #ddf;
    border: 0.2em solid #55e;
    border-radius: 0.5em;
    cursor: pointer;
    font-size: 1em;
}

.buttons input[type=text],input[type=password] {
    width: 12em;
    background-color: #fff;
    color: #449;
    border: 0.15em solid #55e;
    border-radius: 0.5em;
    cursor: pointer;
    font-size: 1.1em;
    padding: 0.3em;
}

.buttons input[type=text],input[type=password]:focus {
    outline: none;
}

.buttons>.hint input {
    position: absolute;
    transform: translateX(-50%);
    top: 3em;
}

.buttons>.herstart input {
    position: absolute;
    transform: translateX(-50%);
    top: 8em;
    box-shadow: 0px 0px 3px 3px #d55;
}

.buttons>.herstart input:focus {
    outline: none;
}

.eye {
    display: block;
    height: 1.5em;
    text-align: right;
    font: 1.5em sans-serif;
    position: relative;
}

.eye>i {
    position: absolute;
    top: -1.4em;
    right: 0.5em;
    cursor: pointer;
}

.remaining {
    position: absolute;
    right: 1em;
    top: 1em;
    font-size: 0.8em;
    color: #aaa;
}

#melding {
    visibility: hidden;
    display: table;
    background-color: #cb3;
    color: #a00;
    border-radius: 1em;
    font-size: 1.1em;
    padding: 0.3em 1em;
    text-align: center;
    margin: 2.5em auto;
    margin-left: auto;
    margin-right: auto;
}

.footer {
    font: 0.7em Arial;
    border-top: solid 1px;
    background: #aac;
    width: 100%;
    height: 3em;
    padding-top: 1em;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
}
