.div1{
  background-color: #26335d;
  width: 100%;
  height: 700px;
}

.div1box{
  background-color: #d9d9d9;
  height: 500px;
  margin-top: 130px;
  position:absolute;
  margin-left: 25%;
  width: 50%;
  border-radius: 50px;
}

.ico{
  margin-left: 44%;
  font-size: 6.8em;
  background-color: rgb(131, 233, 170);
  width: 50%;
  margin-left: 25%;
}

.ico2{
  /* background-color: #12ff71; */
  width:  20%;
  min-width: 20%;
  max-width: 20%;
  margin-left: 40%;
  height: 16px;
  /* margin-top: 20px; */
  text-align: center;
  font-size: 6.4em;
  margin-bottom: 32px;
}

.inp1{
  width: 80%;
  margin-left: 10%;
  margin-top: 29px;
  border: none;
  background-color: #f5f5f5;
  border-radius: 24px;
  height: 45px;
  color: #303c74;
  font-family: 'Montserrat';
  font-size: 2.6em;
  padding-left: 15px;
}

.inp2{
  width: 40%;
  margin-left: 30%;
  margin-top: 38px;
  background-color: #303c74;
  border: none;
  color: white;
  height: 45px;
  font-size: 2em;
  border-radius: 30px;
  padding-bottom: 1px;
  font-family: 'Montserrat';
}


.img1{
/*   background-color:black; */
background-color: #26335d;
  background-image: url("public/log1.png");
  
  background-size: 100% 100%;
  height: 110px;
  width: 100%;
  z-index: 10;
}

.img2{
background-color: aquamarine;
width: 100%;
height:20px;
position: absolute;
z-index: 9;
}


.err_msg{
  background-color: #303c74;
  width:40%;
  margin-left: 30%;
}

.err_msg_text{
  color: rgb(41, 40, 40);
  font-family: 'Montserrat';
  font-size: 1.8em;
}