body {
    background: black;
    color: white;
    margin: 75px;
}

#login {
    width: 400px;
    margin: 0 auto;
    text-align: center;
}

.g-signin2 {
    display: inline-block;
}

h1 {
    background: url('../img/logo.png') no-repeat;
    width: 200px;
    height: 71px;
    text-indent: -9999px;
    margin: 0 auto 1em;
}
