.account-pages {
    height: 100vh;
    padding-top: 40px;
    background-image: url("/images/login-bg.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: auto;
}

.account-pages-logo {
    margin-bottom: 40px;
}

.account-pages-logo img {
    height: 88px;
}

@media (min-width: 992px) {
    .account-pages {
        padding-top: 140px;
    }
}