body {
  margin: 0;
  font-size: 14px;
  color: #50576b;
}

a,
button {
  cursor: pointer;
  text-decoration: none;
}

.hero-header {
  color: #e3e8ee;
  height: 72px;
}

@media screen and (max-width: 1024px) {
  .page-with-hero-header {
    flex-direction: column;
  }
}

.page-with-hero-header {
  display: flex;
  background-color: #027ff0;
  min-height: 100vh;
  overflow-x: hidden;
}

.hero-header>div {
  height: 100%;
  display: flex;
  align-items: center;
  margin-left: 30px;
}

.hero-header img {
  display: block;
  width: auto;
  height: 2.8em;
}

.form-group {
  margin-bottom: 20px;
}

.divider {
  display: flex;
  justify-content: center;
  align-items: center;
}

.divider::before {
  content: '';
  flex: 0 1 100%;
  border-bottom: 1px solid #E6E6E6;
  margin-right: 1rem;
  transform: translateY(-50%);
}

.divider::after {
  content: '';
  flex: 0 1 100%;
  border-bottom: 1px solid #E6E6E6;
  margin-left: 1rem;
  transform: translateY(-50%);
}

label {
  width: 70px;
  display: none;
  color: rgba(11, 18, 26, 0.6);
}

input[type="text"],
input[type="password"] {
  width: 100%;
  height: 42px;
  margin-bottom: 20px;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  padding: 13px 15px;
}

input[name="captcha"] {
  width: 50%;
}

.item {
  display: flex;
  line-height: 68px;
}

.login_btn {
  padding: 8px;
  background: #7b39ed;
  border: none;
  font-size: 16px;
  color: #FFF;
  font-weight: 500;
  box-sizing: border-box;
  border-radius: 8px;
  width: 100%;
}

.left-panel {
  display: flex;
  flex: 1;
  flex-basis: 61%;
  flex-direction: column;
  background-image: url(https://static01.siliconflow.cn/assets/login_zh.webp);
  background-size: cover;
}

h1 {
  font-weight: normal;
}

.login_title {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #333333;
  margin-bottom: 16px;
  text-align: center;
}

.right-panel {
  display: flex;
  flex: 4;
  flex-basis: 39%;
  background-color: #ffffff;
  justify-content: center;
  align-items: center;
}

.right-panel .sign-in-box {
  width: 35rem;
  padding: 1.5rem 4rem;
  background-color: transparent;
  box-shadow: none;
}

@media screen and (max-width: 1440px) {
  .right-panel .sign-in-box {
    width: 360px;
    padding: 0;
  }
}

@media screen and (max-width: 1024px) {
  .right-panel .sign-in-box {
    width: 100%;
    padding: 1rem 1.5rem;
  }
}

.sign-in-box {
  width: 440px;
  padding: 24px 40px;
  background: #fff;
  box-shadow: 0 2px 6px 0 rgba(80, 87, 107, 0.16);
  border-radius: 8px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.btn-sso {
  display: flex;
  border: 1px solid #e6e6e6;
  width: 100%;
  background-color: #fff;
  border-radius: 8px;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  margin-bottom: 16px;
  color: #333333;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  font-family: 'Helvetica Neue', Arial, 'Microsoft Yahei', sans-serif;
  transition: all 0.2s ease-in-out;
}

.btn-sso svg {
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-right: 1rem;
}

.btn-sso>div {
  display: flex;
  align-items: center;
  width: 188px;
}

body,
button,
input,
select,
textarea {
  font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, 'Noto Sans SC', 'Microsoft Yahei', sans-serif, Menlo, Consolas, monospace, 'Apple Color Emoji', 'Segoe UI Emoji', emoji;
}