input[type="text"],
input[type="password"] {
  border: 2px solid #f1f1f1;
  outline: none;
  font: 20px/32px "微软雅黑", "宋体", Arial;
  width: 600px;
  height: 30px;
  padding: 6px 10px;
  margin-top: 20px;
  transition: border 0.2s ease-in 0s;
}
input[type="button"],
input[type="submit"] {
  font-family: "微软雅黑", "宋体", Arial;
  outline: none;
  cursor: pointer;
  border: none;
}
input[type="text"]:focus,
input[type="password"]:focus {
  border: 2px solid #d4e2e4;
}
