.image-icon{
    font-size:70px;
    padding:10px;
    border: 1px solid #ddd;
}
.image-icon:hover{
    border: 1px solid green;
    cursor:pointer;
}

.auth-logo img{
    width: auto;
    max-height: 80px;
    padding:10px;
}

.layout-sidebar-large .sidebar-left .navigation-left .nav-item.active .triangle{
    border-color: transparent transparent #e34e38;
}

.customizer .handle, .customizer .handle:hover{
    background: #e34e38;
}

.layout-sidebar-large .sidebar-left .navigation-left .nav-item.active, 
.layout-sidebar-large .sidebar-left .navigation-left .nav-item.active .nav-item-hold,
.layout-sidebar-large .sidebar-left .navigation-left .nav-item .nav-item-hold:hover
{
    color: #e34e38;
}

#btn-login {
    color: #fff;
    background-color: #e34e38;
    border:none;
}
#btn-login:hover {
    background-color: #882924;
}
.btn-link {
    font-weight: 400;
    color: #e34e38;
    background-color: transparent;
}
.btn-link:hover {
    color: #611d1a;
}

.btn-danger{
    background-color: rgb(173, 0, 0);
    border: none;
}
.btn-danger:hover{
    background-color: rgb(236, 0, 0);
}
.form-control{
    background-color: #fff;
}

.card-text{
    font-size:14px;
}

.bootstrap-select>button, .bootstrap-select>button:active ,.bootstrap-select>button:hover{
    background-color:#fff;
}

.btn-light:not(:disabled):not(.disabled).active,
 .btn-light:not(:disabled):not(.disabled):active,
  .show > .btn-light.dropdown-toggle {
      background-color: #fff;
  }

  .app-footer{
    bottom: 0;
    left: 0; 
    width: 100%;
  }

.return_back:hover{
    cursor: pointer;
}
.return_back{
    width: 28px;
    margin-right:20px;
}
.DashCard{
    background-color: #e34e38;
}