.language-switcher {
    display: none;
}
body.login {
    background: #f7f7f7;
}
#login h1 a,
.login h1 a {
    background-image: url(/wp-content/themes/onzestadstuin/images/logo.png);
	height: 161px;
	width: 200px;
	background-size: 200px 161px;
    background-repeat: no-repeat;
}

body.login form {
    margin-top: 20px;
    margin-left: 0;
    padding: 26px 24px 46px;
    overflow: hidden;
    background: #ffffff;
    border-radius: 3px;
    border: 0;
    -webkit-box-shadow: 0px 15px 15px -10px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 15px 15px -10px rgba(0, 0, 0, 0.05);
}
body.login .button.button-primary {
    background-color: #049f3a;
    border-radius: 3px;
    border: 0;
    color: #ffffff;
    font-size: 1.25em;
}
body.login .button.button-primary:hover {
    -webkit-box-shadow: 0px 15px 25px -7px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 15px 25px -7px rgba(0, 0, 0, 0.1);
    background-color: #048731;
}
body.login .privacy-policy-page-link {
    display: none;
}
body.login p#backtoblog,
body.login p#nav {
    text-align: center;
}
body.login p#nav {
    font-weight: 700;
    font-size: 1.1em;
} 
