/*
	Custom WP Login Page
	by Daniel Dahl
	http://danieldahl.com/
*/


.login h1 a {
	background-image: url('../img/nordic-logo.png');
	background-size: 320px 100px !important;
	width: 320px !important;
	height: 100px !important;
}

#login {
	width: 320px;
	margin: auto;
}

.wp-core-ui .button-primary:active {outline:0;}
.wp-core-ui .button-primary:focus {outline:0;}