:root {
  --darkBlue: rgba(0, 87, 163, 1);
  --white: rgba(255, 255, 255, 1);
  --lightWhite: rgba(217, 217, 217, 1);
  --black: rgba(46, 46, 46, 1);
  --paraCol: rgba(0, 0, 0, 1);
  --darkerBlue: rgba(0, 29, 54, 1);

  /* rgba(0, 87, 163, 1) */

  --lightBlue: rgba(170, 199, 224, 1);
  --lighterblue: rgba(0, 87, 163, 0.5);
  --lighterblue2: rgba(204, 221, 237, 1);
  --font24: 4.8rem;
  --font16: 1.6rem;
  --font14: 1.6rem;
  --font12: 1.4rem;
  --weight500: 500;
  --weight400: 400;
  --weight600: 600;
  --line36: 5.88rem;
  --line21: 2.16rem;
  --line24: 2.6rem;
  --line18: 1.641rem;
}
.container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  width: 100vw;
  background: linear-gradient(to top, white 50%, rgba(170, 199, 224, 1) 100%);
}

nav .logoCont {
  /* align-self: flex-start; */
  width: 20rem;
  height: 8rem;
}
.innerMain {
  flex-direction: row-reverse;
  width: 90%;
}
.imgCont {
  width: 72rem;
  height: 72.4rem;
}
.form2 {
  height: 82rem;
  width: 52rem;
}

