@font-face {
    font-family: "Oduda Light";
    src: url("../fonts/Oduda/Oduda-Light.ttf") format("truetype");
}
button:focus {
    outline: blue;
    outline-offset: 2px;
    outline-width: 2px;
    outline-style: solid;
}
a:focus {
    outline: blue;
    outline-offset: 2px;
    outline-width: 2px;
    outline-style: solid;
}
@font-face {
    font-family: "Oduda Regular";
    src: url("../fonts/Oduda/Oduda-Regular.ttf") format("truetype");
}

@font-face {
    font-family: "Oduda SemiBold";
    src: url("../fonts/Oduda/Oduda-SemiBold.ttf") format("truetype");
}

@font-face {
    font-family: "Oduda Bold";
    src: url("../fonts/fonts/Oduda/Oduda-Bold.ttf") format("truetype");
}

@font-face {
    font-family: "Open Sans";
    src: url("../fonts/OpenSans/OpenSans-Regular.ttf") format("truetype");
}
.padding-top-p {
padding-top: 20px;
}
.titel-wrapper h2 {
color: #ffffff !important;
}
@font-face {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url("../fonts/fa-regular-400.eot");
    src: url("../fonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-regular-400.woff2") format("woff2"), url("../fonts/fa-regular-400.woff") format("woff"), url("../fonts/fa-regular-400.ttf") format("truetype"), url("../fonts/fa-regular-400.svg#fontawesome") format("svg");
}

@font-face {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url("../fonts/fa-solid-900.eot");
    src: url("../fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-solid-900.woff2") format("woff2"), url("../fonts/fa-solid-900.woff") format("woff"), url("../fonts/fa-solid-900.ttf") format("truetype"), url("../fonts/fa-solid-900.svg#fontawesome") format("svg");
}

@font-face {
    font-family: "Font Awesome 5 Brands";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url("../fonts/fa-brands-400.eot");
    src: url("../fonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-brands-400.woff2") format("woff2"), url("../fonts/fa-brands-400.woff") format("woff"), url("../fonts/fa-brands-400.ttf") format("truetype"), url("../fonts/fa-brands-400.svg#fontawesome") format("svg");
}


body,
html {
    font-family: "Open Sans";
    width: 100%;
    height: 100%;
    margin: 0;
    counter-reset: section;
}

.btn-login {
    padding: 15px 10px;
    display: inline-block;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: 8px;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    color: #fff !important;
    background-color: #455D00;
    border-color: #455D00;
    width: max-content;
    margin: 15px 5px;
    text-indent: 0;
}

a.big-btn:hover  {
    background-color: #045E74 !important;
    border-color: #045E74;
}

.center-btn {
    text-align: center;
    padding: 0px;
    margin: -20px 0px 0px 0px;
}

a.element-invisible.element-focusable:focus {
    overflow: auto;
    height: 30px;
    width: auto;
    clip: auto;
    background-color: #455D00;
    font-size: 1.5rem;
}

.home {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background-color: #f5f5f5;
    background-image: url(../img/BosBackground.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}


a {
    text-decoration: none;
    color: #fff;
}

.box a {
    color: #455D00;
}

p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    font-family: "Open Sans";
    margin: 0px 0px 10px 0px !important;
}

h1 {
    font-family: "Oduda Regular";
    font-weight: 500;
    font-size: 2rem;
    color: #045E74;
    margin-top: 5px;
    margin-bottom: 10px;
}

h2 {
    font-family: "Oduda Regular";
    font-weight: 500;
    font-size: 1.8rem;
    color: #045E74;
    margin-top: 5px;
    margin-bottom: 10px;
}

h3 {
    font-family: "Oduda Regular";
    font-weight: 500;
    font-size: 1.6rem;
    color: #045E74;
    margin-top: 5px;
    margin-bottom: 10px;
}

h4 {
    font-family: "Oduda Regular";
    font-weight: 500;
    font-size: 1.4rem;
    color: #045E74;
    margin-top: 5px;
    margin-bottom: 10px;
}

h6 {
    position: relative;
    font-family: "Oduda Regular";
    margin-bottom: 10px;
    margin-top: 0;
    font-weight: 500;
    color: #000;
    font-size: 1.2rem;
    display: table;
}

ul {
    margin-top: 0px;
    list-style-type: square;
    font-size: 1rem;
    line-height: 1.5rem;
}

.headertop {
    display: flex;
    flex-direction: row;
    background-color: #fff;
}

.headertop::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 6px;
    background-image: linear-gradient(90deg, #9AB700 0%, #045E74 39%, #045E74 65%, #455D00 100%);
}

.header-menu {
    margin-top: 35px;
    margin-right: 10px;
    margin-left: auto;
    order: 2;
}

.header-menu ul a {
    color: #004C5E;
    font-size: 11px;
}

.header-menu ul a:hover {
    color: #455D00;
}

.header-menu ul a i {
    font-size: 16px;
}

.header-logo {
    display: flex;
    height: 107px;
    background-color: #ffffff;
    flex-direction: column;
}

.header-logo img {
    width: auto;
    height: 67px;
    display: block;
}


/* @@@@@@@@@@@@@@@@@@@@@@@@  NEW @@@@@@@@@@@@@@@@@@@@@@@  */
.element-invisible {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    overflow: hidden;
    height: 1px;
}

.element-invisible.element-focusable:active .element-invisible.element-focusable:focus {
    position: static !important;
    clip: auto;
    overflow: visible;
    height: auto;
}
.git-lp-header a {
color: #455D00;
    text-decoration: underline;
}

.git-view-template-content {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0 solid transparent;
    border-radius: 0;
    margin: 10px 10px;
}

.git-view-template-content a {
    color: #455D00;
}

.git-view-template-content ul {
    line-height: 30px;
}

.gemeente-logo-text p {
    font-weight: bold;
    font-size: 1.2rem;
    text-indent: 20px;
    letter-spacing: 1px;
}

.box,
.header {
    position: relative;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0 solid transparent;
    border-radius: 0;
    margin: 10px 10px;
}

.header span {
    padding: 0 1.25rem;
}

.blok.git-frame {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}

.git-frame-title {
    position: relative;
    margin-bottom: 10px;
    margin-top: 0;
    color: #045E74;
    display: table;
    margin-bottom: 25px;
}

.git-block-recordactions {
    display: flex;
    justify-content: space-around;
}

.git-block-recordactions button {
    background: none;
    border: 0;
    color: #455D00;
}

.git-block-recordactions button:hover {
    text-decoration: underline;
    cursor: pointer;
}

.git-grid:before {
    content: ""
}

.header #text {
    margin-top: 30px;
    display: table;
    font-size: 1.5rem;
}

table {
    width: 100%;
    margin-bottom: 1rem;
    color: #6a7a8c;
    border-collapse: collapse;
}

.git-grid {
    overflow: auto;
}

th {
    padding: 1rem;
    border: .5px dotted #d2d2d2;
    color: #045E74;
    font-size: 1rem;
    font-weight: 500;
    font-family: "Oduda Regular";
}

td {
    padding: 1rem;
    vertical-align: top;
    border: .5px dotted #d2d2d2;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    font-family: "Open Sans";
    margin: 0;
    color: #000;
}

tr:hover {
    color: #6a7a8c;
    background-color: #FBFBFB;
}

.container-left {
    width: 270px;
    padding: 0px 0px 30px 0px;
    line-height: 26px;
    background-color: #004C5E;
    max-width: 320px;
    position: absolute;
    top: 135px;
    bottom: 0px;
    z-index: 5;
}

.container-all {
    width: 100%;
    flex: 1 1;
}

#search {
    display: table;
    padding: 10px;
    transition: .2s ease-in;
    min-width: 25%;
    margin-bottom: 10px;
    border: none;
    float: right;
    border-bottom: solid 1px gray;
}

.margin {
    margin-left: 20px !important;
    margin-right: 20px !important;
}

.container-content {
    display: flex;
    margin: 0% auto 0% 0%;
    margin-top: 10px;
    flex-direction: column;
    flex: 1;
    align-self: flex-start;
}

.menu-item-w svg {
    display: table;
    float: left;
    height: 46px;
    margin-right: 22px;
    width: 15px;
}

.container-left-wrapper {
    display: table;
    min-width: 270px;
    height: 100%;
    background-color: #004C5E;
    float: left;
}

.header strong {
    font-family: "Oduda Regular";
    font-weight: 500;
    font-size: 1.4rem;
    margin-top: 20px;
    display: table;
    margin-bottom: -15px;
    color: #045E74;
}

/* @@@@@@@@@@@@@@@@@@@@@@@@  NEW @@@@@@@@@@@@@@@@@@@@@@@  */
.container-top {
    border-bottom: 6px solid #455D00;
}

.header-logo a {
    height: 67px;
    display: flex;
    padding: 20px 10px;
    float: left;
}

.menu-item-w:hover,
.git-submenu:hover {
    background: #045E74;
}

.container-top {
    display: table;
    width: 100%;
    background-color: #f8f8f8;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 25px;
    float: right;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.option-sub-menu {
    margin-bottom: 15px;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #b3b2b2;
}

.slider:before {
    position: absolute;
    content: "";
    height: 25px;
    width: 25px;
    left: 0px;
    bottom: 0px;
    background-color: #3e3e3e;
}

input:checked+.slider {
    background-color: #455D00;
}

input:focus+.slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider:before {
    -webkit-transform: translateX(35px);
    -ms-transform: translateX(35px);
    transform: translateX(35px);
}

input {
    text-align: left;
    width: 100%;
    padding: .375rem 0rem;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #4f5467;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #e9ecef;
    border-radius: 2px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    text-indent: 10px;
}

input[type="checkbox"] {
    width: auto;
    min-width: auto;
}

.Toegankelijkheid-sub {
    width: 270px;
    line-height: 26px;
    background-color: #fff;
    max-width: 320px;
    top: 0;
    transition-duration: 0.5s;
    z-index: 1;
    height: 0px;
    overflow: hidden;
    margin-bottom: 25px;
}

.settings-padd {
    padding: 20px;
    display: table;
    width: 230px;
}

.header-menu li {
    display: table;
    text-align: center;
    padding: 10px 0px;
    margin-left: 10px;
}

.header-menu i {
    display: table;
    width: 100%;
    font-size: 1.4rem;
    margin-top: 0px !important;
}

.header-menu ul {
    margin: 0;
    display: flex;
    width: 100%;
    padding: 0;
    justify-content: space-evenly;
}

.container-left .fas {
    float: left;
    margin-right: 5px;
    margin-top: 5px;
}

.menu-item-w {
    position: relative;
    display: table;
    width: 95%;
    padding: 4% 0% 4% 5%;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.git-submenu {
    position: relative;
    display: table;
    width: 85%;
    padding-left: 15%;
    background-color: #dbdbdb;
}

#selection {
    position: absolute;
    background: #e0eaf161;
    border: 1px solid#0c65a5;
    z-index: 10;
}

/* ELEMENTEN GOUW CONTENT */
.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-offset-0,
.col-xs-offset-1,
.col-xs-offset-2,
.col-xs-offset-3,
.col-xs-offset-4,
.col-xs-offset-5,
.col-xs-offset-6,
.col-xs-offset-7,
.col-xs-offset-8,
.col-xs-offset-9,
.col-xs-offset-10,
.col-xs-offset-11,
.col-xs-offset-12 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

button.enabled {
    display: inline;
}

button:hover {
    cursor: pointer;
}

.git-quest-nav button {
    background-color: #ccc;
    border-color: #ccc;
    margin-right: 10px;
    cursor: default;
}

.git-quest-nav button.enabled {
    background-color: #455D00;
    border-color: #455D00;
    margin-right: 10px;
}

.git-quest-nav button.enabled:hover {
    background-color: #3e6163;
    cursor: pointer;
}

button.git-toolbar-button.enabled.git-icon-help {
    background: none;
}

button.git-toolbar-button.enabled.git-icon-help:before {
    content: "\f059";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #455D00;
    font-size: 16px;
}

.git-icon-help {
    width: 25px !important;
    height: 25px !important;
}

.git-questionnaire-label {
    display: table;
}

.git-lp-header .header {
    display: flex;
    padding: 20px 20px;
    width: 100%;
}

.git-lp-main {
    display: flex;
    /* flex-direction: column; */
    flex-direction: row;
    flex-flow: wrap;
}

.row.no-overflow {
    overflow: visible;
}

#menu-hoofdmenu {
    margin: 0;
    padding: 0;
}

.git-content {
    width: 100%;
}

.git-grid-sel {
    width: 10px;
}

.fixed {
    position: fixed;
    top: 0;
}

.ReactModal__Overlay {
    background-color: rgba(185, 185, 185, 0.75) !important;
    z-index: 999;
}

.ReactModal__Content {
    height: 250px;
    width: 400px;
    left: 50% !important;
    margin-left: -150px;
    top: 50% !important;
    margin-top: -175px;
    border: none !important;
    border-radius: 10px !important;
}

.git-questionnaire .git-grid {
    height: 100% !important;
}

.validation-error {
    color: red;
}

.git-layoutpanel span {
    width: 100%;
}

.git-layoutpanel {
    height: 100%;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.git-buttonbar-left {
    float: left;
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 40% !important;
}

.git-buttonbar-right {
    float: left;
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: 40% !important;
}

.git-quest-prev {
    display: inline-block;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: 8px;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    color: #fff;
    background-color: #455D00;
    border-color: #455D00;
}

.enabled,
button {
    display: inline-block;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: 8px;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    color: #fff;
    background-color: #455D00;
    border-color: #455D00;
    width: max-content;
}

.enabled:hover {
    background-color: #045E74 !important;
    border-color: #045E74;
}

.git-buttonbar-right button:hover {
    background-color: #045E74 !important
}

.git-buttonbar-left button:hover {
    background-color: #045E74 !important
}

.git-buttonbar-left button {
    background-color: #455D00;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 0;
    cursor: pointer;
    width: 100%;
    border-radius: 8px;
}

.git-icon-help < span {
    top: 0px;
}

.git-icon-help:hover {
    background-color: #fff !important;
}

.git-buttonbar-right button {
    background-color: #455D00;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 0;
    cursor: pointer;
    width: 100%;
    border-radius: 8px;
}

.blue-information-blocks-wrapper {
    background-color: #045E74;
    padding: 15px;
    color: #ffffff;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
    cursor: pointer;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    transition: all 0.1s ease;
}

.blue-information-blocks-wrapper span.link-span {
    display: block;
}

.blue-information-blocks-wrapper:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    transition: all 0.1s ease;
}

.blue-information-blocks-wrapper .min-height-wrapper .icon-image {
    display: inline-block;
    margin-right: 10px;
}

.blue-information-blocks-wrapper .min-height-wrapper .icon-image i {
    font-size: 2rem;
    color: #ffffff;
}

.blue-information-blocks-wrapper .min-height-wrapper .titel-wrapper {
    display: inline-block;
    max-width: 270px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
}

.blue-information-blocks-wrapper .min-height-wrapper .titel-wrapper span.title {
    color: #ffffff;
    margin-top: 0px;
    font-size: 1.75rem;
    line-height: 120%;
    text-decoration: none;
    margin-bottom: 15px;
    display: inline-block;
    font-family: "Oduda Regular";
}

.blue-information-blocks-wrapper .beschrijving-wrapper {
    min-height: 130px;
    max-height: 130px;
}

.blue-information-blocks-wrapper .beschrijving-wrapper p {
    max-height: 130px;
    color: #ffffff;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blue-information-blocks-wrapper .link-wrapper {
    position: relative;
}

.blue-information-blocks-wrapper .link-wrapper .link-image {
    width: 40px;
    height: 50px;
    position: absolute;
    right: 0px;
    bottom: 0px;
    background-color: #455D00;
    margin: -15px;
    cursor: pointer;
}

.blue-information-blocks-wrapper .link-wrapper .link-image .vertical-align {
    display: table;
    min-height: 50px;
    height: 50px;
    width: 100%;
}

.blue-information-blocks-wrapper .link-wrapper .link-image .vertical-align .arrow {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.blue-information-blocks-wrapper .link-wrapper .link-image .vertical-align .arrow::before {
    content: " ";
    position: absolute;
    display: block;
    width: 48%;
    height: 100%;
    bottom: 0px;
    left: -19px;
    right: 0;
    z-index: 1;
    background: #455D00;
    transform-origin: bottom right;
    right: skew(-21deg, 0deg);
    -webkit-transform: skew(-21deg, 0deg);
    transform: skew(-21deg, 0deg);
}

.blue-information-blocks-wrapper .link-wrapper .link-image .vertical-align .arrow i {
    color: #ffffff;
}

@media all and (max-width:1200px) {}

@media all and (max-width:920px) {
    .container-left {
        max-width: 100%;
        display: table;
        top: 0;
        height: 50px;
        position: relative;
        width: 100%;
    }

    .container-left-wrapper {
        display: none;
    }

    .header-menu {
        margin-top: 30px;
    }

    .header-logo img {
        width: auto;
    }

    .header-logo a {
        height: 100px;
    }

    .header-logo {
        height: 100px;
    }

    .footer-sidebar {
        width: 100% !important;
    }

    .container-content {
        margin-bottom: 50px;
    }

    #menu-hoofdmenu {
        line-height: 20px;
    }
}

@media all and (max-width:620px) {}

@media all and (max-width:320px) {}

/* BEGIN PROGRESS BAR */
.git-questionnaire {
    position: relative;
}

.git-quest-progress {
    margin-top: 15px;
    margin-bottom: 15px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 100%;
    position: relative;
    text-align: center;
}

.git-quest-progress:before {
    background-color: #efefef;
    content: "";
    height: 1px;
    position: absolute;
    top: 38px;
    width: 100%;
    float: left;
}


.git-progress-inactive {
    z-index: 20 !important;
}

.git-quest-progress span:before {
    counter-increment: section;
    content: counter(section);
    background-color: #455D00;
    color: #fff;
    border-color: #000;
    border-radius: 50%;
    display: inline-block;
    height: 25px;
    margin-right: .5rem;
    text-align: center;
    width: 25px;
    font-size: 0.8rem;
    font-weight: 700;
    line-height: 26px;
    float: left;
}

.git-questionnaire .git-grid {
    overflow-x: auto;
}

.git-quest-progress span.git-progress-active~*:before {
    counter-increment: section;
    content: counter(section);
    background-color: #dadada;
    color: #000;
}

.git-quest-progress span {
    z-index: 2;
    position: relative;
    background-color: #fff;
    margin: .9rem;
    padding: .6rem;
    transition: all .2s ease-in-out;
    text-align: left;
}

.git-quest-progress span:first-of-type {
    margin: .9rem;
    padding: .6rem;
    margin-left: 0;
}

.git-quest-progress span:last-of-type {
    margin: .9rem;
    padding: .6rem;
    margin-right: 0;
    padding-right: 0;
}

.git-quest-progress span:hover {
    background-color: #efefef;
    cursor: pointer;
}

.git-quest-progress span.git-progress-active~*:hover {
    background-color: #fff;
    cursor: default;
}

/* END PROGRESS BAR */


/* LOGIN STYLING IDAS */
.blue-login-blocks-wrapper {
    background-color: #045E74;
    padding: 15px;
    color: #ffffff;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
}

.blue-login-blocks-wrapper .min-height-wrapper .titel-wrapper {
    display: inline-block;
    vertical-align: middle;
}

.blue-login-blocks-wrapper .min-height-wrapper .titel-wrapper span.title {
    color: #ffffff;
    margin-top: 0px;
    font-size: 1.75rem;
    line-height: 120%;
    text-decoration: none;
    margin-bottom: 15px;
    display: inline-block;
    font-family: "Oduda Regular";
}

.blue-login-blocks-wrapper .beschrijving-wrapper {
    min-height: 350px;
    max-height: 350px;
}

.blue-login-blocks-wrapper .beschrijving-wrapper .form-wrapper {
    display: block;
    margin-bottom: 15px;    
}

.blue-login-blocks-wrapper .beschrijving-wrapper .form-wrapper label {
    display: block;
    margin-bottom: 5px;    
}

.blue-login-blocks-wrapper .beschrijving-wrapper .form-wrapper input {
    width: 70%;
}

.blue-login-blocks-wrapper .beschrijving-wrapper p {
   color: #ffffff;
}

.blue-login-blocks-wrapper .beschrijving-wrapper a {
    color: #ffffff;
    text-decoration: underline;
}

.blue-login-blocks-wrapper .beschrijving-wrapper a:hover {
    text-decoration: none;
}

.blue-login-blocks-wrapper .beschrijving-wrapper .digid-icon {
    width: 90px;
    height: 90px;
    display: block;
    margin-bottom: 10px;
}
/* END LOGIN STYLING IDAS */
