@font-face {
  font-family: BeadFlowBody;
  src: url("fonts/body.90a1db88a103.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: BeadFlowDisplay;
  src: url("fonts/display.4b7cc5c49080.woff2") format("woff2");
  font-display: swap;
}
.bf-auth {
  display: grid;
  grid-template-columns: minmax(420px, 1fr) minmax(0, .94fr);
  min-height: 100svh;
  background: #fff;
  color: #263546;
  font:
    15px/1.7 BeadFlowBody,
    "Microsoft YaHei",
    sans-serif;
}
.bf-auth * {
  box-sizing: border-box;
}
.bf-auth a {
  text-decoration: none;
  color: #15659f;
}
.bf-auth-form-side {
  display: flex;
  flex-direction: column;
  padding: 42px clamp(30px, 6vw, 100px) 26px;
  min-width: 0;
}
.bf-auth-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  width: fit-content;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.2;
}
.bf-auth-brand img {
  flex: none;
}
.bf-auth-brand small {
  display: block;
  font-size: 11px;
  line-height: 1.2;
  letter-spacing: 3px;
  color: #66788b;
  margin-top: 5px;
  font-weight: 400;
}
.bf-auth-content {
  width: 100%;
  max-width: 380px;
  margin: auto;
  padding: 55px 0;
}
.bf-auth-label {
  display: inline-block;
  border: 1px solid #cde2d6;
  background: #f0f8f3;
  color: #347757;
  border-radius: 6px;
  font-size: 12px;
  padding: 4px 10px;
  margin-bottom: 18px;
}
.bf-auth h1 {
  font: 400 clamp(32px, 3.1vw, 44px)/1.28 BeadFlowDisplay, sans-serif;
  letter-spacing: 0;
  margin: 0 0 18px;
}
.bf-auth-description {
  font-size: 15px;
  color: #60758a;
  line-height: 1.8;
  margin: 0 0 30px;
}
.bf-auth-form {
  display: grid;
  gap: 20px;
}
.bf-auth-field label {
  font-size: 14px;
  display: block;
  font-weight: 600;
  margin-bottom: 8px;
  color: #263546;
}
.bf-auth .bf-auth-field input {
  display: block;
  width: 100%;
  height: 50px;
  padding: 12px 14px;
  border: 1px solid #ccd9e2;
  border-radius: 9px;
  background: #fbfdff;
  color: #263546;
  font: 16px/1.5 BeadFlowBody, sans-serif;
  outline: none;
  margin: 0;
  box-shadow: none;
}
.bf-auth .bf-auth-field input:focus {
  border-color: #15659f;
  box-shadow: 0 0 0 3px #15659f20;
}
.bf-password-field {
  position: relative;
}
.bf-auth .bf-password-field input {
  padding-right: 65px;
}
.bf-password-field button {
  position: absolute;
  inset: 3px 3px 3px auto;
  border: 0;
  background: transparent;
  color: #15659f;
  font: 13px BeadFlowBody, sans-serif;
  min-width: 54px;
  cursor: pointer;
}
.bf-auth-submit {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  min-height: 52px;
  width: 100%;
  padding: 12px 18px;
  border: 0;
  border-radius: 9px;
  background: #15659f;
  color: #fff !important;
  font: 600 15px/1.5 BeadFlowBody, sans-serif;
  cursor: pointer;
  margin-top: 4px;
}
.bf-auth-submit:hover {
  background: #135281;
}
.bf-auth-submit span {
  font: 23px/1 sans-serif;
}
.bf-auth-help {
  font-size: 12px;
  color: #66788b;
  margin: 16px 0 24px;
}
.bf-auth-switch {
  font-size: 13px;
  padding-top: 20px;
  border-top: 1px solid #e2eaf0;
  color: #66788b;
}
.bf-auth-switch a {
  margin-left: 8px;
  font-weight: 600;
  padding: 10px 0;
  display: inline-block;
}
.bf-auth-footer {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  color: #6a7d8d;
  font-size: 11px;
}
.bf-auth-footer a {
  padding: 8px 0;
}
.bf-auth-footer span {
  align-self: center;
}
.bf-auth-art {
  position: relative;
  overflow: hidden;
  min-height: 100%;
  background: #eff4f1;
}
.bf-auth-art > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 60%;
}
.bf-auth-art-copy {
  position: relative;
  padding: 65px 48px;
  z-index: 1;
  max-width: 90%;
}
.bf-auth-art-copy h2 {
  font: 400 33px/1.5 BeadFlowDisplay, sans-serif;
  color: #263546;
  letter-spacing: .02em;
  margin: 17px 0;
}
.bf-auth-art-copy p {
  font-size: 12px;
  margin: 0;
  color: #4b655a;
}
.bf-auth-beads {
  display: flex;
  gap: 7px;
}
.bf-auth-beads i {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #7ec8a2;
}
.bf-auth-beads i:nth-child(2) {
  background: #f3ce56;
}
.bf-auth-beads i:nth-child(3) {
  background: #ec8fa4;
}
.bf-auth-error {
  padding: 12px 16px;
  background: #fff0f3;
  border: 1px solid #f3cad5;
  color: #a92e50;
  font-size: 14px;
  border-radius: 8px;
  margin: 0 0 20px;
}
.bf-auth .errorlist {
  list-style: none;
  margin: 7px 0 0;
  padding: 0;
  color: #a92e50;
  font-size: 13px;
}
.bf-auth-error .errorlist {
  margin: 0;
}
.bf-auth :is(a, button):focus-visible {
  outline: 3px solid #15659f;
  outline-offset: 4px;
}
@media (min-width: 1600px) {
  .bf-auth-content {
    max-width: 420px;
  }
  .bf-auth-art-copy {
    padding-left: 70px;
  }
}
@media (max-width: 900px) {
  .bf-auth {
    grid-template-columns: minmax(360px, 1fr) .75fr;
  }
  .bf-auth-form-side {
    padding: 30px;
  }
  .bf-auth-art-copy {
    padding: 46px 25px;
  }
  .bf-auth-art-copy h2 {
    font-size: 28px;
  }
}
@media (max-width: 700px) {
  .bf-auth {
    display: flex;
    flex-direction: column-reverse;
    min-height: 100svh;
  }
  .bf-auth-art {
    height: 180px;
    min-height: 180px;
  }
  .bf-auth-art > img {
    object-position: center 77%;
  }
  .bf-auth-art-copy {
    display: none;
  }
  .bf-auth-form-side {
    flex: 1;
    padding: 26px 28px 20px;
  }
  .bf-auth-content {
    padding: 35px 0 25px;
    max-width: 440px;
    margin: 0 auto;
  }
  .bf-auth-brand {
    font-size: 22px;
  }
  .bf-auth h1 {
    font-size: 34px;
  }
  .bf-auth-description {
    margin-bottom: 25px;
  }
  .bf-auth-footer {
    flex-wrap: wrap;
  }
  .bf-auth-help {
    margin-bottom: 12px;
  }
  .bf-auth-label {
    margin-bottom: 14px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .bf-auth * {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
