/*------------------------------------*\
    Login-page
\*------------------------------------*/

/* Change Width and Height of Logo Image + Add Custom Image File */

.login .wp-login-logo a {
  background-image: url("img/mawnandmawnlogo-green.png") !important;
  width: 320px;
  height: 97px;
  background-size: contain;
}
