

@media only screen and (max-width: 329px) {
    .main-ilustration.main-ilustration-4 {
        max-width: 475px;
        height: 395px;
    }

    .login-btn {
        margin: 0 !important;
    }

    .nav-brand img {
        width: 100px !important;
    }
}

@media only screen and (min-width: 330px) and (max-width: 375px) {
    .main-ilustration.main-ilustration-4 {
        max-width: 475px;
        height: 395px;
    }

    .login-btn {
        margin: 0 !important;
    }

    .nav-brand img {
        width: 100px !important;
    }
}

@media only screen and (min-width: 376px) and (max-width: 480px) {
    .main-ilustration.main-ilustration-4 {
        max-width: 475px;
        height: 395px;
    }

    .login-btn {
        margin: 0 !important;
    }

    .nav-brand img {
        width: 100px !important;
    }
}

@media only screen and (min-width: 481px) and (max-width: 530px) {
    .main-ilustration.main-ilustration-4 {
        max-width: 475px;
        height: 395px;
    }

    .login-btn {
        margin: 0 !important;
    }

    .nav-brand img {
        width: 100px !important;
    }
}

@media screen and (min-width: 531px) and (max-width:767px) {
    .main-ilustration.main-ilustration-4 {
        max-width: 475px;
        height: 395px;
    }

    .login-btn {
        margin: 0 !important;
    }

    .nav-brand img {
        width: 100px !important;
    }
}


/* I-PAD */
@media screen and (min-width: 768px) and (max-width: 991px) {
    .main-ilustration.main-ilustration-4 {
        max-width: 475px;
        height: 395px;
    }

    .login-btn {
        margin: 0 !important;
    }

    .nav-brand img {
        width: 100px !important;
    }
}


/* IPAD-PRO */

@media screen and (min-width: 992px) and (max-width:1199px) {}

/* 1200px To 1399px */

@media screen and (min-width: 1200px) and (max-width:1399px) {}