
body {
background-color: #ffffff;
  margin-top: 60x;
  width: 100vw;
  height: 150vh;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.login-div {
  margin-top: 10px;
  max-width: 60%;
  padding: 35px;
  border: 1px solid #ddd;
  border-radius: 8px;
}
.logo {
  background-image: url("icon.png");
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin:0 auto;
}
