body {
  background-color: #101010;
  color: white;
  font-family: "Poppins", sans-serif;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;
  margin: 0;
}

.login-brand-logo{
width: 300px;
margin-bottom: 22px;
}

.form-container{
    text-align: center;
}