html, body {
  height: 100%;
  padding: 0;
  margin: 0;
}
main, main > div {
	height: 100%;
}
main > div.alert {
  height: initial;
}
.nav-scroller {
	display: none;
}
.form-floating:focus-within {
  z-index: 2;
}
input[type="text"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

h1 {
  font-family: 'Tangerine', cursive;
  font-size: 66px;
}