/* 登录 / 注册 / 忘记密码 — 电脑端分栏布局 */

.auth-page__aside,
.auth-page__form-title {
  display: none;
}

@media screen and (min-width: 768px) {
  html.auth-page-html {
    font-size: 16px !important;
  }

  body.auth-page-body {
    margin: 0;
    min-height: 100vh;
    background: #fff;
    font-size: 16px;
    line-height: 1.5;
  }

  .bgs.auth-page {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    width: 100%;
    max-width: none;
    min-height: 100vh;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background: #fff;
    box-shadow: none;
  }

  .bgs.auth-page.bgsw {
    background-image: none;
    background-position: initial;
    padding-bottom: 0;
  }

  .auth-page__aside {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 40px 48px;
    box-sizing: border-box;
    color: #fff;
    background: linear-gradient(145deg, #0568a8 0%, #0a7fc2 45%, #4db8f0 100%);
    background-image: url(../img/bgs.png), linear-gradient(145deg, #0568a8 0%, #0a7fc2 45%, #4db8f0 100%);
    background-size: cover, auto;
    background-position: center, center;
    background-blend-mode: overlay;
    min-height: 100vh;
  }

  .auth-page__aside-en {
    margin: 0 0 12px;
    font-size: clamp(48px, 6vw, 72px);
    font-weight: 500;
    line-height: 1;
    color: rgba(255, 255, 255, 0.35);
    text-transform: uppercase;
    letter-spacing: 0.02em;
  }

  .auth-page__aside-title {
    margin: 0;
    font-size: clamp(28px, 3vw, 40px);
    font-weight: 600;
    line-height: 1.25;
    color: #fff;
    max-width: 480px;
  }

  .auth-page__content {
    flex: 0 0 440px;
    width: 440px;
    max-width: min(520px, 46vw);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 40px 48px;
    box-sizing: border-box;
    background: #fff;
    min-height: 100vh;
    overflow-y: auto;
  }

  .auth-page__form-title {
    display: block;
  }

  .auth-page__title-mobile {
    display: none !important;
  }

  .bgs.auth-page .auth-page__form,
  .bgs.auth-page .auth-page__content > .container,
  .bgs.auth-page .auth-page__content .container {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
  }

  .auth-page__form-title {
    margin: 0 0 28px;
    font-size: 26px;
    font-weight: 600;
    color: #333;
    line-height: 1.3;
  }

  .bgs.auth-page .Titleg {
    margin-top: 0;
    margin-bottom: 0;
  }

  .bgs.auth-page .rInputs {
    margin-top: 16px;
    border-radius: 8px;
    background-color: #f5f6f8;
  }

  .bgs.auth-page .rInputs:first-of-type {
    margin-top: 0;
  }

  .bgs.auth-page .rInputs input {
    padding: 14px 16px;
    font-size: 16px;
    line-height: 24px;
    border-radius: 8px;
    width: 100%;
    box-sizing: border-box;
  }

  .bgs.auth-page .rInputs input::placeholder {
    font-size: 15px;
  }

  .bgs.auth-page .rInputscode {
    font-size: 16px;
    display: flex;
    align-items: stretch;
  }

  .bgs.auth-page .rInputscode input {
    width: 62%;
    font-size: 16px;
    color: #333;
  }

  .bgs.auth-page .rInputscode .code {
    width: 38%;
    font-size: 15px;
    line-height: 52px;
    cursor: pointer;
  }

  .bgs.auth-page .rInputscodex input {
    font-size: 16px;
    padding: 14px 0;
  }

  .bgs.auth-page .submits {
    margin-top: 28px;
    margin-bottom: 0;
    padding: 14px 24px;
    font-size: 17px;
    line-height: 1.4;
    border-radius: 8px;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(10, 127, 194, 0.25);
    background-color: #0a7fc2;
  }

  .bgs.auth-page .submits:hover {
    background-color: #0568a8;
  }

  .bgs.auth-page .wanjim {
    display: inline-block;
    margin-top: 20px;
    font-size: 15px;
    text-align: left;
  }

  .bgs.auth-page .nLogin {
    position: static;
    width: auto;
    left: auto;
    bottom: auto;
    margin-top: 32px;
    padding-top: 24px;
    border-top: 1px solid #eee;
    font-size: 15px;
    text-align: left;
  }

  .bgs.auth-page .nLogin a {
    font-weight: 500;
  }

  .bgs.auth-page .rInputSelect .rInputs {
    width: 48%;
  }

  .bgs.auth-page .rInputSelect .rInputs select {
    font-size: 15px;
    padding: 14px 12px;
  }
}

@media screen and (min-width: 1200px) {
  .auth-page__content {
    flex: 0 0 520px;
    width: 520px;
    padding: 48px 56px;
  }

  .auth-page__aside {
    padding: 48px 64px;
  }

  .auth-page__form-title {
    font-size: 28px;
    margin-bottom: 32px;
  }
}

@media screen and (min-width: 1400px) {
  .auth-page__content {
    flex: 0 0 560px;
    width: 560px;
    padding: 56px 72px;
  }

  .auth-page__aside {
    padding: 56px 80px;
  }

  .auth-page__aside-en {
    font-size: 88px;
  }

  .auth-page__aside-title {
    font-size: 44px;
  }
}
