.modus-layout{
    background-image: url('../../image_resources/saw_upmobb.png'), url('../../image_resources/banner_background_data_center.png');
    background-repeat: no-repeat;
    background-position: 0px 100%, 50% 50%;
    background-size: 515px auto,120% auto;
}
#form-login{
    max-width: 480px;
    height: 601px;
    margin-top: 10rem;
    z-index: 2;
}

.z-index-4{
    z-index: 4;
}
@media screen and (max-width:1024px) {
    .modus-layout{
        background-image: url('../../image_resources/saw_upmobb.png'), url('../../image_resources/banner_background_data_center.png');
        background-repeat: no-repeat;
        background-position: 0px 100%, 50% 50%;
        background-size: 515px auto,auto 120%;
    }
}
@media screen and (max-width:768px) {
    #form-login{
        margin-top: 8rem;
    }
    .modus-layout{
        background-image: url('../../image_resources/saw_upmobb.png'), url('../../image_resources/banner_background_data_center.png');
        background-repeat: no-repeat;
        background-position: -123px calc(100% + 123px), 50% 50%;
        background-size: 515px auto,auto 120%;
    }
}
@media screen and (max-width:425px) {
    #form-login{
        margin-top: 0px;
        height: 100%;
        max-height: auto;
        padding-top: 3rem;
    }
}