body {
  -webkit-perspective: 800px;
          perspective: 800px;
  height: 100vh;
  margin: 0;
  overflow: hidden;
  font-family: 'Gudea', sans-serif;
  background: #214d7c;
  /* Old browsers */
  /* FF3.6+ */
 
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EA5C54 ', endColorstr='#bb6dec',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
  
}
body ::-webkit-input-placeholder {
  color: #4E546D;
}
body .authent {
  box-shadow: 0px 20px 30px 3px rgba(0, 0, 0, 0.55);
  display: none;
  background: #35394a;
  /* Old browsers */
  /* FF3.6+ */

  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(230deg, rgba(53, 57, 74, 0) 0%, rgb(0, 0, 0) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(53, 57, 74, 0)', endColorstr='rgb(0, 0, 0)',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
  position: absolute;
  left: 0;
  right: 90px;
  margin: auto;
  width: 100px;
  color: white;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  padding: 20px 70px;
  top: 200px;
  bottom: 0;
  height: 70px;
  opacity: 0;
}
body .authent p {
  text-align: center;
  color: white;
}
body .success {
  display: none;
  color: #d5d8e2;
}
body .success p {
  font-size: 14px;
}
body p {
  color: #D3D7F7;
  font-size: 10px;
  text-align: left;
}
body .testtwo {
  left: -320px !important;
}
body .test {
  box-shadow: 0px 20px 30px 3px rgba(0, 0, 0, 0.55);
  pointer-events: none;
  top: -100px !important;
  -webkit-transform: rotateX(70deg) scale(0.8) !important;
          transform: rotateX(70deg) scale(0.8) !important;
  opacity: .6 !important;
  -webkit-filter: blur(1px);
          filter: blur(1px);
}
body .login 
{
  box-shadow: -15px 15px 15px rgba(6, 17, 47, 0.7);
  opacity: 1;
  top: 20px;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.25, 0.265, 0.85);
  -webkit-transition-property: -webkit-transform,opacity,box-shadow,top,left;
          transition-property: transform,opacity,box-shadow,top,left;
  -webkit-transition-duration: .5s;
          transition-duration: .5s;
  -webkit-transform-origin: 161px 100%;
      -ms-transform-origin: 161px 100%;
          transform-origin: 161px 100%;
  -webkit-transform: rotateX(0deg);
          transform: rotateX(0deg);
  position: relative;
  width: 700px;
  /*border-top: 2px solid #D8312A;*/
  height: 300px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
  padding: 80px 40px 40px 40px;
  background: #35394a;
  /* Old browsers */
  /* FF3.6+ */
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #35394a), color-stop(100%, rgb(0, 0, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(230deg, rgba(53, 57, 74, 0) 0%, rgb(0, 0, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(230deg, rgba(53, 57, 74, 0) 0%, rgb(0, 0, 0) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(53, 57, 74, 0)', endColorstr='rgb(0, 0, 0)',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
}
body .login .validation {
  position: absolute;
  z-index: 1;
  right: 10px;
  top: 14px;
  opacity: 0;
}
body .login .disclaimer {
  position: absolute;
  bottom: 20px;
  left: 35px;
  width: 300px;
}
body .login_title {
  color: #000;
  background:url(/Public/images/mylogo.jpg) no-repeat;background-size:30%;background-position:center;
  height: 80px;
  font-size: 23px;
  text-align: center;
  /* margin-bottom: 30px; */
}
body .login_fields {
  height: 208px;
  position: absolute;
  left: 0;
}
body .disclaimer p{
	text-align: center;
	font-size: 13px;
}
body .login_fields .icon {
  position: absolute;
  z-index: 1;
  left: 36px;
  top: 14px;
  opacity: .5;
}
body .login_fields .icon img{
	width: 16px;
}
body .login_fields input[type='password'],body .login_fields input[type='text'] {
  color: #61BFFF !important;
}
body .login_fields input[type='text'], body .login_fields input[type='password'] {
  color: #afb1be;
  width: 190px;
  margin-top: -5px;
  background: rgba(57, 61, 82, 0);
  left: 0;
margin:10px 65px;
  border-top: 2px solid rgba(57, 61, 82, 0);
  border-bottom: 2px solid rgba(57, 61, 82, 0);
  border-right: none;
  border-left: none;
  outline: none;
  font-family: 'Gudea', sans-serif;
  box-shadow: none;
  font-size: 16px;
}
body .login_fields__user, body .login_fields__password {
  position: relative;
}
body .login_fields__submit {
  position: relative;
  top: 17px;
  left: 50px;
  width: 80%;
  right: 0;
  margin: auto;
}
body .login_fields__submit .forgot {
  float: right;
  font-size: 10px;
  margin-top: 11px;
  text-decoration: underline;
}
body .login_fields__submit .forgot a {
  color: #606479;
}
body .login_fields__submit input {
  border-radius: 50px;
  background: transparent;
  padding: 10px 50px;
  border: 2px solid #4FA1D9;
  color: #4FA1D9;
  text-transform: uppercase;
  font-size: 14px;
  -webkit-transition-property: background,color;
          transition-property: background,color;
  -webkit-transition-duration: .2s;
          transition-duration: .2s;
}
body .login_fields__submit input:focus {
  box-shadow: none;
  outline: none;
}
body .login_fields__submit input:hover {
  color: white;
  background: #4FA1D9;
  cursor: pointer;
  -webkit-transition-property: background,color;
          transition-property: background,color;
  -webkit-transition-duration: .2s;
          transition-duration: .2s;
}

/* Color Schemes */
.love {
  position: absolute;
  right: 20px;
  bottom: 0px;
  font-size: 11px;
  font-weight: normal;
}
.love p {
  color: white;
  font-weight: normal;
  font-family: 'Open Sans', sans-serif;
}
.love a {
  color: white;
  font-weight: 700;
  text-decoration: none;
}
.love img {
  position: relative;
  top: 3px;
  margin: 0px 4px;
  width: 10px;
}

.brand {
  position: absolute;
  left: 20px;
  bottom: 14px;
}
.brand img {
  width: 30px;
}

/* 新版 */
body .new-bg {
  
}

body .new-login-right {
  position: absolute;
  width: 350px;
  height: calc(100% - 80px);
  right: 0px;
  top: 0px;
  padding-right: 34px;
  padding-top: 80px;
  background: #fff;
}

body .new-login-right .login_fields {
  left: 30px;
}

body .new-login-right .login_fields input[type='password'],
body .new-login-right .login_fields input[type='text'] {
  color: #000 !important;
}

body .new-login-right .login_fields .login_fields__user, 
body .new-login-right .login_fields .login_fields__password{
  position: relative;
}
body .new-login-right .login_fields .login_fields__user::after, 
body .new-login-right .login_fields .login_fields__password:after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  height: 1px;
  width: 80%;
  transform: translateX(-50%);
  background: #eee;
}

body .new-login-right .login_fields__submit {
  top: 30px;
}

body .new-login-right .login_fields__submit input {
  background: #4FA1D9;
  color: #fff;
}

body .new-login-left {
  position: absolute;
  width: calc(100% - 400px);
  height: 100%;
  left: 0;
  top: 0;
}

body .new-login-left .new-disclaimer {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  height: 100%;
  padding: 0 30px;
}

body .new-login-left .new-disclaimer .title {
  font-size: 18px;
  margin: 0;
  margin-top: 10px;
}

body .new-login-left .new-disclaimer .en {
  font-size: 30px;
  margin: 0;
}

@media screen and (max-width:1000px) {
    body .login {
        width: 290px;
        height: 450px;
    }
    body .login .new-login-left {
        width: 100%;
        top: 0;
        height: 200px;
    }
    body .login .new-login-right {
        top: auto;
        bottom: 0;
        width: 334px;
        height: 300px;
    }
}

/* 新版扁平化风格 */
/* ===== 扁平几何装饰（背景） ===== */
.flat-deco {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0;
    overflow: hidden;
}

.flat-deco .shape {
    position: absolute;
    border-radius: 0;
    opacity: 0.06;
}

/* 纯几何块 — 矩形、三角形（用边框模拟）、圆形 */
.flat-deco .rect-1 {
    width: 320px;
    height: 320px;
    background: #1e3a8a;
    top: -80px;
    right: -80px;
    transform: rotate(25deg);
}

.flat-deco .rect-2 {
    width: 260px;
    height: 260px;
    background: #2563eb;
    bottom: -60px;
    left: -60px;
    transform: rotate(15deg);
}

.flat-deco .circle-1 {
    width: 200px;
    height: 200px;
    background: #7c3aed;
    border-radius: 50%;
    top: 20%;
    left: -40px;
    opacity: 0.05;
}

.flat-deco .rect-3 {
    width: 120px;
    height: 120px;
    background: #f59e0b;
    bottom: 20%;
    right: -20px;
    transform: rotate(45deg);
    opacity: 0.05;
}
/* ===== 扁平化登录卡片 ===== */
.login-wrapper {
    width: 100%;
    max-width: 400px;
    background: #ffffff;
    border-radius: 12px;
    padding: 44px 36px 36px;
    border: 1px solid #dce1e8;
    box-shadow: 0 2px 0 #d0d5dd;
    /* 扁平化: 只有底部小阴影，模拟立体感但保持简洁 */
    transition: none;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
}
/* ===== 品牌区域 ===== */
.login-header {
    text-align: center;
    margin-bottom: 36px;
}

.login-logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    background: #1e3a8a;
    /* 纯色，无渐变 */
    border-radius: 12px;
    color: #fff;
    font-size: 26px;
    margin-bottom: 16px;
}

.login-header h1 {
    font-size: 24px;
    font-weight: 700;
    color: #0f172a;
    letter-spacing: 0.5px;
}

.login-header p {
    font-size: 14px;
    color: #64748b;
    margin-top: 4px;
    font-weight: 400;
}

/* ===== 表单 ===== */
.login-form {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

/* 输入框组 — 扁平风格 */
.input-group {
    position: relative;
}

.input-group .input-icon {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: #94a3b8;
    font-size: 15px;
    transition: color 0.15s ease;
    pointer-events: none;
}

.input-group input {
    width: 100%;
    padding: 13px 14px 13px 44px;
    font-size: 15px;
    font-family: inherit;
    background: #f8fafc;
    border: 1.5px solid #dce1e8;
    border-radius: 8px;
    outline: none;
    transition: border-color 0.15s ease;
    color: #0f172a;
    font-weight: 450;
    box-sizing: border-box;
}

.input-group input::placeholder {
    color: #94a3b8;
    font-weight: 400;
    font-size: 14px;
}

.input-group input:focus {
    border-color: #1e3a8a;
    background: #ffffff;
    box-shadow: none;
    /* 扁平化：无阴影 */
}

.input-group:focus-within .input-icon {
    color: #1e3a8a;
}

.input-group .input-icon .fa-users {
    background-image:url(/Public/yun/static/picture/user_icon.png);
    background-size:contain;
    background-position:center;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    display: block;
}

.input-group .input-icon .fa-locks {
    background-image:url(/Public/yun/static/picture/user_password.png);
    background-size:contain;
    background-position:center;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    display: block;
}

.input-group:focus-within .fa-users {
    background-image:url(/Public/yun/static/picture/user_icon_on.png);
}

.input-group:focus-within .fa-locks {
    background-image:url(/Public/yun/static/picture/user_password_on.png);
}

/* ===== 选项行 ===== */
.options-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 2px;
    font-size: 14px;
}

.remember-me {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #334155;
    cursor: pointer;
    user-select: none;
    font-weight: 450;
}

.remember-me input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    width: 18px;
    height: 18px;
    border: 2px solid #cbd5e1;
    border-radius: 4px;
    outline: none;
    cursor: pointer;
    transition: all 0.15s ease;
    position: relative;
    flex-shrink: 0;
    background: #ffffff;
}

.remember-me input[type="checkbox"]:checked {
    background: #1e3a8a;
    border-color: #1e3a8a;
}

.remember-me input[type="checkbox"]:checked::after {
    content: '\f00c';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 11px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.forgot-link {
    color: #64748b;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.15s;
    font-size: 14px;
}

.forgot-link:hover {
    color: #1e3a8a;
    text-decoration: underline;
}

/* ===== 登录按钮 — 纯色扁平 ===== */
.login-btn {
    width: 100%;
    padding: 14px;
    font-size: 16px;
    font-weight: 600;
    font-family: inherit;
    color: #fff;
    background: #1e3a8a;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.15s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    letter-spacing: 0.3px;
    margin-top: 4px;
}

.login-btn:hover {
    background: #172e6b;
}

.login-btn:active {
    background: #0f2350;
    transform: scale(0.98);
}

.login-btn i {
    font-size: 17px;
    transition: transform 0.2s ease;
}

.login-btn:hover i {
    transform: translateX(3px);
}

/* 加载状态 */
.login-btn.loading {
    pointer-events: none;
    opacity: 0.7;
}

.login-btn.loading .btn-text {
    visibility: hidden;
}

.login-btn.loading .btn-spinner {
    display: inline-block;
}

.btn-spinner {
    display: none;
    width: 20px;
    height: 20px;
    border: 3px solid rgba(255, 255, 255, 0.3);
    border-top-color: #fff;
    border-radius: 50%;
    animation: spin 0.7s linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

/* ===== 底部信息 ===== */
.footer-note {
    text-align: center;
    margin-top: 28px;
    font-size: 13px;
    color: #94a3b8;
    border-top: 1px solid #eef2f7;
    padding-top: 20px;
}

.footer-note a {
    color: #64748b;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.15s;
}

.footer-note a:hover {
    color: #1e3a8a;
}

/* ===== 响应式适配 ===== */
@media (max-width: 480px) {
    .login-wrapper {
        padding: 32px 24px 28px;
        border-radius: 10px;
    }

    .brand h1 {
        font-size: 22px;
    }

    .brand-icon {
        width: 50px;
        height: 50px;
        font-size: 22px;
        border-radius: 10px;
    }

    .input-group input {
        padding: 12px 12px 12px 42px;
        font-size: 14px;
        border-radius: 6px;
    }

    .login-btn {
        padding: 13px;
        font-size: 15px;
        border-radius: 6px;
    }

    .options-row {
        font-size: 13px;
        flex-wrap: wrap;
        gap: 6px;
    }

    .flat-deco .rect-1 {
        width: 200px;
        height: 200px;
        top: -40px;
        right: -40px;
    }
    .flat-deco .rect-2 {
        width: 160px;
        height: 160px;
        bottom: -30px;
        left: -30px;
    }
    .flat-deco .circle-1 {
        width: 140px;
        height: 140px;
        top: 15%;
        left: -20px;
    }
    .flat-deco .rect-3 {
        width: 80px;
        height: 80px;
        bottom: 15%;
        right: -10px;
    }
}

@media (max-width: 360px) {
    .login-wrapper {
        padding: 24px 16px 20px;
    }

    .brand {
        margin-bottom: 28px;
    }
}