#root,
html,
body {
  margin: 0;
  padding: 0;
}
.login-page {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url('./assets/taourirt.jpg');
  background-size: cover;
}
.login-form {
    width: 60%;
    height: 80vh;
    background-color: white;
    padding: 32px;
    border-radius: 16px;
    border: solid 1px #ccc;
    text-align: center;
}

.login-form-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.water-icon {
  width: 50px !important;
  height: auto;
}
