@media only screen and (max-width: 1024px) {

    .parent {
        background-image: url('/img/login-background-1024.png');
        background-size: 100% 78%;
    }

    @media only screen and (max-height: 815px) {

        .parent {
            background-size: 100% 88%;
        }

    }

}

@media only screen and (max-width: 875px) {

    .parent {
        background-image: url('/img/login-background-875.png');
        background-size: 100% 100%;
    }

    .login-container {
        width: 90%!important;
        max-width: 100%;
        max-height: 100%;
    }

    .login-title {
        height: 50px!important;
        line-height: 50px!important;
        vertical-align: middle!important;
        background-image:url('/img/revpayStarry3.png');
        background-size: cover;
        color: white!important;
        font-weight: bold!important;
    }

    .c-col-2 {
        width: 100%!important;
    }

    .login-box {
        width: 100%!important;
        box-shadow: none;
        border: none;
    }

    .login-box-left {
        display: none!important;
    }

    .login-box-right {
        max-width: 815px;
        min-width: 325px;
    }

    .login-logo {
        display: inline!important;
    }

    .popover {
        display: none;
    }
}


@media only screen and (max-width: 450px) {

    .parent {
        background-size: 0 0;
    }

    .child {
        vertical-align: top;
    }

    .login-container {
        width: 100%!important;
        max-width: 100%;
        max-height: 100%;
    }

}