html, body {
  height: 100%;
}

.container-fluid {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 75%;
  margin-top: 60px;
}

.form-signin form {
  max-width: 300px;
  min-width: 300px;
}

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

.divider {
    display: flex;
    align-items: center;
    text-align: center;
}
.divider hr {
    flex: 1;
    border: none;
    border-top: 1px solid #ccc;
    margin: 0 10px;
}
.divider .divider-text {
    padding: 0 10px;
    color: #666;
}