

#hylogin {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
 	z-index:9999;
	display:none;
	width: 100%;
    height: 100%;
    position: absolute; 
	}
#ymzt{
width: 100%;
    height: 100%;
    position: absolute; 	
	z-index: 1; 
	}

#hylogin .container {
  background: linear-gradient(to bottom, #f4f4f4, #f1f1f1);
  height: 100vh;
  display: grid;
  font-family: "poppins", Arial, Helvetica, sans-serif;
  place-items: center;
}

#hylogin a {
  text-decoration: none;
  color: #000;
}


#hylogin .card {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #f4f4f4;
  width: 100%;
  max-width: 400px;
  padding: 2em;
  border-radius: 20px;
  box-shadow: -40px -40px 80px rgb(255, 255, 255),
    40px 40px 80px rgba(0, 0, 0, 0.25);
}

#hylogin .card-title {
  font-size: 40px;
  color: #565656;
  align-items: center;
}

#hylogin .card-subtitle {
  color: #565656;
}

#hylogin .card-form {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  margin: 1.5rem 0 1rem 0;
}

#hylogin .card-input-container {
  position: relative;
  margin: 0.5rem 0 2rem;
  width: 100%;
}

#hylogin .card-form label {
  color: #b6b6b6;
}

#hylogin .card-input-container input::placeholder {
  color: #b6b6b6;
}

#hylogin .card-input-container input,
.card-button {
  width: 100%;
  border: none;
  outline: none;
  border-radius: 10px;
  font-family: "poppins", Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

#hylogin .card-input-container input {
  padding: 1em 2em 1em 4em;
  font-size: 14px;
  color: #b6b6b6;
  background: #f4f4f4;
  box-shadow: -10px -10px 20px rgb(255, 255, 255),
    10px 10px 20px rgba(0, 0, 0, 0.1);
}

#hylogin .card-input-container input:focus {
  box-shadow: inset -5px -5px 10px rgb(255, 255, 255),
    inset 5px 5px 10px rgba(0, 0, 0, 0.1);
}

#hylogin .card-button {
  background: #565656;
  padding: 1em;
  color: #f4f4f4;
  cursor: pointer;
  box-shadow: -10px -10px 20px rgb(255, 255, 255),
    10px 10px 20px rgba(0, 0, 0, 0.4);
  margin-bottom: 1.5rem;
}

#hylogin .card-button:focus,
.card-button:hover {
  box-shadow: inset -5px -5px 10px rgba(255, 255, 255, 0.4),
    inset 5px 5px 10px rgba(0, 0, 0, 0.4);
}

#hylogin .card-forgot-password {
  text-align: center;
  font-size: 12px;
  color: #b6b6b6;
}

#hylogin .card-forgot-password a {
  color: #565656;
}
#hylogin .card-forgot-password a:hover {
  text-decoration: underline;
  cursor: pointer;
}

#hylogin .card-input-container::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  left: 1.3rem;
  top: 0.8rem;
  font-size: 20px;
  color: #b6b6b6;
}

#hylogin .card-input-container.username::after {
  content: "\f007";
}

#hylogin .card-input-container.password::after {
  content: "\f023"
}

#hylogin  .youlian ul{ text-align:center;}
#hylogin .youlian ul li{display:inline; margin-left:5px; color:#CCC}
#hylogin a{color:#CCC}