
#login h1 a {
    background: url('../../img/logo.svg') center / contain no-repeat scroll transparent;
    width: 100%;
    height: 80px;
}
#nav,
#backtoblog {
    text-align: center;
}
.login #backtoblog {
    padding-bottom: 72px;
}
.login-powered {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    height: 56px;
    line-height: 56px;
    background: #fff;
    border-top: 1px solid #c3c4c7;
}
.login-powered a {
    text-decoration: none;
    font-size: 13px;
}
.login-powered a:hover {
    text-decoration: underline;
}
