
body {
  padding-top: 85px;
}
.contact__form {
  margin-bottom: 50px;
  padding: 0px 20px 0px 20px;
  width: 100%;
  box-shadow: none;
  border-radius: 20px;
  display:flexbox;
  align-items: center;
  justify-content: center;
}

.contact__form-input {
  height: 45px;
  background-color: #F9F9FF;
  border: 0px;
  margin-top: 20px;
  padding: 0px 20px;
  border-radius: 20px;
  color: #94979e;
  width: 100%;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
  border: 1px solid #eee;
}
.contact__form-submit {
  background-color: #f67280;
  color: #eee;
}

.message {
    height: 120px;
}

.success__message {
  font-size: 26px;
  margin-top: 10px;
}