 /* Change background image and font family */
body {
  /*background-image: url(background.jpg);*/
  background: #eceaff;
  font-family: Arial,Verdana,sans-serif;
}

 
/* Change Width and Height of Logo Image + Add Custom Image File */
.login h1 a {
  background-image: url(logo-crowdfunding.png);
  width: 300px;
  /* width: 235px;
  height: 34px; */
  background-size: 267px 68px;
}
 
/* Add a few changes to the color and style of form itself */
.login label {
  color: #454545;
  display: block;
  margin-bottom: 1em;
  font-weight: bold;
}
 
.login form .input {
  font-weight: normal;
}
 
.login #backtoblog a, .login #nav a {
  color: #4da28f;
}
 
.wp-core-ui .button-primary {
  background: #4da28f;
}
.login form#loginform .forgetmenot{
  font-size:12px !important;
  font-weight:300 !important;
  float:left;
}
  body.login .submit button.button-primary.button-large{background:#0074ba !important;}
 body.login.wp-core-ui .button-primary{background:#0074ba !important;}