/* Change background color and font family */
body {
  background: #fff;
  color: #222222;
}
 
/* Change Width and Height of Logo Image + Add Custom Image File */
.login h1 a {
  background-image: url(/wp-content/themes/ovaltwo-child/assets/img/puppy-lover-events.png);
  width: 250px;
  height: 46px;
  background-size: 250px 46px;
}
 
/* Add a few changes to the color and style of form itself */
.login label {
  color: #4d3e30;
}

#loginform {
	background: #cecbbd;
	-moz-box-shadow: 0px 0px 10px #4d3e30;
	-webkit-box-shadow: 0px 0px 10px #4d3e30;
	box-shadow: 0px 0px 10px #4d3e30;
}

.wp-core-ui .button-primary {
	background: #4d3e30;
	border: 1px solid #4d3e30;
	transition: .4s;

}

.wp-core-ui .button-primary:hover {
	background: #fff;
	color: #4d3e30;
	border: 1px solid #4d3e30;

}