
@media only screen and (max-width: 986px) {
    .logo{
        margin-left: 20px;
    }
    .login-content-label{
        height: auto!important;
    }
    .header .header-left {
        width: 355px !important;
    }

    .login-content-body {
        width: 90%;
        margin-left: 5%;
        height: 100px;
        margin-top: 20px;
    }
    .login-content-input{
        width: 100%!important;
    }
    .login-content {
        width: 80%;
        background-color: white !important;
        margin: 20px;
        margin-left: 0%;
        height: 500px;
    }

    .top-summary {
        margin-bottom: 20px;
    }

    .summary-chart {
        margin-top: 20px
    }

    .summary-chart-header-text {
        color: white;
        vertical-align: center;
        padding: 16px;
        font-size: 11px;
    }

    .top-summary-footer-text {
        margin-top: 2.5%;
    }

    .top-summary-footer-icon {
        text-align: right;
        margin-top: 2.5%;
    }

    .page-header {
        background: #2d364521;
        border-radius: 10px;
        height: 200px;
    }

    .page-header-title {
        margin-left: 28px;
        color: #2D3645;
        padding-top: 20px;
        display: block;
    }

    .page-header-title-main {
        font-style: normal;
        font-weight: 700;
        font-size: 20px;
        color: #2D3645;
    }

    .page-header-title-main-input {
        background: none !important;
        border-radius: 10px !important;
        width: 250px !important;
        height: 30px !important;
        color: black !important;
        border: 1px solid #2d36451f !important;
        margin-right: 20px !important;
    }

    .page-header-title-main > h3 {
        font-style: normal;
        font-weight: 700 !important;
        font-size: 20px !important;
        line-height: 1.2 !important;
    }

    .page-header-title-main > h4 {
        font-style: normal;
        font-size: 15px !important;
        font-weight: bold;
        line-height: 1.2 !important;
    }

    .page-header-title-main > h5 {
        font-style: normal;
        font-size: 15px !important;
        font-weight: bold;
    }
}
@media only screen and (min-width: 768px) and (max-width: 986px) {

}