/* cmsms stylesheet: fixes modified: 20-06-18 10:52:58 */
.form.registration-form-nl .submit{
    margin-top: 25px;
    padding-top: 25px;
    border-top: solid 1px #ebeaea;
}

.form.registration-form-nl button.add-person-button{
    line-height: 28px;
    padding: 0 28px 0 28px;
    height: 42px;
    font-size: 16px;
    margin-top: 14px;
}

.form.registration-form-nl .fb_invalid select,
.form.registration-form-nl .fb_invalid checkbox,
.form.registration-form-nl .fb_invalid input {
    border-color: #a94442;
    background: #f2dede;
    color: #a94442;
}

.form.registration-form-nl .fb_invalid {
    color: #a94442;
}

.form.registration-form-nl .binnen-almere label,
.form.registration-form-nl .buiten-almere label {
    width: 94%;
}

.form.registration-form-nl .notice {
    color: #8a6d3b;
    background: #fcf8e3;
    padding: 20px;
    margin-bottom: 10px;
}

.form.registration-form-nl .cms_checkbox {
  width: 18px;
  height: 18px;
}

.checkbox-label {
  position: relative;
}
.checkbox-label input[type="checkbox"]{
  float: left;
  width: 18px;
  height: 18px;
}
.checkbox-label label {
  width: 90%;
  margin-bottom: 10px;
  float: left;
}
