@charset "UTF-8";

.login-title {
  text-align: center;
  border: 0;
  border-bottom: 2px solid var(--base-color);
  background-color: #fafafa;
  padding: 8px;
  display: flex;
  justify-content: center;
}

/* ログインタイトル文言 */
.login-title h5 {
  margin: 0.75rem 0 0.75rem 0;
  color: var(--base-color);
}

.login-logo {
  height: 68px;
}

.login-card {
  display: flex;
  justify-content: center;
  max-width: 95%;
  /* height: 700px; */
  height: 77vh;
  margin: 0 auto;
border: 2px solid var(--base-color-gray);
  box-shadow: none;
}

.login-card-content {
  width: 600px;
  height: 450px;
  margin: auto;
  padding: 24px;
  /* border-radius: 0 0 2px 2px; */
}

.password-link a {
  color: rgb(255, 95, 95) !important;
  font-size: 12px;
}