.foutmelding {
    text-align: center;
    color: #FF0000;
    background-color: #ffd1d1;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 20px;
}

.goedmelding {
    text-align: center;
    background-color: #a1daa1;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 20px;
}

.hidden {
    display: none;
    visibility: hidden;
}

.stap.koptekst {
    background-color: #662d91;
    color: #ffffff;
}

.nieuwwachtwoord-link {
    margin-top: 10px;
    float: left;
}

.nw-content {
    width: 100%;
    margin-bottom: 5px;
    border: 1px solid #dddddd;
    padding: 10px;
    box-sizing: border-box;
    float: left;
}

.formElement {
    width: 74%;
}

.ui-checkbox {
    float: left;
    margin-bottom: 15px;
}

.onthoulabel {
    position: relative;
    left: 5px;
}

.ui-checkbox #onthou {
    left: 0px;
}