
body {
	-webkit-font-smoothing: antialiased;
	font-family: 'PT Serif', serif;
	font-size: 16px;
	line-height: 26px;
	color: #212121;
	background-color: #f0f0f0;
}

.login h1 a {
    background-image: url('img/logo-vereeuwigd-groen.png');
    -webkit-background-size: 222px;
    background-size: 222px;
    background-position: center top;
    background-repeat: no-repeat;
    color: #444;
    height: 50px;
    font-size: 20px;
    line-height: 1.3em;
    margin: 0 auto 25px;
    padding: 0;
    width: 222px;
    text-indent: -9999px;
    outline: 0;
    display: block;
}

.wp-core-ui .button-primary {
	font-family: 'PT Serif', serif;    
	font-size: 16px;
	line-height: 1.42857143 !important;
    padding: 10px 30px !important;
    height: 42px !important;
    vertical-align: middle !important;
    border: none;
    border-radius: 0px;
    background-color: #4e8a86;
	color: #fff;	
	text-shadow: none;
	box-shadow: none;
}

.wp-core-ui .button-primary:hover {
	font-family: 'PT Serif', serif;    
	font-size: 16px;
	line-height: 1.42857143 !important;
    padding: 10px 30px !important;
    height: 42px !important;
    vertical-align: middle !important;
    border: 1px solid #4e8a86;
    border-radius: 0px;
    background-color: #fff;
	color: #4e8a86;	
	text-shadow: none;
	box-shadow: none;
}

.login form .input, .login input[type=text] {
    font-size: 16px;
    width: 100%;
    padding: 3px;
    margin: 2px 6px 16px 0;
}