/* _content/Manage/Pages/Identity/ForgetPwd.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-8ijm692kgc] {
  width: 368px;
  margin: 0 auto;
}
.main__b__1 h3[b-8ijm692kgc] {
  margin-bottom: 20px;
  font-size: 16px;
}
.main__b__1 .password[b-8ijm692kgc] {
  margin-bottom: 24px;
}
.main__b__1 .password :global .ant-form-item-explain[b-8ijm692kgc] {
  display: none;
}
.main__b__1 .getCaptcha[b-8ijm692kgc] {
  display: block;
  width: 100%;
}
.main__b__1 .submit[b-8ijm692kgc] {
  width: 50%;
}
.main__b__1 .login[b-8ijm692kgc] {
  float: right;
  line-height: 40px;
}
.success[b-8ijm692kgc],
.warning[b-8ijm692kgc],
.error[b-8ijm692kgc] {
  transition: color 0.3s;
}
.success[b-8ijm692kgc] {
  color: #52c41a;
}
.warning[b-8ijm692kgc] {
  color: #faad14;
}
.error[b-8ijm692kgc] {
  color: #ff4d4f;
}
.progress-pass > .progress :global .ant-progress-bg[b-8ijm692kgc] {
  background-color: #faad14;
}
/* _content/Manage/Pages/Identity/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-aueumxxh05]  {
  width: 420px;
  margin: 0 auto;
  animation: slideInUp-b-aueumxxh05 0.6s ease-out;
}

@keyframes slideInUp-b-aueumxxh05 {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes float-b-aueumxxh05 {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
}

@media screen and (max-width: 576px) {
  .main__b__0[b-aueumxxh05]  {
    width: 95%;
  }
}

.main__b__0[b-aueumxxh05]  .login {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(20px);
  border-radius: 24px;
  padding: 48px 40px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15), 
              0 0 0 1px rgba(255, 255, 255, 0.5) inset;
  border: 1px solid rgba(255, 255, 255, 0.3);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.main__b__0[b-aueumxxh05]  .login::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(
    45deg,
    rgba(24, 144, 255, 0.05) 0%,
    rgba(114, 46, 209, 0.05) 50%,
    rgba(255, 77, 79, 0.05) 100%
  );
  animation: gradientRotate-b-aueumxxh05 15s linear infinite;
  z-index: -1;
}

@keyframes gradientRotate-b-aueumxxh05 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.main__b__0[b-aueumxxh05]  .login:hover {
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.2),
              0 0 0 1px rgba(255, 255, 255, 0.6) inset;
  transform: translateY(-2px);
}

.main__b__0[b-aueumxxh05]  .login .login-header {
  text-align: center;
  margin-bottom: 40px;
  animation: fadeIn-b-aueumxxh05 0.8s ease-out 0.3s both;
}

@keyframes fadeIn-b-aueumxxh05 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.main__b__0[b-aueumxxh05]  .login .login-title {
  font-size: 32px;
  font-weight: 700;
  background: linear-gradient(135deg, #1890ff 0%, #722ed1 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin: 0 0 8px 0;
  letter-spacing: 1px;
}

.main__b__0[b-aueumxxh05]  .login .login-subtitle {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.45);
  margin: 0;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.main__b__0[b-aueumxxh05]  .login :global .ant-tabs .ant-tabs-nav {
  margin-bottom: 24px;
  text-align: center;
  border-bottom: 0;
}

.main__b__0[b-aueumxxh05]  .login :global .ant-input-affix-wrapper {
  border-radius: 12px;
  border: 2px solid rgba(24, 144, 255, 0.1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  background: rgba(255, 255, 255, 0.8);
  padding: 12px 16px;
}

.main__b__0[b-aueumxxh05]  .login :global .ant-input-affix-wrapper:hover,
.main__b__0[b-aueumxxh05]  .login :global .ant-input-affix-wrapper:focus,
.main__b__0[b-aueumxxh05]  .login :global .ant-input-affix-wrapper-focused {
  border-color: #1890ff;
  box-shadow: 0 4px 20px rgba(24, 144, 255, 0.2);
  background: rgba(255, 255, 255, 1);
  transform: translateY(-2px);
}

.main__b__0[b-aueumxxh05]  .login :global .ant-input {
  background: transparent;
  font-size: 15px;
}

.main__b__0[b-aueumxxh05]  .login :global .ant-input-prefix {
  margin-right: 12px;
}

.main__b__0[b-aueumxxh05]  .login :global .ant-input-prefix .anticon {
  font-size: 18px;
  color: #1890ff;
}

.main__b__0[b-aueumxxh05]  .login .getCaptcha {
  display: block;
  width: 100%;
}

.main__b__0[b-aueumxxh05]  .login .icon {
  color: #1890ff;
}

.main__b__0[b-aueumxxh05]  .login .other {
  margin-top: 32px;
  line-height: 22px;
  text-align: left;
  padding-top: 24px;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.main__b__0[b-aueumxxh05]  .login .other a {
  color: #1890ff;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s;
  position: relative;
}

.main__b__0[b-aueumxxh05]  .login .other a::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, #1890ff, #722ed1);
  transition: width 0.3s;
}

.main__b__0[b-aueumxxh05]  .login .other a:hover {
  color: #722ed1;
}

.main__b__0[b-aueumxxh05]  .login .other a:hover::after {
  width: 100%;
}

.main__b__0[b-aueumxxh05]  .login .other .icon {
  margin-left: 16px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 24px;
  vertical-align: middle;
  cursor: pointer;
  transition: all 0.3s;
}

.main__b__0[b-aueumxxh05]  .login .other .icon:hover {
  color: #1890ff;
  transform: scale(1.1) rotate(5deg);
}

.main__b__0[b-aueumxxh05]  .login .other .register {
  float: right;
}

.main__b__0[b-aueumxxh05]  .login .prefixIcon {
  color: #1890ff;
  font-size: 14px;
}

.main__b__0[b-aueumxxh05]  .login .submit {
  width: 100%;
  margin-top: 32px;
  height: 48px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 12px;
  background: linear-gradient(135deg, #1890ff 0%, #722ed1 100%);
  border: none;
  box-shadow: 0 8px 24px rgba(24, 144, 255, 0.4);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.main__b__0[b-aueumxxh05]  .login .submit::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: left 0.5s;
}

.main__b__0[b-aueumxxh05]  .login .submit:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 32px rgba(24, 144, 255, 0.5);
}

.main__b__0[b-aueumxxh05]  .login .submit:hover::before {
  left: 100%;
}

.main__b__0[b-aueumxxh05]  .login .submit:active {
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(24, 144, 255, 0.4);
}

.main__b__0[b-aueumxxh05]  .login :global .ant-form-item {
  margin-bottom: 24px;
}
/* _content/Manage/Pages/Identity/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-1ekmngo9x6] {
  width: 368px;
  margin: 0 auto;
}
.main__b__1 h3[b-1ekmngo9x6] {
  margin-bottom: 20px;
  font-size: 16px;
}
.main__b__1 .password[b-1ekmngo9x6] {
  margin-bottom: 24px;
}
.main__b__1 .password :global .ant-form-item-explain[b-1ekmngo9x6] {
  display: none;
}
.main__b__1 .getCaptcha[b-1ekmngo9x6] {
  display: block;
  width: 100%;
}
.main__b__1 .submit[b-1ekmngo9x6] {
  width: 50%;
}
.main__b__1 .login[b-1ekmngo9x6] {
  float: right;
  line-height: 40px;
}
.success[b-1ekmngo9x6],
.warning[b-1ekmngo9x6],
.error[b-1ekmngo9x6] {
  transition: color 0.3s;
}
.success[b-1ekmngo9x6] {
  color: #52c41a;
}
.warning[b-1ekmngo9x6] {
  color: #faad14;
}
.error[b-1ekmngo9x6] {
  color: #ff4d4f;
}
.progress-pass > .progress :global .ant-progress-bg[b-1ekmngo9x6] {
  background-color: #faad14;
}
/* _content/Manage/Pages/Identity/ResetPassword.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-2qxisjsg9j] {
  width: 368px;
  margin: 0 auto;
}
.main__b__1 h3[b-2qxisjsg9j] {
  margin-bottom: 20px;
  font-size: 16px;
}
.main__b__1 .password[b-2qxisjsg9j] {
  margin-bottom: 24px;
}
.main__b__1 .password :global .ant-form-item-explain[b-2qxisjsg9j] {
  display: none;
}
.main__b__1 .getCaptcha[b-2qxisjsg9j] {
  display: block;
  width: 100%;
}
.main__b__1 .submit[b-2qxisjsg9j] {
  width: 50%;
}
.main__b__1 .login[b-2qxisjsg9j] {
  float: right;
  line-height: 40px;
}
.success[b-2qxisjsg9j],
.warning[b-2qxisjsg9j],
.error[b-2qxisjsg9j] {
  transition: color 0.3s;
}
.success[b-2qxisjsg9j] {
  color: #52c41a;
}
.warning[b-2qxisjsg9j] {
  color: #faad14;
}
.error[b-2qxisjsg9j] {
  color: #ff4d4f;
}
.progress-pass > .progress :global .ant-progress-bg[b-2qxisjsg9j] {
  background-color: #faad14;
}
/* _content/Manage/Shared/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-qgxetxpfy3] {
  display: flex;
  flex-direction: column;
  height: 100vh;
  overflow: auto;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 25%, #f093fb 50%, #4facfe 75%, #00f2fe 100%);
  background-size: 400% 400%;
  animation: gradientShift-b-qgxetxpfy3 15s ease infinite;
  position: relative;
}

@keyframes gradientShift-b-qgxetxpfy3 {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.container__b__0[b-qgxetxpfy3]::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 20% 50%, rgba(255, 255, 255, 0.1) 0%, transparent 50%),
              radial-gradient(circle at 80% 80%, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
  pointer-events: none;
}

.container__b__0[b-qgxetxpfy3]::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: 
    radial-gradient(circle at 10% 20%, rgba(255, 255, 255, 0.08) 0%, transparent 20%),
    radial-gradient(circle at 90% 80%, rgba(255, 255, 255, 0.08) 0%, transparent 20%),
    radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.05) 0%, transparent 30%);
  pointer-events: none;
  animation: pulse-b-qgxetxpfy3 8s ease-in-out infinite;
}

@keyframes pulse-b-qgxetxpfy3 {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.6;
  }
}

.container__b__0 .lang[b-qgxetxpfy3] {
  width: 100%;
  height: 40px;
  line-height: 44px;
  text-align: right;
  position: relative;
  z-index: 1;
}

.container__b__0 .lang[b-qgxetxpfy3] {
  margin-right: 24px;
}

.container__b__0 .content[b-qgxetxpfy3] {
  flex: 1;
  padding: 32px 0;
  position: relative;
  z-index: 1;
}

.container__b__0 .top[b-qgxetxpfy3] {
  text-align: center;
  animation: fadeInDown-b-qgxetxpfy3 0.8s ease-out;
}

@keyframes fadeInDown-b-qgxetxpfy3 {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.container__b__0 .header[b-qgxetxpfy3] {
  height: 64px;
  line-height: 64px;
  margin-bottom: 16px;
}

.container__b__0 .header a[b-qgxetxpfy3] {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 16px;
}

.container__b__0 .logo[b-qgxetxpfy3] {
  height: 56px;
  width: 56px;
  border-radius: 16px;
  vertical-align: middle;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  animation: float-b-qgxetxpfy3 3s ease-in-out infinite;
  background: white;
  padding: 4px;
}

@keyframes float-b-qgxetxpfy3 {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-8px);
  }
}

.container__b__0 .logo:hover[b-qgxetxpfy3] {
  transform: scale(1.05) rotate(5deg);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.2);
}

.container__b__0 .title[b-qgxetxpfy3] {
  position: relative;
  top: 0;
  color: #ffffff;
  font-weight: 700;
  font-size: 42px;
  font-family: 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
  text-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  letter-spacing: 1px;
  background: linear-gradient(135deg, #ffffff 0%, #f0f0f0 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.container__b__0 .desc[b-qgxetxpfy3] {
  margin-top: 16px;
  margin-bottom: 48px;
  color: rgba(255, 255, 255, 0.95);
  font-size: 16px;
  font-weight: 500;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  letter-spacing: 2px;
}

@media (min-width: 768px) {
  .container__b__0 .content[b-qgxetxpfy3] {
    padding: 48px 0 24px;
  }
  
  .container__b__0 .header[b-qgxetxpfy3] {
    height: 72px;
    line-height: 72px;
  }
  
  .container__b__0 .logo[b-qgxetxpfy3] {
    height: 64px;
    width: 64px;
  }
}
