﻿
body {
    margin: 0 !important;
    padding: 0 !important;
}

#login-image {
    content: url(/img/views/Account/Login/Login_background_xl_v0.jpg);
    position: absolute;
    width: 100% !important;
    height: 100% !important;
}

/*@media only screen and (max-width: 1680px) {
    #login-image {
        content: url(/img/views/Account/Login/Login_background_l_v0.jpg);
        position: absolute;
        width: 100% !important;
        height: 100% !important;
    }
}

@media only screen and (max-width: 1280px) {
    #login-image {
        content: url(/img/views/Account/Login/Login_background_m_v0.jpg);
        position: absolute;
        width: 100% !important;
        height: 100% !important;
    }
}

@media only screen and (max-width: 1081px) {
    #login-image {
        content: url(/img/views/Account/Login/Login_background_s_v0.jpg);
        position: absolute;
        width: 100% !important;
        height: 100% !important;
    }
}


@media only screen and (max-width: 640px) {
    #login-image {
        content: url(/img/views/Account/Login/Login_background_xs_v0.jpg);
        position: absolute;
        width: 100% !important;
        height: 100% !important;
    }
}*/