html {
    height: 100%;
  }
  body {
    height: 100%;
    margin: 0;
    font-family: sans-serif;
  }
  header {
    background-color: #D9D9D9;
    padding: 30px;
  }
 
  /* ヘッダー系 */
  .header-title {
    /* position: fixed; */
    text-align:center
  }

.login-form {
    background-color: #D9D9D9;
    text-align: center;
    margin: 0 auto;
    width: 300px;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 10px;
}
.login_caution {
    font-size: 8.5px;
}

.login_err {
  text-align:center
}

button.small-text {
  font-size: 0.8rem; /* オーバーしたときにさらに小さくする処理 */
}