.buttonSendForm {
  background-color: #0d6efd;
  color: #fff;
  width: 100%;
  height: 3em;
  border: #0d6efd 0.2em solid;
  border-radius: 11px;
  margin-top: 20px;
  text-align: center;
  transition: all 0.6s ease;
}

.buttonSendForm:hover {
  background-color: #ffffff00;
}

.buttonSendForm svg {
  width: 1.6em;
  margin: -0.2em 0.8em 1em;
  position: absolute;
  display: flex;
  transition: all 0.6s ease;
}

.buttonSendForm:hover svg {
  transform: translateX(5px);
}

button .textCSS {
  display: block;
}

