#logo
{
   transform: rotate(15deg);
}
p.help-block
{
   color:red !important;
}
.error
{
   color: #e81449;
    font-size: 14PX; 
    position: relative;
    line-height: 1;
    width: 12.5rem;
}
.hide
{
   display:none;
}
#subs
{
   border:1px solid #d1d3e2;
   margin-bottom:10px;
}
.page-item.active .page-link {
   z-index: 3;
   color: #fff;
   background-color: #3f414a;
   border-color: #4e73df;
}
.left-graph-height{
   height:452px ;
}
.bar-graph-height{
   height:475px;
   width:900px;
}
.red{
   color:red;
}
.blue{
   color:blue;
}
.purple{ 
   color:purple;
}
.orange{
   color:orange;
}
.pink{
   color:pink;
}
.yellow{
   color:yellow;
}
.green{
   color:green;
}
.steel{
   color:steelblue;
}
.lilac{
   color:plum;
}
.lime{
   color:lime;
}
.torquise{
   color:turquoise;
}