.content.--login {
  width: 100%;
  height: 100vh;
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 1279px) {
  .content.--login {
    padding: 40px 32px;
  }
}

@media screen and (max-width: 959px) {
  .content.--login {
    padding: 40px 24px;
  }
}

.content .login-panel {
  width: 100%;
  max-width: 480px;
}

.content .login-ttl {
  margin-bottom: calc(8px * 3);
  font-size: 1.7rem;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 959px) {
  .content .login-ttl {
    margin-bottom: calc((8px * 3) * 0.5);
  }
}

.login-field {
  margin-bottom: 32px;
}

@media screen and (max-width: 767px) {
  .login-field {
    margin-bottom: 24px;
  }
}

.login-field__item:not(:nth-last-of-type(1)) {
  margin-bottom: 16px;
}

.login-field__item dt {
  margin-bottom: 8px;
  font-size: 1.4rem;
  font-weight: bold;
}

.login-field__item dd input:not([type="file"]) {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: solid 1px #f1efec;
}

.login-check {
  margin-bottom: 32px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .login-check {
    margin-bottom: 24px;
  }
}

.login-check label {
  display: inline-block;
  padding: 6px 0;
  cursor: pointer;
}

.login-check input[type="checkbox"] {
  display: none;
}

.login-check__label {
  display: inline-block;
  position: relative;
  padding-left: 32px;
  font-size: 1.3rem;
}

.login-check__label::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 24px;
  height: 24px;
  background: #eee;
  border-radius: 2px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.login-check__label::after {
  display: none;
  content: '';
  position: absolute;
  top: 2px;
  left: 9px;
  z-index: 1;
  width: 6px;
  height: 12px;
  border-style: solid;
  border-width: 0 2px 2px 0;
  border-color: transparent #fff #fff transparent;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

input:checked + .login-check__label::before {
  background: #2a3f54;
}

input:checked + .login-check__label::after {
  display: block;
}

.login-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 56px;
  margin-bottom: 24px;
  background: #E3161B;
  border: solid 1px #E3161B;
  border-radius: 4px;
  color: #ffffff;
  font-size: 1.5rem;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  cursor: pointer;
}

@media screen and (max-width: 959px) {
  .login-btn {
    height: 48px;
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 767px) {
  .login-btn {
    height: 40px;
  }
}

.login-btn:hover {
  background: #ffffff;
  color: #E3161B;
}

.login-note {
  font-size: 1.3rem;
  line-height: 1.4;
}

/*# sourceMappingURL=../../../maps/backend/pages/login.css.map */
