html,
body {
  font-family: Prompt;
  height: 100%;
}

body {
  display: flex;
  align-items: center;
}

.form-signin {
  width: 100%;
  max-width: 360px;
  padding: 1.5em;
  margin: auto;
}

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



.form-control:focus,
.form-check-input:focus {
  box-shadow: none;
}
.fa-eye,
.fa-eye-slash {
  overflow: hidden;
  position: absolute;
  top: 35%;
  right: 5%;
  cursor: pointer;
  color: rgb(0, 0, 0);
}
