/** 
    link
**/
body {
  font-size: 14px;
}

.auth-root {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.auth-main {
  width: 400px;
  margin: 0 auto;
  text-align: center;
}

.auth-footer {
  text-align: center;
}

.header {
  display: flex;
  position: fixed;
  top: 0;
  left: 24px;
  right: 0;
  z-index: 999;
  overflow: visible;
  height: auto;
  background-color: #FFFFFF;
  border-bottom: solid 1px #C1CBD0;
  align-items: center;
}

.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 10px;
}

.header__logo {
  width: 160px;
  display: block;
  box-sizing: border-box;
}

.header__logo img {
  width: 160px;
}

.header__text {
  width: auto;
}

.auth-footer__copyright {
  color: #c4ccd4;
  padding-bottom: 20px;
}

.error {
  padding: 5px 20px;
  color: red;
  font-size: 0.8em;
}

.swal2-popup {
  font-family: "Noto Sans JP", "Yu Gothic", "Hiragino Kaku Gothic Pro", "sans-serif" !important;
  color: #424C50 !important;
}

.swal2-container {
  z-index: 999999;
}

.swal2-container .swal2-confirm {
  background-color: var(--primary-color) !important;
  color: #FFFFFF !important;
  min-width: 100px !important;
  text-align: center;
}

.swal2-container .swal2-cancel {
  background-color: #6C7476 !important;
  color: #FFFFFF !important;
  min-width: 100px !important;
  text-align: center;
}

.swal2-container .swal2-info {
  color: var(--secondary-color) !important;
  border-color: var(--secondary-color) !important;
}

.swal2-container .swal2-warning {
  color: var(--secondary-color) !important;
  border-color: var(--secondary-color) !important;
}
