#password-form {
  text-align: center;
  height: 100dvh;
  width: 100vw;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

#password-input {
  text-decoration: underline;
}

#password-form input[type="submit"] {
  cursor: pointer;
}

body.template-password main {
  padding: 0;
}