body {
   color: #000000;
   //background-image: <full path to a custom jpg or png> !important; 
}

.skin-ias .main-header {
  //background: linear-gradient(90deg,#01DFA5,#01DFD7);
  //background: linear-gradient(90deg,#ff1100, #ff4455);
    background: linear-gradient(90deg, #4a1919 0%, #612222 25%, #6a2323 65%, #931414 90%, #b20808 100%);
    color: #ffffff;
}

table.table-hover tr:hover td {
   background-color: #808080;
}

.skin-ias .sidebar-menu li a:hover  {
   background-color: #808080;
}

.skin-ias .sidebar-menu li.active.open {
   background-color: #D3D3D3;
}

.content-wrapper {
   color: #000000;
   background: transparent !important; 
}

.well {
   background: transparent !important; 
   border: 0px;
   border-radius: 0px;
   box-shadow: none;
}

.box  {
   color: #000000;
   background: transparent !important; 
}

.main-footer {
   color: #000000;
   background: transparent !important; 
}

.auth .content .login {
   background: transparent !important; 
}

.auth .content .login .header-row {
   //background: linear-gradient(90deg,#01DFA5,#01DFD7);
  //background: linear-gradient(175deg,#ff5555, #ff0000);
  background: linear-gradient(180deg,#ff1100, #ffffff);
}
.form-control {
    border-radius: 30px;
        border-top-left-radius: 30px;
        border-top-right-radius: 30px;
        border-bottom-right-radius: 30px;
        border-bottom-left-radius: 30px;
    box-shadow: none;
    border-color: #d2d6de;
}
a {
	color: red;
}