#contact .form-label {
  color: #e5dfdb;
  font-family: inherit;
  font-size: 20px;
  font-style: normal;
  line-height: normal;
  margin: 0;
  padding-top: 10px;
  padding-left: 10px;
  opacity: 1;
}

#contact .form-control {
  border-bottom: 1px solid #e5dfdb!important;
  background: none;
  border-radius: 0;
  border: none;
  color: #fff;
  padding: 0;
  font-size: 20px;
}

#contact .form-control:focus {
  background: none !important;
  border: 1px solid rgb(129, 144, 105);
  outline: 0;
  box-shadow: none;
  color: #e5dfdb;
}

#contact .form-group {
  margin-top: 10px!important;
}

#contact .form-control::placeholder {
  opacity: 1;
  color: #e5dfd8;
  font-family: 'Literata';
  font-size: 20px!important;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: none;
}

.div-width-desktop {
  width: 100%;
}

@media (min-width: 1200px) {
  .div-width-desktop {
    width: 50%;
    padding-right: 10px;
  }
}

.form_input_style {
  width: 100%;
  height: 80px;
  /*display: flex;*/
  border-bottom: #e5dfd8 1px solid;
}

.form_input_style {
  width: 100%;
  height: 80px;
  /*display: flex;*/
  border-bottom: #e5dfd8 1px solid;
}

@media (min-width: 992px) {
  .form_input_style {
    width: 80%;
  }
}

@media (min-width: 992px) {
  .border_form_column {
    border-right: 1px solid #e5dfd8;
  }
}

@media (min-width: 300px) {
  .form-column-padding-left- {
    padding-left: 50px;
  }
}

.div-width-input-desktop {
  width: 100%;
}

@media (min-width: 576px) {
  .div-width-input-desktop {
    width: 70%;
  }
}

.div-width-input-desktop-2 {
  width: 100%;
}

@media (min-width: 576px) {
  .div-width-input-desktop-2 {
    width: 30%;
  }
}

