body.login {
background:#fff;

}

.login h1 a {
    background-image: url('/wp-content/themes/merchandiser-child/images/ac-logo.svg');
    width: 300px;
height: 40px;
background-size: contain;
}

.login form{
    box-shadow: 0 0px 0px rgba(0, 0, 0, .13);
border: 1px solid #eee;
border-radius: 2px;
}


.login .button-primary {
  width: auto;
  float:right;
    background-color:#467557 !important;
    text-shadow: none;
    box-shadow: inset 0 0px 0 #006799;
font-weight: 700;

  color: #ffffff;
  -webkit-border-radius: 2px;
    border: 0px solid #467557;
}

.login .button-primary:hover {
  background-color:#000 !important;
  color: #fff;
  -webkit-border-radius: 2px;
  border: 0px solid #000;
}

.login .button-primary:active {
  background-color:#000 !important;
  color: #fff;
  -webkit-border-radius: 2px;
  border: 0px solid #000;
}
