.login,
.bg-image {
  height: 100vh;
}

.bg-login {
  background-color: #0c0f17;
}

.bg-image {
  background-image: url('../img/platform/background_login.png');
  background-size: cover;
  background-position: center center;
  position: relative;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #0c0f17, rgba(0, 0, 0, 0));
}

.content {
  position: relative;
  z-index: 2;
}

.center-content {
  font-family: monospace;
  font-weight: bold;
  color: aliceblue;
  font-size: 4.1vw;
  text-shadow: 15px 15px 15px rgba(0, 0, 0, 0.8);
  margin-top: 1%;
  margin-left: 10%;
  margin-right: 3%;
}

.logo {
  width: 100%;
  max-width: 300px;
  height: auto;
  margin-bottom: 2rem;
}

.description {
  margin-top: 25vh;
  /* Ajusta este valor según necesites bajar el texto */
}