body.login
{
	background: none;
	background-color: #ffffff;
	
}
body.login form
{
	background-color: #dddddd;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}
body.login form .input, 
body.login form input[type="checkbox"], 
body.login input[type="text"]
{
	background-color: #f0f0f0;
}
input[type="text"]:focus, 
input[type="search"]:focus, 
input[type="radio"]:focus, 
input[type="tel"]:focus, 
input[type="time"]:focus, 
input[type="url"]:focus, 
input[type="week"]:focus, 
input[type="password"]:focus, 
input[type="checkbox"]:focus, 
input[type="color"]:focus, 
input[type="date"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="email"]:focus, 
input[type="month"]:focus, 
input[type="number"]:focus, 
select:focus, 
textarea:focus
{
	border-color: #008716;
	box-shadow: 0 0 2px rgba(116, 116, 116, 0.8);
}
body #login h1 a, 
body.login h1 a 
{
	/* background-image: url( "/wp-content/plugins/dim-etc/img/login-logo.png" );
	background-size: 320px auto; */
	background-image: url( "/wp-content/plugins/dim-etc/img/dim_logo.svg" );
	background-size: auto 84px;
	padding-bottom: 0;
	width: 100%;
	background-position: top center;
	cursor: default;
}
body #loginform .si_captcha_small img#si_image_log
{
	border: 1px solid #c5c5c5 !important;
	padding-right: 0 !important;
	margin-right: 5px;
}