﻿@media only screen and (max-width: 1489px) {
    .card-body.sentimentChart {
        min-height: 380px !important;
        height: 441px;
    }
}


@media only screen and (max-width: 786px) {
    .main_container {
        padding: 50px 0px !important;
    }
    .login_from {
        margin: auto;
    }
    .software_logo img{
        width: 65% !important;
    }
}
@media only screen and (max-width: 767px) {
    .state-graph img {
        width: 20px !important;
        height: 18px !important;
    }
    .state-graph {
        margin-left: 15px !important;
    }
}
.social-icon {
    display: none !important;
}
@media only screen and (max-width: 673px) {
    .state-information {
        display: none !important;
    }
}

