body {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.centered {
  width: auto;
  max-width: 600px;
  padding: 20px;
  border: 1px solid #999;
  border-radius: 5px;
}

p.site-description {
  margin: 20px 0 5px 0;
  font-size: 14px;
  line-height: 40px;
}

p.tipp {
  padding-top: 40px;
  color: #999;
}

img.logo {
  padding-right: 5px
}

.w-input {
  width: 100%;
  border: 1px solid #999;
  padding: 5px;
  border-radius: 5px;
}
