body.login h1 a {
    min-height: auto;
}

body.login #login h1 {
    background: #777777;
    border-radius: 15px;
    padding: 30px 20px 0 20px;
}

body.login #loginform input[type="submit"],
body.login .button-primary {
    background: #00ae9d !important;
    border-color: #00ae9d !important;
    color: #fff !important;
}

body.login .dashicons-visibility {
    color: #00ae9d !important;
}
