body {
			display: flex;
			flex-flow: wrap;
    		align-items: center;
    		justify-content: center;
		}
		
        body.login {
            background-color: #FFF3E1;
            font-family: "Montserrat", Sans-serif;
			letter-spacing: 1px;
        }
        .login h1 a {
            background-image: url("https://cdn.reddstone.nl/template-2025/images/REDDSTONE-Favicon.png");
            background-size: contain;
            width: 200px;
            height: 100px;
        }
        .login form {
            background: #FFF3E1;
            border-radius: 0;
            padding: 26px 24px;
			box-shadow: none;
			border: none;
            /*box-shadow: 0 4px 12px rgba(0,0,0,0.1);*/
        }
		.login form .input, .login input[type=password], .login input[type=text] {
			border: none;
			border-radius: 0;
			transition: box-shadow .5s ease;
		}
		
		input[type=checkbox]:focus,
		input[type=color]:focus,
		input[type=date]:focus,
		input[type=datetime-local]:focus,
		input[type=datetime]:focus,
		input[type=email]:focus,
		input[type=month]:focus,
		input[type=number]:focus,
		input[type=password]:focus,
		input[type=radio]:focus,
		input[type=search]:focus,
		input[type=tel]:focus,
		input[type=text]:focus,
		input[type=time]:focus,
		input[type=url]:focus,
		input[type=week]:focus, 
		select:focus, 
		textarea:focus {
			box-shadow: 0px 2px 0px 0px #EEC6D2;
		}
        .login #wp-submit {
            background: transparent;
			border-radius: 0;
            text-shadow: none;
            box-shadow: none;
            font-weight: bold;
			border: none;
			color: #000;
			border-bottom: 1px solid  #EEC6D2;
			transition: background .5s ease, color .5s ease .3s;
        }
		.login #wp-submit:hover {
			background: #EEC6D2 !important;
			color: #f15d4f !important;
		}
		.login .message, 
		.login .notice, 
		.login .success {
			border-color: #EEC6D2;
			box-shadow: none;
		}
        .login #wp-submit:hover {
            background: #005f8d;
        }
		.language-switcher,
		.forgetmenot {
			display: none;
		}
		 