.form-grid label.secret-field {
  position: relative;
}

.form-grid label.secret-field > input {
  padding-right: 44px;
}

.secret-toggle {
  position: absolute;
  right: 5px;
  bottom: 4px;
  width: 31px;
  height: 30px;
  padding: 0;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 5px;
  background: transparent;
  color: #667085;
}

.secret-toggle:hover {
  background: #f1f4f9;
  color: #2858cc;
}

.secret-toggle:focus {
  box-shadow: none !important;
}

.secret-toggle svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
