.login h1 a {
    background-image: url('../images/jpos-logo.png');
    background-size: contain;
    width: 100%;
    height: 80px;
}

.login form {
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.login #login_error, .login .message {
    border-left-color: #0073aa;
    border-radius: 4px;
}

.wp-core-ui .button-primary {
    background: #0073aa;
    border-color: #005d87;
}

.jpos-reset-password {
    text-align: center;
    margin-top: 15px;
}

.login #nav, .login #backtoblog {
    text-align: center;
}