body{
    background-color: #F2F2F8;
    font-family: Montserrat;
    font-weight: 600;
    font-size: 19px;
    font-style: normal;
}
.form_wrap{
    background-color: white;
    height: 600px;
    /* border-radius: 30px; */
}
.img_wrap{
    background-color: #01923A;
    height: 600px;
}
.box{
    border-radius: 30px;
}
@media screen and (min-width: 880px) {
    .form_wrap{
        height: 700px;
    }
    .img_wrap{
        height: 700px;
    }
}

@media screen and (max-width: 480px) {
    .img_wrap{
        display: none;
    }
  }
  .pass {
    float: right;
    color: rgb(38, 97, 207);
  } 
  .logo_center {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .ti-eye{
    position: absolute;
    top: 60%;
    right: 7%; 
    cursor: pointer;
  }
a{
    text-decoration: none;
}
a:hover{
    text-decoration: none;
}
.ttext{
    align-items: center;
}
.img-fluid{
    top: 50%;
    left: 50%;
    margin: auto;
}
@media screen and (min-width: 480px) {
    .ti-eye{
        position: absolute;
        top: 50%;
        right: 7%; 
        cursor: pointer;
      }
}
li{
    list-style-type: none;
}
.left{
    float: left;
    color: #d0d0d3;
}
.right{
    float: right;
    color: #d0d0d3;
}
ul{
    margin-top: 20px;
}