.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}

/* ==========================================
Single-colored icons can be modified like so:
.icon-name {
  font-size: 32px;
  color: red;
}
========================================== */
#dashboard-page .dashboard-widget .icon .fa-deo-icon {
  font-size: 50px;
  color: #ffffff;
  line-height: 100px;
}
.icon-wrapper .fa-deo-icon {
  display: inline-block;
  color: white;
  font-size: 40px;
  line-height: 75px;
}
.error_form {
  padding-left: 10px;
  color: #e94539;
}
.hidden {
  display: none;
}
