*,
*:after,
*:before {
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
}

::placeholder {
  font-size: 12px;
  color: #c4c4c4;
  opacity: 1;
}

body {
  width: 100%;
  min-height: 100vh;
  font-family: "Rubik", sans-serif;
  background: #ffffff;
  background: -webkit-linear-gradient(
    180deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(49, 98, 193, 1) 100%
  );
  background: -moz-linear-gradient(
    180deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(49, 98, 193, 1) 100%
  );
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(49, 98, 193, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(
  startColorstr="#FFFFFF",
  endColorstr="#3162C1",
  GradientType=0
);
  background-repeat: no-repeat;
}

.logo-main {
  width: 160px;
}

.text-14 {
  font-size: 14px;
}

.text-16 {
  font-size: 16px;
}

.textWhite {
  color: #ffffff !important;
}

.link-main{
  text-decoration: none;
}

.header-title {
  font-size: 16px;
  font-weight: 600;
  color: #3162c1;
  background-color: #fff;
  border: 1px solid #3162c1;
  border-radius: 10px;
  padding: 2px 10px 2px 10px;
}

.headingH1 {
  font-size: 32px;
  font-weight: 700;
  color: #e0222a;
  margin-bottom: 4px;
}

.headingH2 {
  font-size: 20px;
  font-weight: 600;
}

.polygon {
  width: 200px; /* adjust to control the size */
  height: 200px;
  aspect-ratio: 1;
  clip-path: shape(
    from 93.58% 62.66%,
    curve to 84.04% 80.01% with 93.82% 74.09%,
    line to 60.82% 94.07%,
    curve to 41.03% 94.48% with 51.05% 99.99%,
    line to 17.25% 81.41%,
    curve to 6.99% 64.47% with 7.23% 75.9%,
    line to 6.42% 37.34%,
    curve to 15.96% 19.99% with 6.18% 25.91%,
    line to 39.18% 5.93%,
    curve to 58.97% 5.52% with 48.95% 0.01%,
    line to 82.75% 18.59%,
    curve to 93.01% 35.53% with 92.77% 24.1%
  );
  background-color: #3162c1;
}

.polygonBox2 {
  width: 200px; /* adjust to control the size */
  height: 200px;
  aspect-ratio: 1;
  clip-path: shape(
    from 93.58% 62.66%,
    curve to 84.04% 80.01% with 93.82% 74.09%,
    line to 60.82% 94.07%,
    curve to 41.03% 94.48% with 51.05% 99.99%,
    line to 17.25% 81.41%,
    curve to 6.99% 64.47% with 7.23% 75.9%,
    line to 6.42% 37.34%,
    curve to 15.96% 19.99% with 6.18% 25.91%,
    line to 39.18% 5.93%,
    curve to 58.97% 5.52% with 48.95% 0.01%,
    line to 82.75% 18.59%,
    curve to 93.01% 35.53% with 92.77% 24.1%
  );
  background-color: #ffffff;
}

.squreBox-blue {
  background-color: #3162c1;
  padding: 8px 6px;
  border-radius: 5px;
  color: #ffffff;
  height: 102px;
}

.squreBox-white {
  background-color: #ffffff;
  padding: 8px 6px;
  border-radius: 5px;
  height: 102px;
}

.icon-head {
  background-color: #fff;
  padding: 10px;
  border-radius: 40px;
  overflow: initial;
  margin: auto;
}

.icon-head-2 {
  border: 1px solid #3162c1;
  padding: 10px;
  border-radius: 40px;
  overflow: initial;
  margin: auto;
}

.text-SubHeading {
  font-size: 14px;
  color: #fff;
  line-height: 18px;
  width: 200px;
  height: 55px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  margin-top: 8px;
}

.text-SubHeadingTwo {
  font-size: 14px;
  color: #000000;
  line-height: 16px;
   width: 200px;
  height: 55px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  margin-top: 8px;
}

.text-SubHeading-2 {
  font-size: 14px;
  color: #000000;
  line-height: 16px;
   width: 200px;
  height: 55px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  margin-top: 8px;
}

.loginBox {
    width: 90%; 
    margin: auto;
}
.loginBox-Text {
    font-size: 28px;
    padding: 0px 40px;
    text-align: center;
    color: #3162C1;
    margin-bottom: 20px;
    font-weight: bold;
}

.loginBox-Text span{
  color: #000000;
}

.loginBox-Heading{
  font-size: 20px;
  font-weight: 600;
  color: #3162C1;
}



footer {
  width: 100%;
  padding: 0 10px;
  text-align: left;
  color: white;
  font-size: 12px;
}


@media only screen and (max-width:1080px) {
  .logo-main {
    width: 120px;
  }
  .header-title {
    font-size: 18px;
    font-weight: 600;
    color: #3162c1;
    background-color: #fff;
    border: 1px solid #3162c1;
    border-radius: 10px;
    padding: 2px 10px 2px 10px;
  }

  .headingH1 {
    font-size: 24px;
    font-weight: 700;
    color: #e0222a;
    margin-bottom: 0px;
    margin-top: 20px;
  }

  .headingH2 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
  }

  .text-SubHeading {
    font-size: 12px;
    color: #fff;
    line-height: 18px;
    width: 160px;
    height: 50px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    margin-top: 8px;
}
  
.text-SubHeadingTwo {
  width: 160px;
  height: 45px;
  margin-top: 17px;
  font-size: 12px;
}

.text-SubHeading-2 {
  width: 160px;
height: 45px;
font-size: 12px;
}

.polygon {
  width: 160px; /* adjust to control the size */
  height: 160px;
}

.polygonBox2 {
  width: 160px; /* adjust to control the size */
  height: 160px;
}
}

@media only screen and (max-width: 767px) {
  .logo-main {
    width: 120px;
  }
  .header-title {
    /*font-size: 12px;*/
    font-size: 18px;
    font-weight: 600;
    color: #3162c1;
    background-color: #fff;
    border: 1px solid #3162c1;
    border-radius: 10px;
    padding: 2px 10px 2px 10px;
  /*  margin-left: 5px;*/
    margin-left: 18px;
    text-align: center;
  }

  .headingH1 {
    font-size: 24px;
    font-weight: 700;
    color: #e0222a;
    margin-bottom: 0px;
    margin-top: 20px;
  }

  .headingH2 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
  }

  
.text-SubHeadingTwo {
  width: auto;
  height: 30px;
}

.text-SubHeading-2 {
   width: auto;
height: 30px;
}
}

footer{
  background-color: #648AD3;
  padding: 0px 10px;
  margin-top:20px;
}