@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

#advertise-area {
    max-width: 1000px;
}

.login-pf body {
	background-image: url('../img/dr-achtergrond.jpg');
    background-position-x: left;
    background-position-y: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.login-pf-page {
    padding-top: 0;
    min-height: 100%;
}

.login-pf-page .card-pf,
.login-pf-page .card-pf-logout
{
    border-top:0;
}

.btn-primary {
    width: 100%;
}

.pf-c-button.pf-m-primary.pf-m-block.btn-lg,
.btn-primary {
    background: rgba(0,153,204,1);
    border-radius: 4px;
    box-shadow: 0 3px 1px -2px rgba(0,0,0,.2), 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12);
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}

.pf-c-button.pf-m-primary.pf-m-block.btn-lg:hover,
.btn-primary:hover {
    background: #338dbc;
}

.pf-c-button.pf-m-control:hover {
    --pf-c-button--m-control--after--BorderBottomColor: rgba(0,153,204,1);
}

.pf-c-form-control {
    border: 1px solid #c4c4c4;
    border-radius: 4px;
}

#advertise-area {
    width: calc(100% - 500px);
    position: absolute;
    padding: 25px;
    display: none;
}

a[id$="-medicplek"] {
    display: none!important;
}

#greeting {
    line-height: 2em;
    font-weight: 400;
}

@media (min-width: 1024px) {
    .login-pf-page .card-pf-login {
        margin: 0 0 0 auto;
        min-height: 100vh;
    }
    .login-pf-page .card-pf-logout {
        margin: auto;
        min-height: auto;
    }

    #advertise-area {
        display: flex;
    }
}