* {
  margin: 0;
  padding: 0;
}
html,
body {
  width: 100%;
  height: 100%;
}
.clearfix {
  content: "";
  display: block;
  clear: both;
}
#login {
  width: 100%;
  height: 100%;
  position: relative;
}
#login .bg {
  width: 100%;
  height: 100%;
  background: url("../image/shoudong.jpg") no-repeat;
  position: relative;
  background-size: cover;
}
#login .bg .box {
  width: 400px;
  margin: auto;
  position: absolute;
  top: 45%;
  left: 0;
  right: 0;
  transform: translateY(-45%);
}
#login .bg .box h2 {
  text-align: center;
  font-size: 40px;
  color: #fff;
  padding-bottom: 40px;
  font-family: Arial;
}
#login .bg .box .boxInput {
  padding: 10px 0;
  box-sizing: border-box;
}
#login .bg .box .boxInput input {
  display: inline-block;
  width: 100%;
  color: #fff;
  outline: none;
  font-size: 18px;
  border-left: none;
  border-top: none;
  border-right: none;
  border-bottom: 2px solid #fff;
  background: none;
  padding: 10px;
  box-sizing: border-box;
  margin-bottom: 30px;
}
#login .bg .box .boxInput input::-webkit-input-placeholder {
  color: #e0dede;
  font-family: Arial;
}
#login .bg .box button {
  margin: 15px 0;
  width: 100%;
  padding: 12px 0;
  box-sizing: border-box;
  background: #fc636b;
  border-radius: 20px;
  border: 1px solid #fc636b;
  color: #fff;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
  outline: none;
  transition: all 0.2s;
}
#login .bg .box button:hover {
  background: none;
  border-color: #fff;
}
#login .footer {
  width: 100%;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  left: 0;
  bottom: 0;
  color: #666;
  font-size: 13px;
}
#login .footer a {
  text-decoration: none;
  color: #000;
}
#login .footer a:hover {
  border-bottom: 1px solid #000;
}
