/* Change background color and font family */
body {
    background: #fff;
    font-family: Arial,Verdana,sans-serif;
}

/* Change Width and Height of Logo Image + Add Custom Image File */
.login h1 a {
    background-image: url(bizisites-logo.png);
    width: 250px;
    height: 160px;
    background-size: 250px 160px;
}

/* Change Width and Height of Logo Image + Add Custom Image File */
.login.wu-setup.wp-core-ui.login h1 a {
    width: auto;
    height: 80px;
}


/* 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;*/
/*}*/