.content-txt{
  height: 510px;
}
.zhuce{
  font-size: 12px;
  float: right;
  margin-top: -20px;
  margin-right: 20px;
}
.zhuce a{
  color: #f4563e;
}
form{
  padding: 50px 46px 0;
}
form input[type=text],form input[type=password]{
  width: 305px;
  height: 40px;
  border: 1px solid #eee;
  border-radius: 3px;
  padding-left: 20px;
}
form p{
  font-size: 12px;
  color: #f4563e;
  padding: 6px 0 12px 0;
}
form input[type=checkbox]{
  text-align: left;
  cursor: pointer;
}
form span{
  font-size: 12px;
  color: #999;
}
form a{
  float: right;
  font-size: 12px;
  color:#f4563e;
  margin-top: 5px;
  clear: right;
}
form input[type=submit]{
  width: 325px;
  height: 40px;
  background-color: #3baeda;
  border-radius: 3px;
  cursor: pointer;
  font-size: 16px;
  color: white;
  outline: none;
  border: none;
  margin-top: 20px;
}
form input[type=submit]:hover{
  background-color: #299cc8;
}
