html,
body {
  height: 100%;
}

body {
  display: flex;
  align-items: center;
  /* padding-top: 40px;
  padding-bottom: 40px; */
  /* background-color: #f5f5f5; */
}

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

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

/* .form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
} */

.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);
}
