/* Change background color and font family */
body {
  background: #f8f8f8;
  font-family: Arial,Verdana,sans-serif;
}
 
/* Change Width and Height of Logo Image + Add Custom Image File */
.login h1 a {
  background-image: url(admin-logo-wp-bravos-v2.png);
  width: 220px;
  height: 100px;
  background-size: 213px 97px;
}
 
/* Add a few changes to the color and style of form itself */
.wp-core-ui .button-primary {
  background: #368ac3;
  color: #fff;
  text-decoration: none;
  border-color:none;
  border-color: #ffffff #ffffff #ffffff;
  -webkit-box-shadow: 0 1px 0 #ffffff; 
  text-shadow: none;
}

.wp-core-ui .button-primary:hover {
  background: #40a5ea;
  border-color: #40a5ea

}
