@charset "UTF-8";

html,
body {
  display: block;
  width: 100%;
  min-width: 320px;
  min-height: 100%;
}

body {
  color: #172033;
  background: #f3f5f9;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
  -webkit-font-smoothing: antialiased;
}

body.layui-layout-body {
  height: auto;
  overflow: auto;
}

.login-container {
  position: relative;
  display: flex;
  min-height: 100vh;
  box-sizing: border-box;
  overflow: hidden;
  padding: 32px 32px 58px;
  background: #f3f5f9;
}

.login-container::before {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(84, 96, 120, .04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(84, 96, 120, .04) 1px, transparent 1px);
  background-size: 44px 44px;
  content: "";
  -webkit-mask-image: radial-gradient(circle at center, #000, transparent 82%);
  mask-image: radial-gradient(circle at center, #000, transparent 82%);
}

.login-container::after {
  position: absolute;
  top: -240px;
  right: -170px;
  width: 540px;
  height: 540px;
  border-radius: 50%;
  background: rgba(91, 115, 194, .08);
  content: "";
  filter: blur(4px);
}

.login-shell {
  position: relative;
  z-index: 1;
  display: flex;
  width: min(1120px, 100%);
  min-height: min(680px, calc(100vh - 90px));
  margin: auto;
  overflow: hidden;
  border: 1px solid #e3e7ee;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 26px 70px rgba(31, 43, 65, .11);
}

.login-visual {
  position: relative;
  display: block;
  flex: 0 0 48%;
  min-width: 0;
  margin: 14px;
  overflow: hidden;
  border-radius: 22px;
  background: linear-gradient(145deg, #eff5ff 0%, #dce7fb 100%);
}

.login-visual::before {
  position: absolute;
  inset: 0;
  opacity: .26;
  background-image:
    linear-gradient(rgba(91, 115, 194, .09) 1px, transparent 1px),
    linear-gradient(90deg, rgba(91, 115, 194, .09) 1px, transparent 1px);
  background-size: 42px 42px;
  content: "";
  -webkit-mask-image: radial-gradient(circle at center, #000 20%, transparent 78%);
  mask-image: radial-gradient(circle at center, #000 20%, transparent 78%);
}

.login-visual::after {
  position: absolute;
  right: -130px;
  bottom: -180px;
  width: 430px;
  height: 430px;
  border-radius: 50%;
  background: rgba(144, 168, 224, .22);
  content: "";
  filter: blur(2px);
}

.login-brand {
  position: absolute;
  z-index: 3;
  top: 28px;
  left: 30px;
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.login-brand:hover {
  text-decoration: none;
}

.login-brand-icon {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border-radius: 12px;
  color: #5b72bd;
  background: #fff;
  box-shadow: 0 10px 26px rgba(63, 80, 132, .12);
}

.login-brand-icon .layui-icon {
  font-size: 21px;
}

.login-brand-text strong,
.login-brand-text small {
  display: block;
}

.login-brand-text strong {
  color: #263555;
  font-size: 19px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: .08em;
}

.login-brand-text small {
  margin-top: 2px;
  color: #7180a4;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: .08em;
}

.call-scene {
  position: absolute;
  top: 52%;
  left: 50%;
  width: min(76%, 440px);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
}

.call-ring {
  position: absolute;
  top: 50%;
  left: 50%;
  border: 1px solid rgba(91, 115, 194, .18);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.call-ring-outer {
  width: 100%;
  height: 100%;
  border-style: dashed;
}

.call-ring-middle {
  width: 72%;
  height: 72%;
}

.call-ring-inner {
  width: 46%;
  height: 46%;
  border-color: rgba(91, 115, 194, .28);
}

.call-node {
  position: absolute;
  z-index: 2;
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 1px solid #cfdbf2;
  border-radius: 14px;
  color: #5b72bd;
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 12px 28px rgba(63, 80, 132, .12);
}

.call-node .layui-icon {
  font-size: 20px;
}

.call-node-user {
  top: 5%;
  left: 49%;
}

.call-node-headset {
  right: 2%;
  bottom: 26%;
}

.call-node-connect {
  bottom: 10%;
  left: 9%;
}

.call-core-halo {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 128px;
  height: 128px;
  border: 1px solid rgba(91, 115, 194, .22);
  border-radius: 50%;
  background: rgba(255, 255, 255, .25);
  box-shadow: 0 0 0 16px rgba(255, 255, 255, .18);
  transform: translate(-50%, -50%);
}

.call-core {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  display: grid;
  width: 82px;
  height: 82px;
  place-items: center;
  border-radius: 25px;
  color: #5b72bd;
  background: #fff;
  box-shadow: 0 22px 38px rgba(63, 80, 132, .14);
  transform: translate(-50%, -50%);
}

.call-core .layui-icon {
  font-size: 40px;
}

.signal-wave {
  position: absolute;
  z-index: 2;
  right: 5%;
  bottom: 0;
  display: flex;
  height: 76px;
  box-sizing: border-box;
  align-items: center;
  gap: 5px;
  padding: 8px 12px;
  border: 1px solid rgba(91, 115, 194, .16);
  border-radius: 16px;
  background: rgba(91, 115, 194, .1);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}

.signal-wave i {
  width: 3px;
  border-radius: 999px;
  background: rgba(91, 115, 194, .62);
}

.visual-dots {
  position: absolute;
  z-index: 2;
  right: 26px;
  bottom: 24px;
  display: grid;
  grid-template-columns: repeat(5, 3px);
  gap: 7px;
}

.visual-dots i {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: rgba(91, 115, 194, .46);
}

.login-form {
  position: relative;
  top: auto;
  left: auto;
  display: flex;
  flex: 1;
  width: auto;
  min-width: 0;
  margin: 0;
  flex-direction: column;
  background: #fff;
}

.mobile-brand {
  display: none;
}

.login-form-content {
  width: 100%;
  max-width: 420px;
  box-sizing: border-box;
  margin: auto;
  padding: 42px 28px;
}

.login-heading > span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #5b72bd;
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
}

.login-heading > span i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #5b72bd;
}

.login-heading h1 {
  margin: 16px 0 0;
  color: #1c2537;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -.02em;
}

.login-heading p {
  margin: 12px 0 0;
  color: #8a93a4;
  font-size: 14px;
  line-height: 24px;
}

.login-form ul {
  margin-top: 34px;
}

.login-form ul li {
  margin-top: 22px;
}

.login-form ul li:first-child {
  margin-top: 0;
}

.form-label {
  display: block;
  margin-bottom: 9px;
  color: #3b4558;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

.input-wrap {
  position: relative;
  display: block;
}

.input-wrap > .layui-icon {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 15px;
  padding: 0;
  color: #8a94a6;
  font-size: 17px;
  transform: translateY(-50%);
}

.login-form .layui-input {
  width: 100%;
  height: 48px;
  box-sizing: border-box;
  padding: 0 42px;
  border: 1px solid #dfe3eb;
  border-radius: 10px;
  color: #263044;
  background: #fbfcfe;
  font-size: 14px;
  line-height: 48px;
  text-indent: 0;
  letter-spacing: 0;
  text-shadow: none;
  -webkit-text-fill-color: #263044;
  box-shadow: none;
  transition: border-color .2s, box-shadow .2s, background .2s;
}

.login-form .layui-input:hover {
  border-color: #bdc5d4;
}

.login-form .layui-input:focus {
  border-color: #5b72bd;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(91, 114, 189, .13);
}

.login-form .layui-input:-webkit-autofill,
.login-form .layui-input:-webkit-autofill:hover,
.login-form .layui-input:-webkit-autofill:focus {
  -webkit-text-fill-color: #263044;
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
  box-shadow: 0 0 0 1000px #fff inset;
}

.login-form input[type="password"]::-ms-reveal,
.login-form input[type="password"]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

.login-form input[type="password"]::-webkit-credentials-auto-fill-button,
.login-form input[type="password"]::-webkit-contacts-auto-fill-button {
  position: absolute;
  right: 0;
  display: none !important;
  visibility: hidden;
  pointer-events: none;
}

.toggle-password {
  position: absolute;
  z-index: 3;
  top: 50%;
  right: 6px;
  display: grid;
  width: 38px;
  height: 38px;
  padding: 0;
  place-items: center;
  border: 0;
  border-radius: 8px;
  color: #8a94a6;
  background: transparent;
  cursor: pointer;
  transform: translateY(-50%);
  transition: color .2s, background .2s;
}

.toggle-password:hover,
.toggle-password:focus {
  color: #5b72bd;
  background: #eef3ff;
}

.captcha-row {
  display: flex;
  align-items: center;
  gap: 10px;
}

.captcha-row .input-wrap {
  flex: 1;
  min-width: 0;
}

.captcha-image {
  position: relative;
  display: block;
  flex: 0 0 116px;
  height: 48px;
  overflow: hidden;
  border: 1px solid #dfe3eb;
  border-radius: 10px;
  background: #f5f7fa;
  cursor: pointer;
}

.captcha-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.login-form ul li > span {
  display: block;
  margin-top: 7px;
  color: #f04438 !important;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0;
}

.submit-row {
  padding-top: 2px;
}

.login-submit,
.login-submit:hover,
.login-submit:focus {
  width: 100%;
  height: 48px !important;
  padding: 0 20px;
  border: 0 !important;
  border-radius: 10px !important;
  color: #fff !important;
  background: #5b72bd !important;
  font-size: 14px;
  font-weight: 600;
  line-height: 48px;
  letter-spacing: 0 !important;
  box-shadow: 0 9px 22px rgba(91, 114, 189, .2) !important;
}

.login-submit:hover {
  background: #4d63ad !important;
}

.login-submit.layui-disabled {
  opacity: .68;
}

.login-footer {
  position: absolute;
  z-index: 2;
  right: 20px;
  bottom: 7px;
  left: 20px;
  color: #98a2b3;
  font-size: 12px;
  line-height: 22px;
  text-align: center;
}

.login-footer a,
.login-footer span {
  color: #8993a5;
}

.login-footer a:hover {
  color: #5b72bd;
}

@media (max-width: 1023px) {
  .login-container {
    min-height: 100vh;
    min-height: 100dvh;
    overflow: visible;
    padding: 0 0 12px;
    flex-direction: column;
    background: #fff;
  }

  .login-container::before,
  .login-container::after {
    display: none;
  }

  .login-shell {
    flex: 1;
    width: 100%;
    min-height: 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }

  .login-visual {
    display: none;
  }

  .login-form {
    min-height: 0;
  }

  .mobile-brand {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 24px 22px 0;
  }

  .mobile-brand-icon {
    display: grid;
    width: 36px;
    height: 36px;
    place-items: center;
    border-radius: 11px;
    color: #fff;
    background: #5b72bd;
    box-shadow: 0 8px 22px rgba(91, 114, 189, .2);
  }

  .mobile-brand-icon .layui-icon {
    font-size: 19px;
  }

  .mobile-brand strong {
    color: #263044;
    font-size: 18px;
    font-weight: 700;
  }

  .mobile-brand small {
    margin-left: auto;
    white-space: nowrap;
    color: #98a0af;
    font-size: 12px;
  }

  .login-form-content {
    margin: 0 auto;
    padding: 54px 28px 40px;
  }

  .login-footer {
    position: static;
    flex-shrink: 0;
    padding: 8px 16px 0;
    font-size: 11px;
    line-height: 20px;
  }
}

@media (max-width: 480px) {
  .login-heading h1 {
    font-size: 28px;
  }

  .login-form-content {
    padding: 44px 20px 32px;
  }

  .mobile-brand {
    padding-right: 20px;
    padding-left: 20px;
  }

  .captcha-image {
    flex-basis: 108px;
  }
}

@media (max-width: 360px) {
  .mobile-brand small {
    font-size: 11px;
  }

  .login-form-content {
    padding-top: 36px;
  }

  .captcha-row {
    gap: 8px;
  }

  .captcha-image {
    flex-basis: 96px;
  }
}
