html {
  background: white;
  height: 100vh;
}
body {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: 'Neuton', serif;
}
img {
  position: relative;
  left: -30px;
  margin: 30px auto 0;
}
form {
  margin: 30px auto;
}
.login {
  display: flex;
}
.error {
  color: red;
  margin: 0 auto 30px;
}
input[type=password] {
  display: block;
  box-sizing: content-box;
  width: 200px;
  height: 25px;
  font-size: 25px;
  line-height: 25px;
  padding: 8px;
  font-family: Verdana;
  letter-spacing: 0.125em;
}
button {
  display: block;
  box-sizing: content-box;
  width: 25px;
  height: 25px;
  font-size: 25px;
  line-height: 25px;
  font-family: Verdana;
  padding: 8px 6px 8px 10px;
  margin-left: 5px;
}