input[type="text"]::placeholder,input[type="number"]::placeholder, input[type="email"]::placeholder, input[type="tel"]::placeholder, textarea::placeholder {
  opacity: 1;
  color:#10333f !important;
}
.btcd-fld-itm.b1-20 {
    margin-bottom: 15px;
}
input[type="text"], input[type="number"], input[type="email"] {
  font-size: .875rem !important;
  font-weight: 400 !important;
  height: 60px;
}
input[type="tel"] {
  font-size: .875rem !important;
  font-weight: 400 !important;
}
textarea {
  font-size: .875rem !important;
  font-weight: 400 !important;
}