/** Auth page **/
body.auth-page {
    background: #ddd;
}

.login-logo {
    text-align: center;
    margin-top: 50px;
}

body.auth-page #login-modal {
    position: absolute;
}

body.auth-page #login-modal .modal-wrapper {

}