@charset "utf-8";
/* CSS Document */
    
/*html {
  height: 100%; 
  font-family: 宋體;
}*/

/*body {
  background-image: url("../images/loginBac2.jpg");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
*/

#login_frame {
  margin: 10% auto;
  max-width: 40%;
  min-width: 300px;
  max-height: 40%;
  padding: 10px;
  background-color: rgba(240, 255, 255, 0.6);
  border-radius: 10px;
}

form p > * {
  display: inline-block;
  vertical-align: middle;
}

#div_title{
  padding: 5px;
    text-align: center;
}

#label_logo{
  font-size: 2em;
}

/*.label_input {
  margin-bottom: 5px;
  font-size: 2em;
  height: 2.5em;

}*/
/*.border{
	margin-left:10px;
	margin-right:10px;
	border-right:#D2D2D2 1px solid;
	height:30px;
}*/


#text_field {	
  border-radius: 5px;
  border: 1px solid #ccc;
  font-size: 2em;
  height: 3em;
  color: #555;
  background-color: #fff;
  background-image: none;
}

/*#btn_login {
  font-size: 1em;
  font-family: 宋體;
  text-align: center;
  color: white;
  border-radius: 6px;
  border: 0;
}*/

#forget_pwd {
  font-size: 1em;
  text-decoration: none;
  float: right;
  top: 5px;
}
/*
#forget_pwd:hover {
  color: #fff;
}*/

#login_control {
  padding: 0 28px;
}

#txt{
    font-size: 1em;
    text-align: center;
}




