.login h1 a {
    background-image: url('/wp-content/themes/chris-hudson-theme/img/hudson_logo_white.svg');
	height: 44px;
    width: auto;
    background-size: cover;
}
body, html {
/*     background: #1d1c1c none repeat scroll 0 0; */
background-image: url('/wp-content/themes/chris-hudson-theme/login/custom_login_chris_hudson_bg.jpg');
background-repeat: no-repeat;
background-size: cover;
}
.login .button-primary {
  width: 120px;
  float:right;
  background-color:#ff6d1f !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#ff6d1f), to(#ff6d1f));
  background: -webkit-linear-gradient(top, #ff6d1f, #ff6d1f);
  background: -moz-linear-gradient(top, #ff6d1f, #ff6d1f);
  background: -ms-linear-gradient(top, #ff6d1f, #ff6d1f);
  background: -o-linear-gradient(top, #ff6d1f, #ff6d1f);
  background-image: -ms-linear-gradient(top, #ff6d1f 0%, #ff6d1f 100%);
  color: #ffffff;
  -webkit-border-radius: 4px;
  border: 1px solid #db5a15;
}
.login .button-primary:hover {
  border: 1px solid #262626;
}
.login .button-primary:active {
  background-color:#f98f56!important;
}
.login #backtoblog a, .login #nav a {
    color: #fff;
}
.wp-core-ui .button-primary {
    text-shadow: none;
}

#loginform {
	background-color:#eee;
}
.privacy-policy-link {color: #fff;}