.contentLoginAll {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100vh;
  width: 100%;
}

.imgBackLogin {
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1;
}

.imgBackLogin img {
  height: auto;
  width: 100%;
}

.contFormLogin {
  background: #01A850;
  border-radius: 0 0 12px 12px;
  height: 67.5%;
  right: 16.5%;
  position: fixed;
  top: -100%;
  width: 23rem;
  z-index: 5;
}

.boxFormLogin {
  bottom: 2.5rem;
  left: 10%;
  position: absolute;
  width: 80%;
  z-index: 5;
}

.formLogo {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.formLogo a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 4.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 1rem;
  width: 80%;
}

.formLogo a img {
  height: 100%;
  width: auto;
}

.formLogo p {
  color: white;
  font-family: 'StagSans-Book';
  font-size: .9rem;
  text-align: center;
  width: 80%;
}

.form-group-login {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 1rem 0 0 0;
}

.form-group-login input {
  border: none;
  border-radius: 12px;
  font-family: 'StagSans-Book';
  font-size: .85rem;
  padding: .7rem 1.25rem;
  width: 92.5%;
}

.btnIngresar {
  background: #007236;
  border: none;
  border-radius: 25px;
  color: white;
  cursor: pointer;
  font-family: 'StagSans-Medium';
  font-size: .8rem;
  height: 2.25rem;
  -webkit-transition: all .5s;
  transition: all .5s;
  width: 11rem;
}

.btnIngresar:hover {
  background: black;
}

.floatLogos {
  height: 50%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.isotipoFloat {
  position: absolute;
}

.isotipoFloat img {
  width: 100%;
}

.isotipoFloat:nth-child(1) {
  -webkit-animation: floatLogo 10s linear 25s infinite alternate;
          animation: floatLogo 10s linear 25s infinite alternate;
  height: 2rem;
  left: 1rem;
  top: .5rem;
  width: 2rem;
  opacity: .2;
}

.isotipoFloat:nth-child(2) {
  -webkit-animation: floatLogo 12s linear 25s infinite alternate;
          animation: floatLogo 12s linear 25s infinite alternate;
  height: 3rem;
  left: 3rem;
  top: 3rem;
  width: 3rem;
  opacity: .3;
}

.isotipoFloat:nth-child(3) {
  -webkit-animation: floatLogo 8s linear 25s infinite alternate;
          animation: floatLogo 8s linear 25s infinite alternate;
  height: 2.5rem;
  left: 8rem;
  top: 1.5rem;
  width: 2.5rem;
  opacity: .25;
}

.isotipoFloat:nth-child(4) {
  -webkit-animation: floatLogo 7s linear 25s infinite alternate;
          animation: floatLogo 7s linear 25s infinite alternate;
  height: 2rem;
  right: 8rem;
  top: 3rem;
  width: 2rem;
  opacity: .15;
}

.isotipoFloat:nth-child(5) {
  -webkit-animation: floatLogo 10s linear 25s infinite alternate;
          animation: floatLogo 10s linear 25s infinite alternate;
  height: 3rem;
  right: 4rem;
  top: 1rem;
  width: 3rem;
  opacity: .2;
}

.isotipoFloat:nth-child(6) {
  -webkit-animation: floatLogo 7s linear 25s infinite alternate;
          animation: floatLogo 7s linear 25s infinite alternate;
  height: 2rem;
  right: 1.5rem;
  top: 4rem;
  width: 2rem;
  opacity: .3;
}

@-webkit-keyframes floatLogo {
  from {
    opacity: .01;
  }

  to {
    opacity: .5;
  }
}

@keyframes floatLogo {
  from {
    opacity: .01;
  }

  to {
    opacity: .5;
  }
}

@media (min-width: 1600px) {
  html {
    font-size: 20px;
  }

  .contFormLogin {
    height: 47.5%;
    width: 27.5rem;
  }
}

@media (min-width: 1400px) {
  html {
    font-size: 17px;
  }

  .imgBackLogin img {
    height: 100%;
    width: auto;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 15px;
  }

  .imgBackLogin {
    left: -17.5%;
  }

  .imgBackLogin img {
    height: 100%;
    width: auto;
  }
}

@media (max-width: 768px) {
  html {
    font-size: 15px;
  }

  .imgBackLogin {
    left: -50%;
  }

  .contFormLogin {
    height: 47.5%;
    right: 7.5%;
  }
}

@media (max-width: 600px) {
  html {
    font-size: 14px;
  }

  .contFormLogin {
    border-radius: 0;
    height: 100%;
    right: 7.5%;
  }

  .imgBackLogin {
    left: -10%;
  }

  .imgBackLogin img {
    height: auto;
    width: 110%;
  }

  .boxFormLogin {
    bottom: 1.5rem;
  }

  .formLogo a {
    height: 3rem;
  }

  .floatLogos {
    display: none;
  }
}

@media (max-width: 480px) {
  html {
    font-size: 14px;
  }

  .imgBackLogin {
    display: none;
  }

  .contFormLogin {
    right: 0;
    width: 100%;
  }

  .formLogo a {
    height: 4.5rem;
  }

  .boxFormLogin {
    bottom: 20%;
  }

  .floatLogos {
    display: block;
  }
}

@media (max-width: 400px) {
  html {
    font-size: 14px;
  }
}

