.general-form .row {
  margin-bottom: 1.5rem;
  position: relative;
}

.wrap-txtarea:before {
  content: '';
  /* border-bottom: 1px solid #9d9d9d;*/
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
}
.wrap-txtarea:after {
  content: '';
  /* border-bottom: 1px solid #9d9d9d;*/
  position: absolute;
  top: 85px;
  left: 0;
  right: 0;
}

.custom-input {
  border: 1px solid #949494;
  border-radius: 4px;
  padding-bottom: 1.7rem;
  padding-top: 1rem;
  /* border-bottom: 1px solid #9d9d9d; */
  width: 100%;
  font-size: 1rem;
  line-height: 1rem;
  height: 15px;
  vertical-align: top;
  background: #76181800;
  padding-left: 5px;
  padding-right: 5px;
  color: #373737;
}

.wrap-txtarea .custom-input {
  height: 140px;
  line-height: 25px;
}

.general-form .group label:not(.custom-checkbox) {
  color: #7d7d7d;
  font-size: 1.2em;
  line-height: 1;
  position: absolute;
  /* white-space: nowrap; */
  pointer-events: none;
  left: 0;
  top: 3px;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}
