label {
    color: #0052d9;
    font-size: 16px;
}
#Globalbackdrop {
    width: 100%;
    height: 100%;
    position: fixed;
    object-fit: cover;
}
#header-log {
    width: 100px;
    height: 70px;
    margin-left: 20px;
}
#login-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    z-index: 999;
    background-color: rgba(255, 255, 255, 0.95);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
#login-head-text1 {
    position: fixed;
    color: #0052d9;
    font-size: 24px;
    top: 15px;
    margin-left: 130px;
    font-weight: bold;
}
#login-head-text-21 {
    position: fixed;
    font-size: 24px;
    top: 16px;
    margin-left: 114px;
    color: #999;
}
.HomeTwoTone {
    position: fixed;
    font-size: 18px;
    top: 25px;
    right: 30px;
    color: #666;
    cursor: pointer;
}
.main-contaier {
    position: relative;
    width: 400px;
    min-height: 500px;
    background-color: #fff;
    z-index: 999;
    left: 20%;
    top: 200px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}


#auto-login {
    display: inline-block;
    text-decoration: none;
    padding-bottom: 2px;
    position: relative;
    
    left: 10%;
    font-size: 20px;
    font-weight: bold;
}

#login-user, #login-password {
  position: relative;
  top: 15%;
  left: 5%;
  height: 40px;
  padding: 8px 12px;
  border: 1px solid #d9d9d9;
  outline: none;
  width: 90%;
  transition: border-color 0.3s ease;
  font-size: 14px;
  background-color: #fff;
}

#login-user:focus, #login-password:focus {
  border-color: #0052d9;
  box-shadow: 0 0 0 2px rgba(0, 82, 217, 0.2);
}

#login-button {
  font-weight: bold;
  top: 25%;
  left: 5%;
  width: 90%;
  height: 48px;
  background-color: #0052d9;
  border: 1px solid #0052d9;
  color: white;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  text-align: center;
  padding: 0;
  margin: 0;
}

#login-button:hover {
  background-color: #1d68c4;
  border-color: #1d68c4;
}

#login-button.loading {
  background-color: #1976d2;
  color: transparent;
  padding-left: 0;
}

#login-button.loading::after {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  left: 50%;
  margin-top: -10px;
  margin-left: -10px;
  border: 3px solid rgba(255, 255, 255, 0.3);
  border-top-color: white;
  animation: spin 1s linear infinite;
  box-sizing: border-box;
}

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

#login-button .icon-check {
  display: none;
}

#login-button.loading .icon-check {
  display: none;
}

#login-button {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

#hr0 {
  left: 30px;
  position: relative;
  top: 35%;
  color: #999;
  font-size: 12px;
  
}
#hr1 {
  left: 40px;
  position: relative;
  top: 36%;
  width: 320px;
  color: #d9d9d9;
  height: 1px;
  background-color: #d9d9d9;
  border: none;
}
.main-fot {
  left: 30px;
  position: relative;
  top: 40%;
  color: #666;
  font-size: 14px;
}

/* 添加 footer 样式 */
footer {
    position: absolute;
    top: 85%;
    width: 100%;
    z-index: 998;
    margin-top: 50px;
    clear: both;
    text-align: center;
    color: #999;
    font-size: 12px;
}

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
}

body {
    min-height: 100vh;
}

@media (max-width: 700px) {
    .main-contaier {
        position: relative;
        top: 90px;
        left: 5%;
        width: 90%;
        height: 500px;
        padding: 20px;
        background-color: #fff;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    }

#login-button {
  font-weight: bold;
  top: 10px;
  left: 14px;
  width: 90%;
  height: 48px;
  background-color: #0052d9;
  border: 1px solid #0052d9;
  color: white;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  text-align: center;
  padding: 0;
  margin: 0;
}
    
    #login-head-text1 {
        font-size: 20px;
        top: 20px;
        margin-left: 110px;
    }
    
    #login-head-text-21 {
        font-size: 20px;
        top: 21px;
        margin-left: 95px;
    }
    
    .HomeTwoTone {
        font-size: 16px;
        top: 28px;
        right: 15px;
    }
    
    #hr0 {
        top: 90px;
        left: 25px;
        font-size: 12px;
    }
    #hr1 {
        top: 95px;
        left: 25px;
        width: 85%;
    }
    
.main-fot {
  left: 25px;
  position: relative;
  top: 95px;
  color: #666;
  font-size: 14px;
}
}