html,
body {
  height: 100%;
}

.form-wrapper {
  display: flex;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  height:500px;
}

.form-signin {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: auto;
}

.form-signin .checkbox {
  font-weight: 400;
}

.form-signin .form-floating:focus-within {
  z-index: 2;
}

.form-signin .form-floating .info {
  padding: 2px;
  font-size: 0.8rem;
  color: #999;
  margin-bottom: 5px;
}

.form-signin input.top {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.form-signin input.middle {
  margin-bottom: -1px;
  border-radius: 0;
}

.form-signin input.bottom {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
