/* Estilo para la imagen de fondo con capa degradada */
.cont-login {
  background-image: linear-gradient(to right, #282850 0%, #282850 25%, rgba(40, 40, 50, 0) 100%), url("../img/login/login_img_bg.webp");
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-attachment: fixed !important;
  margin-inline: 0;
  padding: 4rem 0;
}

html,
body {
  padding: 0 !important;
  margin: 0 !important;
  background-color: #fff !important;
}

.text-login {
  color: #fff;
}

.cont-text {
  padding: 0 8rem !important;
}

.title {
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-weight: bold;
  margin-bottom: 1.5rem;
}

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

.card-img {
  width: 7rem;
  height: auto;
  padding: 0 2rem 0 1rem;
}

.card {
  border-radius: 20px !important;
}

.card-body {
  padding: 1rem 0 !important;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  font-size: 24px;
  color: #282850;
}

.custom-list li {
  font-size: 13px;
}

.imgRow {
  width: 100px;
  height: auto;
  padding: 1rem;
}

.footer {
  margin: 0;
  padding: 0;
  background-color: #eaeaea;
  height: auto;
}

.footer .col-auto {
  height: 200px;
}

.txt-foo {
  font-size: 13px !important;
  color: #474343 !important;
}
