
.round-shadow:hover {
    box-shadow: 0 0 7px 4px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 7px 4px rgba(0, 0, 0, 0.2);
}
.round-shadow {

    -webkit-box-shadow: 0  0  7px 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0  0  7px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0  0  7px 3px rgba(0, 0, 0, 0.2);
    background-color: white;
}

#carousel-login {
    background: white;
}
#dashboard {
    float: right;
    /* background: #6C6A6A; */
    background-color: #f2f2f2;
    box-shadow: 0px 3px 11px 2px rgba(0,0,0,.43);
}
#login-container {
    background: white;
}
.mini-app {
    background: white;
}

.table-seporde tbody {
    background-color: white;
}
#dropdown-form{
    color: black!important;
    background-color: white!important;
}
.drop-down-div{
    background-color: black!important;
}
.drop-down-div a{
    color: black!important;
    background-color: white!important;
}.chart-tt {
     background: black!important;
     color: white!important;
 }
