:root {
	--black-light: rgba(169, 169, 169, 1);
	--black-50: rgba(102, 102, 102, 1);
	--black: rgba(51, 51, 51, 1);
	--black-darkest: rgba(0, 0, 0, 1);
	--white: rgba(255, 255, 255, 1);
	--whiteish: rgba(246, 248, 255, 1);
	--grey: rgba(230, 230, 230, 1);
	--blue: rgba(32, 59, 255, 1);
	--blue-dark: rgba(0, 22, 184, 1);
	--blue-darker: rgba(16, 29, 127, 1);
	--blue-darkest: rgba(10, 19, 82, 1);
	--blue-darkestest: rgba(3, 5, 23, 1);
	--green: rgba(0, 219, 156, 1);
	--green-dark: rgba(0, 194, 138, 1);
	--green-darker: rgba(0, 143, 102, 1);
	--green-darkest: rgba(0, 77, 54, 1);
	--pink: rgba(255, 36, 99, 1);
	--pink-dark: rgba(204, 29, 79, 1);
	--pink-darker: rgba(153, 22, 59, 1);
	--pink-darkest: rgba(89, 13, 35, 1);
}

#login h1 a, .login h1 a {
	background-image: url(https://www.studioronduit.nl/wp-content/themes/studioronduit/images/logo.svg);
	width:140px;
	background-size: contain;
	background-repeat: no-repeat;
	padding-bottom: 0px;
	margin-bottom: 0;
}
#login:after{
	content: "Met liefde gemaakt door Studio Ronduit";
	text-align: center;
	display: block;
	position: absolute;
	bottom: 40px;
	width: 100vw;
	left: 0;
	font-size: 16px;
	font-weight: 300;
	color: var(--pink);
	
}


.login{
	background: white;
}

.language-switcher{
	display: none;
}

#loginform {
	border: 0;
	display: flex;
	flex-direction: column;
	justify-items: center;
	box-shadow: none;
}

#loginform .submit{
	padding-top: 12px!important;
}

#loginform input[type=text]{
	border-radius: 4px;
	border: 1px solid;
	border-color: var(--light-brown);
	background: none;
	transition: .5s ease all;
	height: 40px;
	padding: 0 8px;
	display: inline-flex;
	outline: none !important;
}
#loginform input[type=text]:focus, 
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active{
	box-shadow: 0 0 0 30px white inset !important;
	border-color: var(--eges-green);
	color: var(--brown);
	background: transparent !important;
	outline: 0;
}

#loginform input[type=submit]{
	padding: 10px 18px;
	border-radius: 50px;
	min-width: 105px;
	white-space: nowrap;
	overflow: hidden;
	-webkit-mask-image: -webkit-radial-gradient(white, black); //fix border-radius bug on hover
	text-align: center;
	font-size: 14px;
	line-height: 1;
	font-weight: 700;
	color: #ffffff;
	transform: translateZ(0);
	border-radius: 50px;
	transition: .4s ease all;
	display: inline-block;
	border-color: transparent;
	background-color: var(--eges-green);
}

#loginform input[type=submit]:hover{
	filter: brightness(1.1);
}

.wp-block-paragraph.is-style-intro{
	font-size: 1.2em;
	font-weight: 600;
}

.acf-block-preview .image-slider{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	gap: 20px;
	margin-left: 50%;
	transform: translateX(-50%);
}

.acf-block-preview .image-slider img{
	width: 60vw;
	object-fit: contain;
	max-height: 500px;
	max-width: 400px;
}

[data-align="wide"] .wp-block-group{
	padding: 20px;
}
	
