
.success-page {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 70vh;
  background-color: #f9f9f9;
}

.success-box {
  background: #fff;
  padding: 40px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  max-width: 600px;
  width: 100%;
}

.success-title {
  font-size: 2rem;
  font-weight: 700;
  color: #28a745;
  margin-bottom: 25px;
}

.success-details p {
  font-size: 1.1rem;
  color: #444;
  margin: 10px 0;
}

.success-box .btn {
  border-radius: 6px;
  padding: 10px 20px;
  font-weight: 600;
}
