.divider:after,
.divider:before {
content: "";
flex: 1;
height: 1px;
background: #eee;
}

.form-outline
{
    display: flex;
    justify-content: center;
    align-items: center;
}
.inputForm
{
  margin-right: 0px !important;
  margin-left: 0px !important;
}
.designInput
{
  background-color: #983369 !important;
  border-radius: 7px;
  border-color: transparent;
  padding: 5px;
  color: white;
}

.designInput::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: white !important;
    opacity: 1; /* Firefox */
  }
  
  .designInput :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: white !important;
  }
  
  .designInput::-ms-input-placeholder { /* Microsoft Edge */
    color: white !important;
  }

.btnSend
{
    background-color:#983369 !important;
    color: white !important;
    font-weight:500  !important;

}
.textMessage
{
    background-color:#eecd77 ;
    color: white;
}

.textMessage::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: white;
    opacity: 1; /* Firefox */
  }
  
.textMessage :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: white;
  }
  
.textMessage::-ms-input-placeholder { /* Microsoft Edge */
    color: white;
  }

.formContact
  {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
  }

  .divInput
  {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }