/* body {
  font-family: Arial, sans-serif;
  background: #f4f6f8;
} */

.wizard {
  width: 350px;
  margin: 50px auto;
  /* background: #fff; */
   background: #eaf3f8;
  padding: 25px;
  border-radius: 8px;
  /* box-shadow: 0 4px 10px rgba(0,0,0,0.1); */
}

.step {
  display: none;
}

.step.active {
  display: block;
}

h2 {
  margin-bottom: 15px;
}

input {
  width: 100%;
  padding: 10px;
  margin-bottom: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.wizard-btn {
  border: none;
  border-radius: 8px;
 background: linear-gradient(90deg, #007bff, #162B51);
  color: #fff;
  cursor: pointer;
  box-shadow: 0 10px 20px rgba(37, 99, 235, 0.35);
  /* width: 20%; */
  /* width: 100%; */
  min-width: 140px;
  padding: 12px 28px;
  font-size: 15px;
  font-weight: 600;
  border-radius: 8px;
}
.first-btn{
    width: 100%;
}

button:hover {
  background: #1d4ed8;
}
.back-btn{
    background: #6EC87B!important;
}

.buttons {
  display: flex;
  justify-content: space-between;
}
/* .back-btn{
    margin-right: 50px;
} */
