.next-btn,
.finish-btn {
  padding: 11px 28px;
  font-size: 20px;
  border: none;
}

.previous-btn {
  padding: 11px 28px;
  font-size: 20px;
  color: #fff;
  background-image: linear-gradient(180deg, #2dc97c 0%, #2cb4af 100%);
  border: none;
}
.form-title {
  font-weight: 400;
  font-size: 18px;
}
.form-title-lable {
  font-weight: 500;
  font-size: 18px;
}

.input-style {
  font-size: 18px;
  font-weight: 400;
}
