div#login h1 {
    overflow: hidden;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0,0,0,0.13);
}

div#login h1 a {
    width: 120px;
    height: 36px;
    margin: 10px auto;
    background-size: 120px;
    background-position: center center;
    background-repeat: no-repeat;
}

p.login-header {
    text-align: center;
    color: red;
    margin-top: 20px;
}
div.login-footer {
    width: 320px;
    margin: auto;
}
div.login-footer p {
    color: red;
    padding: 0 24px;
}
