@font-face {
  font-family: "prosthetic-icon";
  src: url("../../../fonts/prosthetic-icon.woff2") format("woff2"), url("../../../fonts/prosthetic-icon.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
#insurer-page .login-btn {
  background: #03a5a7;
  border-color: #03a5a7;
}
#insurer-page .login-btn:hover {
  background: #ffffff;
  color: #03a5a7;
}

.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-logo {
  max-width: 160px;
  margin: 0 auto 20px;
}
@media screen and (max-width: 767px) {
  .content .login-logo {
    max-width: 120px;
  }
}
.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 #e6e7eb;
}
.login-field__item dd:has(.password-ico) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.login-field__item dd:has(.password-ico) input {
  width: calc(100% - 44px);
}
.login-field__item dd:has(.password-ico) .password-ico {
  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: 32px;
  height: 32px;
  border-radius: 50%;
  background: #37748c;
  cursor: pointer;
}
.login-field__item dd:has(.password-ico) .password-ico svg {
  width: 16px;
  height: 16px;
  fill: #ffffff;
}

.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: #ffffff;
  border: solid 1px #e6e7eb;
  border-radius: 3px;
  -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 #ffffff #ffffff transparent;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

input:checked + .login-check__label::before {
  background: #37748c;
}

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: #37748c;
  border: solid 1px #37748c;
  border-radius: 56px;
  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: #37748c;
}

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

.login-help-links {
  margin-top: 12px;
}
.login-help-links a + a {
  margin-left: 24px;
}
/*# sourceMappingURL=../../../maps/backend/pages/login.css.map */
