/* *******************Media Screens************************** */
@media (max-width: 1300px){
    .cluster-dropdown {
    width: 100px;
    margin-right: 10px;
}
}
@media (max-width:1199px){
    .count-ic {
        bottom: 1em!important;
    }
}

@media (min-width: 991px){

.who-bg-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.login-container {
    width: 50%;
    float: right;
}
}


@media (max-width:990px){

.users {
    position: absolute;
    right: 3em;
    bottom: 2em;
}
.count-ic {
    bottom: 1em!important;
}
}
@media (max-width:768px){
    img.users {
        bottom:2em;
    }

    img.wholg {
        width: 200px;
        margin-bottom: 2em;
        display: block;
        margin: auto;
    }

    .navbar-default {
        height: auto;
    }
    .navbar-static-side {
        z-index: 101;
        position: absolute;
        width: 220px;
    }
}

}

@media (min-height: 600px){
.who-bg-container {
    position: fixed;
}
.login-container{margin-left: 0px;}
.login-box {
    position: absolute;
    width: 100%;
    background: #fff;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    overflow: hidden;
    padding: 190px 0px;
}


}
@media (max-width:600px){

.login-box {
    position: absolute;
    width: 100%;
    background: #fff;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    overflow: hidden;
    padding: 190px 0px;
}


}