input.line {
  border: none !important;
  background: none !important;
  border-bottom: 1px solid #000 !important;
  box-shadow: none !important;
  transition: none !important;
  height: auto !important;
  padding-bottom: 0px !important;
  border-radius: 0 !important;
}

.double-line {
  position: relative;
}

.contact-clean form textarea.form-control {
  min-height: 0px !important;
}

.contact-clean form .form-control:focus {
  border: none !important;
  border-bottom: 1px solid #000 !important;
}

.double-line:before {
  content: '';
  position: absolute;
  width: 100%;
  bottom: 33px;
  left: 0;
  border-bottom: 1px solid #000;
  height: 2px;
}

textarea.line {
  word-break: break-all;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #000;
  box-shadow: none !important;
  resize: none !important;
  overflow: hidden;
  outline: none !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  padding: 0 15px 0 6px;
  background: none !important;
  transition: none !important;
  height: 70px !important;
  line-height: 35px;
}

.check-margin .form-check-inline {
  margin-right: 0.4rem !important;
}

hr {
  color: #a3d2dd !important;
}

.border-end {
  border-right-style: dotted !important;
  border-right-color: rgb(176, 203, 210) !important;
  border-width: 1px;
}

