#login {
    background: #f1f1f1;
}

.login h1 a {
    background: url(images/parkside-grove-logo.png) 50% 50% no-repeat;
    background-size: 100%;
    width: 280px;
    height: 120px;
    margin-bottom: -20px;
}

#nav::before {
    content: '';
    display: block;
    background: url(images/te-waipounamu-logo.svg) 50% 50% no-repeat;
    background-size: 60%;
    width: 100%;
    height: 164px;
    margin: -10px 0 20px 0;
}

#wp-submit {
    background: #05730D;
    color: #fff !important;
    text-shadow: none;
    border: 0;
    cursor: pointer;
    box-shadow: none;

}

#login input[type="submit"]:hover {
    background: #555;
    color: #fff !important;
}

#login input:focus {
    border-color: #05730D;
    box-shadow: 0 0 4px rgba(217,79,0,0.5);
}