
/*CLASS*/
.input-container {
  position: relative;
}
.hidden {
  display: none !important;
}
.bg__login {
  background: var(--background-linear-primary);
}
.bg__login__general {
  background: #fff;
  /* background: linear-gradient(180deg, #ff870026 -16.84%, #ff870029 50.12%), url(../../img/plataforma/backgrounds/bakground-general.png); */
  background-repeat: no-repeat;
  background-size:cover;
  background-position: center;
}
.bg__login__form {
    background-color: #011e6b;
    background-repeat: no-repeat;
    background-size: 32rem;
    background-position-x: right;
}
.bg__recuperacion {
  background-image: url('../../img/plataforma/backgrounds/bakground-recuperacion-curvas.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: initial;
}
/* .bg__registro__form {
  background-image: url('../../img/life/background-registro.png');
  background-repeat: no-repeat;
  background-size:cover;
  background-position: center;
} */
.text-purle {
  color: var(--text-color-primary);
}
.link-info {
  color: var(--link-color-primary);
  text-decoration: none;
}
.link-info:hover {
  color: var(--link-color-primary);
}

.fw-bold {
  font-weight: Medium 500 !important;
}
.fw-bold-300{
  font-weight: 400 !important;
}
