.ee-form {
  font-family: "Ubuntu", "sans-serif";
  border: 1px solid lightgrey;
  background-color: #fff;
  /* display: flex; */
  /* justify-content: center;
flex-direction: column;
align-items: center; */
  text-align: center;
  border-radius: 5px;
  padding: 10px 30px;
  max-width: 400px;
  box-shadow: 0 4px 6px rgb(0 0 0 / 5%), 0 1px 3px rgb(0 0 0 / 10%),
    inset 0 1px 0 rgb(255 255 255 / 10%);
}

.input-main .input-wrap {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.input-main .input-wrap input {
  border: 1px solid #ccc;
  width: 100%;
  margin-bottom: 10px;
  height: 30px;
  font-size: 17px;
  color: black;
  padding-left: 10px;
}
.input-main .input-wrap input:focus {
  outline: none;
}
#send-lead {
  width: 50%;
  padding: 15px;
  background: #4290fc;
  text-shadow: 1px 3px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 25px 0 rgba(129, 150, 160, 0.45);
  border-radius: 5px;
  color: #fff;
  border: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 700 !important;
  text-transform: uppercase;
  cursor: pointer;
}
