.form-signin .form-floating:focus-within {
  z-index: 2;
}

.bottom-field {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.middle-field {
  border-radius: 0;
}

.top-field {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.password-icon {
  width: 30px;
  height: 30px;
  cursor: pointer;
  margin-right: 2rem;
}
