@font-face {
  font-family:Heebo-Bold;
  font-display: auto;
  src: url('/fonts/Heebo-VariableFont_wght.ttf');
}
*{
  font-family: 'Heebo-Bold';
}
.principal-login .flex-item:first-child{
  width: 40%;
  height: 100vh;
}
.principal-login .flex-item:last-child{
  width: 60%;
  height: 100vh;
}
.bg-azul{
  background: #5bc5f2;
}
.form-login{
  width: 430px;
  max-width: 100%;
}
.form-login h1{
  font-size: 55px;
}
.fs-7{
  font-size: 1.25rem;
}
.form-login label{
  font-weight: 600;
  font-size: 18px;
}
.form-login input.form-control{
  height: 50px;
  border-radius: 14px !important;
  border: none;
  padding-left: 60px;
  padding-right: 25px;
  border: 3px solid transparent;
  transition: 150ms ease-in;
}
.form-login input.form-control:focus{
  border: 3px solid #004698;
  box-shadow: none;
}
.ico-correo, .ico-password{
  position: absolute;
  left: 25px;
  top: 50%;
  transform: translateY(-50%);
  height: 25px;
  width: 20px;
  z-index: 100;
}
.form-login input::placeholder{
  color: #e2e7ea;
}
.ico-correo{
  background: url('/img/ico-correo.png') no-repeat center;
  background-size: contain;
}
.ico-password{
  background: url('/img/ico-contrasena.png') no-repeat center;
  background-size: contain;
}
.btn-login{
  width: 230px;
  max-width: 100%;
  border: 2px solid #fff;
  transition: 150ms ease-in;
}
.btn-login:hover,
.btn-login:focus{
  color: #fff;
  background: #1a1077fa;
  /* background: #e3e9ec; */
  box-shadow: none;
  border: 2px solid #e3e9ec;
}


@media(max-width:1200px){
  body{
      font-size: 14px;
  }
.form-login h1{
      font-size: 45px;
  }
  .fs-7{
      font-size: 1.1rem;
  }
}
@media(max-width:991px){
  .principal-login .flex-item:first-child{
      width: 100%;
      height: auto;
  }
  .principal-login .flex-item:first-child img{
      max-width: 150px;
  }
  .principal-login .flex-item:last-child{
      width: 100%;
  }
  .form-login h1 {
      font-size: 40px;
  }
  .fs-7{
      font-size: 1rem;
  }
}

.Recuperar-Contrasea {
  font-family: Heebo-bold;
  font-size: 30px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}


.Iniciar-Sesin {
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}

.Ingresa-tu-correo-para-recuperarla {
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}

.desactivo{
  opacity: 0.2
}

.modalRedondo {
  border-radius: 20px;
  border: solid 1px #707070;
}


.Ests-seguro-que-todos-los-cambios-son-correctos {
  font-family: Heebo-bold;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #222e41;
}

.Si-es-a {
  font-size: 17px;
  font-family: Heebo-bold;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.73;
  letter-spacing: normal;
  text-align: center;
  color: #192941;
}

