.b-what-is-this {
  position: relative;
  display: inline-block;
}
.b-what-is-this__tooltip-link {
  font-size: 11px;
  cursor: help;
}
.b-what-is-this__tooltip {
  text-align: left;
  background-color: #ddd;
  padding: 10px;
  font-size: 14px;
  z-index: 100;
}
.tooltip-backdrop {
  position: fixed;
  z-index: 10;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.b-transfer-signature .e-input {
  width: calc(100% - 75px);
}
.b-transfer-signature .b-form-control__input {
  position: relative;
}
.b-transfer-signature .b-what-is-this {
  position: absolute;
  top: 0;
  right: 0;
}
.b-transfer-terms__title {
  font-size: 22px;
  font-weight: 700;
  margin: 40px 0 20px;
}

