body.login #login h1 a{
	width: 330px;
	height: 112px;
	/* background-image: url( '../../img/client-logo.svg' ); */
	background-image: url( '/wp-content/mu-plugins/webmechanix/dist/images/WebMechanix-Mark-Blue.svg' );
	background-size: 330px 112px
}
body.login #nav a{
	color: #025AB4
}
body.login #nav a:hover{
	color: #011b36
}
body.login input[type="text"]:focus,
body.login input[type="password"]:focus,
body.login input[type="checkbox"]:focus{
	border-color: #025AB4;
	-webkit-box-shadow: 0 0 2px rgba(2,90,180,0.8);
	box-shadow: 0 0 2px rgba(2,90,180,0.8)
}
body.login input[type="checkbox"]:checked::before{
	color: #025AB4
}
body.login .button-primary{
	background-color: #025AB4 !important;
	border: 0;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-shadow: none;
	height: 32px !important
}
body.login .button-primary:hover,
body.login .button-primary:focus,
body.login .button-primary:active{
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: #011b36 !important;
	outline: none;
	transform: none
}

