﻿body.account {
    background-image: url(/images/login_background.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-bottom: 0px;
}

@media (max-width: 600px) {

    .mobile-footer > img {
        overflow: hidden;
    }

    body.account {
        background-position: bottom;
        background-size: contain;
    }
}

@media (min-width: 600px) {

    .mobile-footer {
        display: none;
    }
}


