﻿.bg-img-v2 {
    background-image: url('../../Content/Image/Portal/Affiliate-Log-In-Page-Design-Image.png');
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: 75%;
    background-color: white;
}

@media (min-width: 700px) {
    bg-img-v2 {
        background-image: url('../../Content/Image/Portal/Affiliate-Log-In-Page-Design-Image.png');
        background-position: left bottom;
        background-repeat: no-repeat;
        background-size: 50%;
        background-color: white;
    }
}

@media (min-width: 1000px) {
    .bg-img-v2 {
        background-image: url('../../Content/Image/Portal/Affiliate-Log-In-Page-Design-Image.png');
        background-position: left bottom;
        background-repeat: no-repeat;
        background-size: 45%;
        background-color: white;
    }
}

@media (min-width: 1300px) {
    .bg-img-v2 {
        background-image: url('../../Content/Image/Portal/Affiliate-Log-In-Page-Design-Image.png');
        background-position: left bottom;
        background-repeat: no-repeat;
        background-size: 35%;
        background-color: white;
    }
}

@media (min-width: 1500px) {
    .bg-img-v2 {
        background-image: url('../../Content/Image/Portal/Affiliate-Log-In-Page-Design-Image.png');
        background-position: left bottom;
        background-repeat: no-repeat;
        background-size: 30%;
        background-color: white;
    }
}