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