.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: 0;
}

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

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

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

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

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

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

