body {
  margin: 0;
  display: flex;
}
.root {
  background-image: url(background/authbg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.heading-main {
  margin: 0px;
}

.logo-container {
  display: flex;
  justify-content: center;
}
.card {
  max-width: 90%;
  padding: 20px;
  margin: 20px;
  box-shadow: none;
  border-radius: 8px;
  background-color: white;
}

.logo {
  margin: auto;
  height: 80px;
  margin-top: 20px;
  margin-bottom: 25px;
}

.body {
  text-align: justify;
}

.heading {
  text-align: center;
  display: block;
  line-height: 1.2;
  font-size: 30px;
}

.subHeading h4 {
  margin: 0px;
}

p {
  margin: 0px;
}

.subHeading {
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 21px;
}

ul {
  margin-left: 20px;
}