.modal-overlay {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  background: rgba(242, 242, 242, 0.70);

  .modal-content-form {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
    width: 600px;
    padding: 40px;
    background: white;
    border-radius: 20px;
  }
}