.iframe_open_container {
    z-index: 98;
    width: 100%;
    height: 9999px;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #000000ab;
  }
  
  .iframe_open {
    border: 0px;
    position: fixed;
    left: 45%;
    top: 100px;
    width: 790px;
    height: 543px;
  }
  
  .iframe_open_container .if-close {
    position: absolute;
    width: 50px;
    height: 50px;
    left: 45%;
    margin-left: 360px;
    margin-top: 85px;
    z-index: 99;
    background: url("/static/images/widget-login-min.png") no-repeat;
  }
  