/* ========================================================================
   Component: tm-login
 ========================================================================== */
.tm-login .tm-main {
  background-image: url("../images/base-body-overlay.svg");
  background-position: center center;
  background-size: auto;
}
.tm-login .tm-login .well {
  background-color: #fff;
}

/* ========================================================================
   Component: Joomla Download / Content max size
 ========================================================================== */
.jd-item-page {
  max-width: 1360px;
}

/* ========================================================================
   Component: Files infos
 ========================================================================== */
.jd-files-infos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-left: -24px;
  padding: 0;
  list-style: none;
}
.jd-files-infos > * {
  flex: none;
  padding-left: 24px;
  position: relative;
}

/* ========================================================================
   Component: Page composants content list color
 ========================================================================== */

.components-list .el-content ul li {
  color: #0D65F2;
}