/* Change background color and font family */

body {
  background: rgb(245,245,245);
}

/* Change Width and Height of Logo Image + Add Custom Image File */
.login h1 a {
  background-image: url('/wp-content/uploads/2021/11/beyond-empower-logo-21.svg');
  width: 270px;
  height: 120px;
  background-size: 270px 120px;
}

/* Add a few changes to the color and style of form itself */
.login label {
  color: #222;
  display: block;
  margin-bottom: 1em;
  font-weight: bold;
}

.login form .input {
  font-weight: normal;
}

.login #backtoblog a, .login #nav a {
  color: #000;
}
.login #backtoblog a:hover, .login #nav a:hover {
  color: #000;
}

.wp-core-ui .button-primary {
	background: #2d8d2d;
	box-shadow: 0 1px 0 #2d8d2d;
	border-color: #2d8d2d #2d8d2d #2d8d2d;
	text-shadow: 0 -1px 1px #222222,1px 0 1px #222222,0 1px 1px #222222,-1px 0 1px #222222;
}
.wp-core-ui .button-primary:hover {
	background: #444;
	box-shadow: 0 1px 0 #444;
	border-color: #444 #444 #444;
	text-shadow: 0 -1px 1px #444,1px 0 1px #444,0 1px 1px #444,-1px 0 1px #444;
}
