html,
body {
  height: 100%;
}

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

.form-signin {

}

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

.form-signin input[type="username"] {
  margin-bottom: -1px;
}

.form-signin input[type="password"] {
  margin-bottom: 10px;
}
/************************** Cursor Styles *****************/
.pointer {
  cursor: pointer;
}
