.root {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "Open Sans", "Arial", sans-serif;
}

.logo img {
  height: 250px;
}

.title h1 {
  font-size: 30px;
  font-weight: 500;
}

.links {
  color: rgb(102, 102, 102);
  font-size: 14px;
  font-weight: 500;
  line-height: 26px;
}

.links a {
  color: inherit;
  text-decoration: none;
}

.auth p {
  color: rgb(102, 102, 102);
  font-size: 14px;
  font-weight: 500;
  font-style: italic;
}

.auth form {
  display: flex;
  flex-direction: column;
  align-items: center;
}
