* {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-font-smoothing: antialiased;
}

:focus {
	outline: 0!important;
}
body.login h1 a {
	background: url('http://dobre.in.ua/wp-content/themes/Dobre/images/logo.png') center center no-repeat transparent;
	background-size: 320px 168px;
	width: 320px;
	height: 168px;
	margin: 0 auto 0px;
	padding: 0;
}
body {
	background-color: #000;
}
.login #backtoblog a, .login #nav a {
	color: #ffffff !important;
}