div.jumbotron.login{
	background-color: #414042;
}
@media screen and (max-width:769px){
    div.jumbotron.login{
        background-image: none !important;
    }
}

div.jumbotron.login.noBackground .inputCol{
}
div.jumbotron.login .inputCol{
	height:100%;
	background-color:transparent;
	transition:background-color .3s ease-in-out;
}
.col-md-6.col.login img.logo {
    max-width: 64%;
}
.col-md-6.col.login {
    overflow: hidden;
}

.container.login.centerDiv{
	position: relative;
    transform: none;
    width: 100%;
    left: 0;
    bottom: -17%;
    top: auto;
}
div.container.login input{
	margin-bottom:10px;
	border-radius: 5px;
	height: 43px;
	box-shadow: 0px 3px 6px 0 rgb(0 0 0 / 29%) !important;
}
div.container.login a:not(.button) {
    line-height: 39px;
}

div.login.vergeten input#username{
	width:100%;
	margin-top:5px;
}
div.login.vergeten a.opnieuw,
div.login.vergeten button.vergeten.g-recaptcha{
	/* border:0; */
	width: 100%;
}

@media screen and (max-width: 440px){
    div.login.vergeten a.opnieuw{
        color:#fff;
        border-color:#fff;
    }
}

form#vergeten h1,
form#vergeten{
    /* color: white; */
}


a.vergeten {
    max-width: 48%;
    line-height: 20px !important;
    float: left;
}
div.container.login.mobile h1 {
    color: #fff;
}
@media screen and (max-width: 440px){
    div.container.login.mobile a:not(.button) {
        color: #fff;
    }
}
@media screen and (min-width: 440px){
    div.container.login.mobile a:not(.button) {
        color: #000;
        font-size: 12px;
        display: inline-flex;
        align-items: center;
    }
}
.eyebutton {
    position: relative;
    float: right;
    top: -47px;
    right: 8px;
    background: #fff0;
    color: #b5163e;
    height: 30px;
    border-style: none;
}
.loginButtonHolder{
	display:flex;
	margin-top: -18px;
	justify-content: space-between;
	align-content: center;
}