body {
    overflow-y: scroll; 
    touch-action: manipulation;
    -ms-touch-action: none;
}

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

    /* For Mobile */
    .bg-login {
        font-family: 'Inter';
        background: rgb(10, 10, 10);
        background-image: url("/assets/img/user/bg-login.png");
        background-repeat: no-repeat;
        background-size: cover;
    }

    .bg-home {
        font-family: 'Inter';
        background: rgb(10, 10, 10);
        background-image: url("/assets/img/user/bg-home.png");
        background-repeat: no-repeat;
        background-size: cover;
        height: 900px;
    }

    .bg-confrim {
        background-color: #ffff;
        font-family: 'Inter';
        background: rgb(10, 10, 10);
        background-repeat: no-repeat;
        background-size: cover;
    }

    .bg-home-competitor {
        font-family: 'Inter';
        background: rgb(10, 10, 10);
        background-image: url("/assets/img/user/bg-home-competitor.png");
        background-repeat: no-repeat;
        background-size: cover;
        height: 800px;
    }
    
    .bg-form {
        font-family: 'Inter';
        background: rgb(10, 10, 10);
        background-image: url("/assets/img/user/bg-form.png");
        background-repeat: no-repeat;
        background-size: cover;
    }

    .bg-form-competitor {
        font-family: 'Inter';
        background: rgb(10, 10, 10);
        background-image: url("/assets/img/user/bg-form-competitor.png");
        background-repeat: no-repeat;
        background-size: cover;
    }
}

@media only screen and (max-width: 8600px) and (min-width: 468px) {

    /* For Dekstop */
    body {
        font-family: 'Inter';
        background: rgb(10, 10, 10);
        background-repeat: no-repeat;
        background-size: cover;
        color: #012E59; 
    }

    #app-login {
        margin: auto;
        width: 390px;
        height: 800px;
        background-repeat: no-repeat;
        background-size: cover;
        background-image: url("/assets/img/user/bg-login.png");
    }

    #app-confrim {
        margin: auto;
        width: 390px;
        height: 800px;
        background-repeat: no-repeat;
        background-size: cover;
        background-color: #ffff;
    }

    #app-home-competitor {
        margin: auto;
        width: 390px;
        height: 850px;
        background-repeat: no-repeat;
        background-size: cover;
        background-image: url("/assets/img/user/bg-home-competitor.png");
    }

    #app-home {
        margin: auto;
        width: 390px;
        height: 900px;
        background-repeat: no-repeat;
        background-size: cover;
        background-image: url("/assets/img/user/bg-home.png");
    }

    #app-form {
        margin: auto;
        width: 390px;
        height: 1590px;
        background-repeat: no-repeat;
        background-size: cover;
        background-image: url("/assets/img/user/bg-form.png");
    }

    #app-form-competitor {
        margin: auto;
        width: 390px;
        height: 950px;
        background-repeat: no-repeat;
        background-size: cover;
        background-image: url("/assets/img/user/bg-form-competitor.png");
    }
}
