.modal-content {
    padding: 15px;
    border-radius: 0;
}

.modal-footer>a {
    padding-left: 10px;
}


.modal-body.table {
    padding: 15px;
    display: table;
    border-collapse: collapse;
    width: 100%;
}

.modal-body.table>div {
    display: table-row;
}

.modal-body.table div>div {
    display: table-cell;
    padding: 12px;
    line-height: 34px;
}

.modal-body.table div>div input {
    width: 100%;
    padding: 6px;
    line-height: 24px;
}

.modal-body .btn {
    margin: 24px 6px 24px 0;
}

.modal-body h2 {
    font-size: 18px;
}

.modal-body h4 {
    padding-bottom: 24px;
}

h3.modal-title {
    text-transform: uppercase;
    font-size: 22px;
    color: #14143B;
    margin: 15px 0;
}

.bgk-login-modal-banner {
    height: 133px;
    background-color: #14143B;
    background-image: url("../images/vurdst-logo-white.svg");
    background-position: 0 center;
    background-repeat: no-repeat;
    background-size: 230px;
    padding-left: 275px;
    color: white;
    display: flex;
    align-items: center;
    font-size: 34px;
    font-weight: 400;
    margin: -15px -15px 0 -15px
}

.bgk-login-modal-banner::after {
    content: "Geokoderen";
}

.modal-subtitle {
    color: #14143B;
}

.modal-content .row {
    padding: 20px 0;
}

@media (min-width: 768px) {
    .login-modal-content {
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

.login-modal-content {
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #14143B;
}

.login-modal-content h1 {
    text-align: center;
    font-size: 26px;
    text-transform: uppercase;
}

.login-modal-content h2 {
    text-align: center;
    font-size: 22px;
    margin: 0;
}

.login-modal-content input[type="text"],
.login-modal-content input[type="password"] {
    border-radius: 0;
    margin: 15px 0;
    height: 54px;
}

.bgk-login-modal-banner-light {
    height: 133px;
    background-color: #F5F5F5;
    display: flex;
    margin: -15px -15px 0 -15px;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.arrow-right {
    width: 93px;
    height: 7px;
    background-image: url("../images/ArrowRight.png");
    display: inline-block;
    background-repeat: no-repeat;
}

.bgk-login-success-row {
    display: flex;
    justify-content: space-between;
    margin: 24px;
    align-items: center;
    justify-content: space-around;
}

.bgk-button {
    background-color: white;
    border: none;
    color: white;
    padding: 16px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    cursor: pointer;
}

.bgk-button:hover {
    color: white;
    text-decoration: none;
}

.bgk-button:active {
    text-decoration: none;
}

.bgk-button-default {
    color: #14143B;
    border: 1px solid #14143B;
}

.bgk-button-default:hover {
    color: white;
    background-color: #14143B;
}

.bgk-button-cta {
    color: white;
    background-color: #4F4F6F;
}

.bgk-button-cta:hover {
    background-color: #14143B;
}

.bgk-button:disabled{
    background-color: #cccccc;
}
.bgk-button:disabled:hover{
    cursor: not-allowed;
}

.bgk-button-modal {
    text-align: left;
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 15px 0;
}

.hr-text {
    line-height: 1em;
    position: relative;
    outline: 0;
    border: 0;
    color: #14143b;
    text-align: center;
    height: 1.5em;
    opacity: .5;
}

.hr-text::before {
    content: '';
    background: #14143B;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
}

.hr-text::after {
    content: attr(data-content);
    position: relative;
    display: inline-block;
    padding: 0 3em;
    right: 1em;
    line-height: 1.5em;
    color: #14143b;
    background-color: #fff;
}

.bgk-login-modal-section {
    margin: 20px 0;
}

.bgk-login-modal-body {
    display: flex;
    flex-direction: column;
}