
.error_boy{
    width: 15%;
    position: absolute;
    right: 10%;
    bottom: 30%;
  }
  
  .error_girl{
    width: 15%;
    position: absolute;
    left: 10%;
    bottom: 20%;
  }
  
  .error_wrap{
    border: 2px solid #2568EF;
    box-shadow: 0px 4px 4px rgba(37, 104, 239, 0.25);
    border-radius: 0px;
    margin-top:25%;
  
  }
  
  .modal-title{
    font-size: 32px;
      font-weight: 400;
      color: #000000;
  }
  .modal-msg{
    font-size: 24px;
    font-weight: 400;
    color: #575656;
  }
  
  .error_gif{
    /* position: absolute;
    top: 0;
    width: 100px;
    left: 50%;
    transform: translate(-50px, -70px); */
  
    position: absolute;
    top: 0;
    width: 254px;
    left: 50%;
    transform: translate(-125px, -181px);
  }
  
  .modal-close-btn{
    color: #25A8E0;
    font-weight: 400;
    font-size: 24px;
  }
  
  .h-100h{
    height: 100% !important
  } 