.din-400 {
  font-family: din-2014, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.din-600 {
  font-family: din-2014, sans-serif;
  font-weight: 600;
  font-style: normal;
}

.din-700 {
  font-family: din-2014, sans-serif;
  font-weight: 700;
  font-style: normal;
}

.din-800 {
  font-family: din-2014, sans-serif;
  font-weight: 800;
  font-style: normal;
}

.header {
  background: #fff;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
}

.login {
  padding: 8rem 14.8rem 7.4rem 7.6rem;
}
.login__title {
  font-size: 2rem;
  letter-spacing: 0.25em;
  color: #940012;
  font-weight: bold;
  margin: 2rem auto 3rem;
  text-align: center;
}
.login__row {
  display: flex;
}
.login__logo img {
  width: 46.2rem;
}
.login__left {
  flex: 0 0 50%;
  max-width: 50%;
}
.login__right {
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 12rem;
}

.form-item {
  display: block;
  color: #707070;
}

.password-save {
  display: flex;
  align-items: center;
  white-space: nowrap;
  font-size: 2rem;
  color: #707070;
}
.password-save .checkbox {
  margin-right: 2rem;
}

.button .c-button1 {
  margin-left: auto;
  margin-right: 0;
  width: 33.2rem;
  font-size: 2.5rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}

/*# sourceMappingURL=login.css.map */
