@charset "UTF-8";
/*!
 * Atomic Web Design v2.1 (https://atomic-webdesign.com/)
 * Developed by: L.D.G. Jose Luis Quintana Trejo - Author.
 * Copyright each time you see this message - Atomic Web Design.
 */

body {
  background-color: transparent;
}

.container_login {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0;
}

.logo {
  text-align: center;
}

.logo img {
  width: 19rem;
  height: auto;
  margin-top: 1rem;
  margin-bottom: 1rem;
}


@media (min-width: 425px) {
  .logo img {
    width: 24rem;
  }
}

@media (min-width: 560px) {
  .logo img {
    width: 26rem;
  }
}

@media (min-width: 768px) {
  .logo img {
    width: 30rem;
  }
}

@media (min-width: 1024px)  {
  .logo img {
    width: 32rem;
  }
}

@media (min-width: 1440px)  {
  .logo img {
    width: 36rem;
  }
}
