.main-wrapper .page-wrapper {
  min-height: 100vh;
  background: none !important;
  width: calc(100% - 240px);
  margin-left: 240px;
  display: flex;
  flex-direction: column;
  -webkit-transition: margin 0.1s ease, width 0.1s ease;
  transition: margin 0.1s ease, width 0.1s ease;
}

body {
  background: none !important;
  background-image: url("https://motion.impact.cl/assets/images/plataformas/motion/BG.png") !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.contenedor-logo-login {
  text-align: center;
}

.contenedor-login {
  margin-top: 10px;
  background-color: #fff;
  border-radius: 8px;
}

.btn-ingresar{
  width: 100%;
  background-color: #53a62d;
  border-radius: 20px;
}

.btn-actualizar-clave{
  width: 100%;
  background-color: #53a62d;
  border-radius: 20px;
}

.label-informacion{
    color: #fff;
}

.label-informacion > a{
    color: #fff;
}