@import url("variables.css");
@import url("style_base.css");

#text_bienvenida {
  color: #a1a9b0;
}

.login_contendor {
  width: 100%;
  height: 100vh;
  background: var(--url_bg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.login-box {
  width: 430px;
  height: 100vh;
  margin: 0 auto;
  background-color: var(--white);
  position: fixed;
  right: 0px;
}


.logo-contenedor {
  display: flex;
  justify-content: center;
}

#recoverform {
  display: none;
}

.login-sidebar {
  padding: 0px;
  margin-top: 0px;
}

.login-sidebar .login-box {
  right: 0px;
  position: absolute;
  height: 100%;
}

.toggler {
  cursor: pointer;
}