/*@import url(https://fonts.googleapis.com/css?family=Roboto:300);*/

/* 邂逅科技 VI：浅青蓝 → 天蓝 → 薰衣草 → 柔粉斜向渐变 + 细密竖纹（与 serens-vi-bg.png 主视觉一致；登录页用 CSS 避免与表单区重复居中字标） */
html {
  height: 100%;
}
body {
  margin: 0;
  padding: 0;
  min-height: 100%;
  font-family: "Helvetica Neue", "Hiragino Sans GB", "Microsoft YaHei", "\9ED1\4F53", Arial, sans-serif;
  background-color: #1e2a42;
  background-image:
    radial-gradient(ellipse 125% 95% at 82% 88%, rgba(210, 130, 235, 0.38) 0%, rgba(120, 60, 150, 0.12) 45%, transparent 62%),
    radial-gradient(ellipse 95% 80% at 6% 10%, rgba(70, 170, 230, 0.34) 0%, transparent 52%),
    radial-gradient(ellipse 55% 48% at 48% 44%, rgba(255, 255, 255, 0.07) 0%, transparent 58%),
    linear-gradient(
      128deg,
      #1f4a62 0%,
      #1c3d68 10%,
      #243072 22%,
      #362878 34%,
      #452074 46%,
      #5a1f68 58%,
      #6a1f5a 72%,
      #721f4a 86%,
      #651a42 100%
    );
  background-attachment: fixed;
  position: relative;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.55;
  background-image: repeating-linear-gradient(
    90deg,
    transparent 0,
    transparent 5px,
    rgba(255, 255, 255, 0.09) 5px,
    rgba(255, 255, 255, 0.09) 6px
  );
  mix-blend-mode: overlay;
}
body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse 72% 52% at 42% 40%, rgba(140, 210, 255, 0.14) 0%, transparent 58%),
    radial-gradient(ellipse 85% 70% at 88% 55%, rgba(230, 150, 255, 0.16) 0%, transparent 55%);
  -webkit-animation: login-vi-softpulse 36s ease-in-out infinite alternate;
  animation: login-vi-softpulse 36s ease-in-out infinite alternate;
}
@-webkit-keyframes login-vi-softpulse {
  0% {
    opacity: 0.65;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
  }
}
@keyframes login-vi-softpulse {
  0% {
    opacity: 0.65;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
  }
}
@media (prefers-reduced-motion: reduce) {
  body::after {
    -webkit-animation: none;
    animation: none;
    opacity: 0.85;
    -webkit-transform: none;
    transform: none;
  }
}
*{margin:0;padding:0; list-style:none; text-decoration:none;border:none;outline:none; font-weight:normal; }
input::-webkit-input-placeholder{
            color:#676767;
        }
        input::-moz-placeholder{   /* Mozilla Firefox 19+ */
            color:#676767;
        }
        input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
            color:#676767;
        }
        input:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
            color:#676767;
        }
clear{ clear:both;}
/*login.aspx   footer css*/


/*login.aspx   css*/

.login {
  position: relative;
  z-index: 1;
  min-height: 100vh;
}
.login_logo img {
  width: 20%;
  -webkit-filter: drop-shadow(0 2px 16px rgba(0, 0, 0, 0.35));
  filter: drop-shadow(0 2px 16px rgba(0, 0, 0, 0.35));
}
#login {
  margin-top: 10%;
}
.login_left {
  padding: 5% 0;
}
.login_left p {
  margin-top: 20px;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.92);
  letter-spacing: 5px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}
.login_right h2{ color:#ff7171; padding-top:10%;}
.login_page {
    width: 400px;
    min-height: 360px;
    margin: 10%;
    border-radius: 5px;
    background: rgba(255,255,255,0.9);
 
}
.form {
  position: relative;
  z-index: 1;
  max-width: 440px;
  margin: 0 auto;
  padding: 0 15%;
  text-align: center;
 /* box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.04);*/
}
h2
{
    font-size:24px;
}
.form input {
  font-family: "Roboto", sans-serif;
  outline: 0;
  background: rgba(255,255,255,0.48);
  width: 100%;
  border:0;
  border-radius: 5px;
  margin-top: 30px ;
  padding: 10px;
  box-sizing: border-box;
  font-size: 16px;
  color:#676767;
   
}

.form select.login-identity {
  font-family: "Roboto", sans-serif;
  outline: 0;
  background: rgba(255,255,255,0.48);
  width: 100%;
  border: 0;
  border-radius: 5px;
  margin-top: 30px;
  padding: 10px;
  box-sizing: border-box;
  font-size: 16px;
  color: #676767;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23676767' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  padding-right: 32px;
}
.form select.login-identity::-ms-expand {
  display: none;
}

.form .password-field-wrap {
  position: relative;
  margin-top: 30px;
  width: 100%;
}
.form .password-field-wrap input {
  margin-top: 0;
  padding-right: 44px;
}
.form button.password-toggle {
  position: absolute;
  right: 6px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  margin: 0;
  padding: 0;
  background: transparent;
  color: #676767;
  border: 0;
  border-radius: 4px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.form button.password-toggle:hover {
  color: #444;
}
.form button.password-toggle:focus,
.form button.password-toggle:active {
  outline: 0;
  box-shadow: none;
}

.form button {
  font-family: "Microsoft YaHei","Roboto", sans-serif;
  text-transform: uppercase;
  outline: 0;
  background: #ff7171;
  width: 100px;
  border: 0;
  border-radius: 5px;
  padding: 10px;
  margin-top: 30px;
  margin-bottom: 30px;
  color: #FFFFFF;
  font-size: 16px;
  -webkit-transition: all 0.3 ease;
  transition: all 0.3 ease;
  cursor: pointer;
}
#login_footer {
  color: rgba(255, 255, 255, 0.55);
  font-size: 12px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}