.form-container-slider {
    padding: 20px;
}
  
.form-step {
    display: none;
}

.form-step h2 {
    text-align: center;
    margin-bottom: 40px;
}
  
  .form-step.active {
    display: block;
  }
  
  .button-container {
    margin-top: 20px;
  }
  
  button {
    cursor: pointer;
  }
  
  button.prev {
    background-color: #6c757d;
  }
  
  button:disabled {
    background-color: #ccc;
    cursor: not-allowed;
  }