html,
body {
  height: 100%;
}

.form-signin {
  max-width: 330px;
  padding: 1rem;
}

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

.form-signin input[type="text"] {
  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-otp {
  max-width: 330px;
  padding: 1rem;
}

.otp-input {
    width: 2.3rem;
    height: 2.3rem;
    text-align: center;
    margin: 0 0.2rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    border: 1px solid #ced4da;
}
.otp-input:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .25);
}
.dash {
    font-size: 1.5rem;
    padding: 0 0 0.3rem 0;
}

.form-signup {
  max-width: 560px;
  padding: 1rem;
  line-height: 150%;
}