label {
    color: skyblue;
    font-size: 16px;
}
#Globalbackdrop {
    width: 100%;
    height: 100%;
    position: fixed;
}
#header-log {
    width: 100px;
    height: 70px;
    margin-left: 20px;
}
#login-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    z-index: 999;
}
#login-head-text1 {
    position: fixed;
    color: #888;
    font-size: 24px;
    top: 15px;
    margin-left: 130px;
}
#login-head-text-21 {
    position: fixed;
    font-size: 24px;
    top: 16px;
    margin-left: 114px;
}
.HomeTwoTone {
    position: fixed;
    font-size: 24px;
    top: 20px;
    right: 30px;
}
.main-contaier {
    position: relative;
    width: 400px; 
    min-height: 500px;
    background-color: #fff;
    z-index: 999;
    left: 20%;
    top: 200px;
}


#auto-login {
    top: 8%;
    display: inline-block;
    text-decoration: none;
    border-bottom: 2px solid #002fff;
    padding-bottom: 2px; 
    color: #002fff;
    position: relative;
    left: 10%; 
    font-size: 20px;
}

#login-user, #login-password {
  position: relative; 
  top: 15%; 
  left: 10%;
  height: 40px;
  padding: 0 0 8px 0; 
  border: none;
  border-bottom: 1px solid #ccc;
  outline: none;
  width: 80%;
  transition: border-color 0.3s ease;
  font-size: 14px;
}

#login-user:focus, #login-password:focus {
  border-bottom: 2px solid #1677ff; 
}

#login-button {
  font-weight: bold;
  top: 25%;
  left: 40px;
  width: 320px;
  height: 48px;
  background-color: #0052d9;
  border: none;
  color: white;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  position: relative;
  overflow: hidden;
  text-align: left; 
  padding-left: 10px;
  padding-right: 0;
  margin: 0;
}

#login-button:hover {
  background-color: #1976d2; 
}

#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-radius: 50%;
  border-top-color: white;
  animation: spin 1s linear infinite;
}

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

#login-button .icon-check {
  position: absolute;
  left: 86%; 
  color: white;
  top: 50%;
  transform: translateY(-50%); 
}

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

#login-button {
  padding-right: 35px;
  display: flex;
  align-items: center; 
}

#hr0 {
  left: 30px;
  position: relative;
  top: 35%;
  color: #505050;;
  
}
#hr1 {
  left: 0px;
  position: relative;
  top: 36%;
  color: #505050;;
}
.main-fot {
  left: 30px;
  position: relative;
  top: 40%;
  color: #505050;;
}

/* 添加 footer 样式 */
footer {
    position: absolute;
    top: 65%;
    width: 100%;
    z-index: 998;
    margin-top: 50px;
    clear: both;
}

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: 20px;
        width: 90%;
        height: 500px; 
        padding: 20px;
        background-color: #fff;
    }
    
#login-button {
  font-weight: bold;
  top: 25%;
  left: 25px;
  width: 320px;
  height: 48px;
  background-color: #0052d9;
  border: none;
  color: white;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  position: relative;
  overflow: hidden;
  text-align: left; 
  padding-left: 10px;
  padding-right: 0;
  margin: 0;
}
    
#login-user, #login-password {
  position: relative; 
  top: 30px; 
  left: 25px;
  height: 40px;
  padding: 0 0 8px 0; 
  border: none;
  border-bottom: 1px solid #ccc;
  outline: none;
  width: 80%;
  transition: border-color 0.3s ease;
  font-size: 14px;
}

#login-user:focus, #login-password:focus {
  border-bottom: 2px solid #1677ff; 
}
    
#login-button {
  font-weight: bold;
  top: 55px;
  left: 25px;
  width: 320px;
  height: 48px;
  background-color: #0052d9;
  border: none;
  color: white;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  position: relative;
  overflow: hidden;
  text-align: left; 
  padding-left: 10px;
  padding-right: 0;
  margin: 0;
}
    
    /*#login-head-text-21 {*/
    /*    font-size: 20px;*/
    /*    top: 11px;*/
    /*    margin-left: 80px;*/
    /*}*/
    
/*    .HomeTwoTone {*/
/*        font-size: 18px;*/
/*        top: 15px;*/
/*        right: 15px;*/
/*    }*/
    
    #hr0 {
        top: 90px;
        left: 10px;
        font-size: 14px;
    }
    #hr1 {
        top: 120px;
    }
    
.main-fot {
  left: 10px;
  position: relative;
  top: 90px;
  color: #505050;;
}
}