.fa-eye,
.fa-eye-slash {
  align-self: flex-end;
  position: relative;
  top: -2rem;
  font-size: 1rem;
  cursor: pointer;
  color: var(--color-gray2-5);
  height: 0; /* dont take up any height */
}

.fa-eye-slash {
  right: 0.5rem;
}

.fa-eye {
  right: calc(0.5rem + 1px);
}

.form-input {
  display: flex;
  flex-direction: column;
  align-self: stretch;
  gap: 0.25rem;
  text-align: left;
}

.form-labeled-value {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;  
  width: 100%;
  text-align: left;
}
