body {
  /* padding: 50px; */
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  font-size: 14px;
}

a {
  color: #00B7FF;
}

.wrapper-bg {
    background-color: white;
}

.title-text {
    color: #6c757d !important;
}

.page-item > .selected {
    color: #666666 !important;
    font-weight: bold;
}

.page-item > .selected:hover {
    background-color: #FFFFFF !important;
}

.progress-bar {
    transition-duration: 0.2s;
    transition-timing-function: linear;
}

.login-page2 {
  align-items: center;
  background: transparent;
  display: flex;
  flex-direction: column;
  height: 60vh;
  justify-content: center;
}

.main-footer {
    font-size: 0.55rem;
}
