html,
body {
  height: 100%;
  background-image: url('../../img/background-auth-2.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.form-signin {
  max-width: 330px;
  padding: 1rem;
  background-color: white;
  border-radius: 10px;
}

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

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

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