.login {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.globalFooter-copy {
    font-size: 0.625rem;
}

html,
body {
  height: 100%;
}

body {
  background: #EFF1F4;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif, "Alegreya SC", serif;
  font-size: 14px !important;
  line-height: 1.5;
  color: #3F4446;
  -webkit-text-size-adjust: none;
  overflow-x: hidden;
}

.errorBody {
    width: 100%;
    min-height: 70vh;
}

.errorBody #mainInnerBox {
    margin: 20px;
    text-align: center;
}

.errorBody #mainInnerBox button {
    margin: 100px 0;
}

.btn-err {
    height:29.5px;
    border-radius:0;
    padding:0 5px;
    line-height:1;
    min-width:85.5px;
    background: #005DAD;
    border: 1px solid #005DAD;
    color: white;
}