/* _content/Quetzal.Admin/Layouts/UserLayout.razor.rz.scp.css */
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.container__b__0[b-m3tzujylal] {
    display: flex;
    flex-direction: column;
    height: 100vh;
    overflow: auto;
    background: #f0f2f5;
}

    .container__b__0 .lang[b-m3tzujylal] {
        width: 100%;
        height: 40px;
        line-height: 44px;
        text-align: right;
    }

        .container__b__0 .lang :global(.ant-dropdown-trigger)[b-m3tzujylal] {
            margin-right: 24px;
        }

    .container__b__0 .content[b-m3tzujylal] {
        flex: 1;
        padding: 32px 0;
    }

    .container__b__0 .top[b-m3tzujylal] {
        text-align: center;
    }

    .container__b__0 .header[b-m3tzujylal] {
        height: 44px;
        line-height: 44px;
    }

        .container__b__0 .header a[b-m3tzujylal] {
            text-decoration: none;
        }

    .container__b__0 .logo[b-m3tzujylal] {
        height: 44px;
        margin-right: 16px;
        vertical-align: top;
    }

    .container__b__0 .title[b-m3tzujylal] {
        position: relative;
        top: 2px;
        color: rgba(0, 0, 0, 0.85);
        font-weight: 600;
        font-size: 33px;
        font-family: Avenir, 'Helvetica Neue', Arial, Helvetica, sans-serif;
    }

    .container__b__0 .desc[b-m3tzujylal] {
        margin-top: 12px;
        margin-bottom: 40px;
        color: rgba(0, 0, 0, 0.45);
        font-size: 14px;
    }

@media (min-width: 768px) {
    .container__b__0[b-m3tzujylal] {
        background: no-repeat scroll right top / cover;
        background-image: linear-gradient(to top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0)), url(../images/bg-img.jpg);
/*        background-image: url(../images/bg-img.jpg);*/
        /*background-repeat: no-repeat;
        background-position: center 110px;
        background-size: 100%;*/
    }

        .container__b__0 .content[b-m3tzujylal] {
            padding: 32px 0 24px;
        }
}
/* _content/Quetzal.Admin/Pages/Result/Fail/Fail.razor.rz.scp.css */
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.error_icon[b-nrb4wjwm0t] {
  color: #ff4d4f;
}
.title__b__0[b-nrb4wjwm0t] {
  margin-bottom: 16px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  font-size: 16px;
}
/* _content/Quetzal.Admin/Pages/Result/Success/Success.razor.rz.scp.css */
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.title__b__1[b-tu1dt4uv8t] {
  position: relative;
  color: rgba(0, 0, 0, 0.85);
  font-size: 12px;
  text-align: center;
}
.head-title[b-tu1dt4uv8t] {
  margin-bottom: 20px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500px;
  font-size: 16px;
}
/* _content/Quetzal.Admin/Pages/User/Login/Login.razor.rz.scp.css */
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/*此处为了解决样式冲突, 在pro样式的基础上包了一层main, 原始样式从.login开始*/
.main__b__0[b-vcssirx4as]  {
  width: 368px;
  margin: 0 auto;
}
@media screen and (max-width: 576px) {
  .main__b__0[b-vcssirx4as]  {
    width: 95%;
  }
}
.main__b__0[b-vcssirx4as]  .login :global .ant-tabs .ant-tabs-nav {
  margin-bottom: 24px;
  text-align: center;
  border-bottom: 0;
}
.main__b__0[b-vcssirx4as]  .login .getCaptcha {
  display: block;
  width: 100%;
}
.main__b__0[b-vcssirx4as]  .login .icon {
  color: #1890ff;
}
.main__b__0[b-vcssirx4as]  .login .other {
  margin-top: 24px;
  line-height: 22px;
  text-align: left;
}
.main__b__0[b-vcssirx4as]  .login .other .icon {
  margin-left: 16px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 24px;
  vertical-align: middle;
  cursor: pointer;
  transition: color 0.3s;
}
.main__b__0[b-vcssirx4as]  .login .other .icon:hover {
  color: #1890ff;
}
.main__b__0[b-vcssirx4as]  .login .other .register {
  float: right;
}
.main__b__0[b-vcssirx4as]  .login .prefixIcon {
  color: rgba(0, 0, 0, 0.25);
  font-size: 14px;
}
.main__b__0[b-vcssirx4as]  .login .submit {
  width: 100%;
  margin-top: 24px;
}
/* _content/Quetzal.Admin/Pages/User/Register/Register.razor.rz.scp.css */
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.main__b__1[b-7q2cjez4pf] {
  width: 368px;
  margin: 0 auto;
}
.main__b__1 h3[b-7q2cjez4pf] {
  margin-bottom: 20px;
  font-size: 16px;
}
.main__b__1 .password[b-7q2cjez4pf] {
  margin-bottom: 24px;
}
.main__b__1 .password :global .ant-form-item-explain[b-7q2cjez4pf] {
  display: none;
}
.main__b__1 .getCaptcha[b-7q2cjez4pf] {
  display: block;
  width: 100%;
}
.main__b__1 .submit[b-7q2cjez4pf] {
  width: 50%;
}
.main__b__1 .login[b-7q2cjez4pf] {
  float: right;
  line-height: 40px;
}
.success[b-7q2cjez4pf],
.warning[b-7q2cjez4pf],
.error[b-7q2cjez4pf] {
  transition: color 0.3s;
}
.success[b-7q2cjez4pf] {
  color: #52c41a;
}
.warning[b-7q2cjez4pf] {
  color: #faad14;
}
.error[b-7q2cjez4pf] {
  color: #ff4d4f;
}
.progress-pass > .progress :global .ant-progress-bg[b-7q2cjez4pf] {
  background-color: #faad14;
}
/* _content/Quetzal.Admin/Pages/User/RegisterResult/RegisterResult.razor.rz.scp.css */
.registerResult[b-aygf0dhs0n] {
  width: 800px;
  min-height: 400px;
  margin: auto;
  padding: 80px;
  background: none;
}
.registerResult :global .anticon[b-aygf0dhs0n] {
  font-size: 64px;
}
.registerResult .title[b-aygf0dhs0n] {
  margin-top: 32px;
  font-size: 20px;
  line-height: 28px;
}
.registerResult .actions[b-aygf0dhs0n] {
  margin-top: 40px;
}
.registerResult .actions a + a[b-aygf0dhs0n] {
  margin-left: 8px;
}
