body {
  background: url("/cdn/sources/webp/bg.webp");
  display: flex;
  align-items: center;
  justify-content: center;
}

.card {
  width: 100%;
  max-width: 450px;
}

.title {
  font-size: 24px;
  margin-top: 30px;
}

.description {
  font-size: 14px;
  max-width: 90%;
  margin-bottom: 20px;
}

input {
  width: 100%;
}
