.login-password-protected {margin:auto !important; display:flex; background: url(https://koenbaecke.be/wp-content/uploads/2019/06/Koen.png); background-color: #000; background-size: cover;}
#login h1 {display:none;}
.logincontent {text-align:center; color:white; font-size:18px;}
#loginform {text-align:center; background:none; color:white;}
.submit {text-align:center !important;}
.login .button-primary {float:none !important;}

.btn-custom {color: #FFF;
    letter-spacing: 4px!important;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    font-size: 11px;
    font-weight: 400!important;
    display: inline-block;
    line-height: 1em;
    padding: 15px 30px !important;
    position: relative;
    z-index: 5;
    background: transparent !important;
    border: solid 1px rgba(148, 141, 141, 0.4)!important;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
cursor: grab;
}

.btn-custom:hover {background-color:#fff !important; color:#000;}
input[type=password] {margin-top:10px !important;}