/**
 * Basic changes
 * balance the a tags on the bottom of page
 * remove WP logo
 *
 */
body{
    /* background-color: black; */
}

.login h1 a {
    background-image: none;
    background-size: 0;
    height: 0;
}

#nav a, #backtoblog a{
    background-color: #eaeaea;
    border: 1px solid #e1e1e1;
    padding: 6px;
    margin: 0;
    clear: both;
    display: block;
    text-align: center;
}
