body.login{
	background-color: #18171D !important;
}
body.login div#login h1 a {
	width: 84px;
	height: 58px;
	background-image: url(../images/logo-unikmedia.png);
	padding-bottom: 0;
	margin-bottom: 0;
} 
#loginform{
	border-color: #666 !important;
	background-color: #0E0D10 !important;
	border-radius: 10px;
}
#login_error{
	background: #0E0D10 !important;
	color: white !important;
}
#loginform label{
	color: #666;
}
.login form input[type=checkbox]{
	background: #0E0D10 !important;
}
.login form .input, .login input[type=password], .login input[type=text]{
	background: #18171D !important;
	color: white !important;
}
.login input[type=password]:focus, .login input[type=text]:focus{
	border-color: white !important; 
	box-shadow: 0 0 0 1px white;
}
.login .button.wp-hide-pw .dashicons{
	color: white !important;
}
#wp-submit{
	background: #F0082B !important;
	border-color: #F0082B !important;
}
.login #backtoblog a, .login #nav a{
	color: #666;
}
.login #backtoblog a:hover, .login #nav a:hover{
	color: #F0082B;
}