:root{
	--logohoogte: 300px;
	--menuhoogte: 50px;
}

.login_inlogscherm {
	display: flex;
	justify-content: center;
	align-items: center;
	justify-content: center;
	align-items: center;
	margin-top: 75px;
	font-size: 16px;
}

.login_inlogscherm form {
	background-color: var(--colorBGFormulier);
	border: 1px solid #333;
	border-radius: 10px; 
	text-align: center;
	padding: 25px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.login_invoerveld {
	margin-bottom: 15px;
	text-align: left;
}

.login_veld {
	font-size: 22px;
}

.login_invoerveld label {
	width: 160px; 
	display: inline-block; 
	/* color: blue; */
	font-weight: bold;
}

.button {
	display: block; 
	margin: auto; 
}

@media only screen and (max-width: 768px) {
.container {
	flex-direction: column; 
	margin: -5px; 
	justify-content: flex-start;
}

body{
  font-size: 12px;
}

}