* {
  margin: 0;
  padding: 0;
}
html,
body {
  width: 100%;
  height: 100%;
}
.clearfix {
  content: "";
  display: block;
  clear: both;
}
input {
  border: none;
}
#login {
  width: 100%;
  height: 100%;
  background: url("../../pub/image/login.jpg") no-repeat;
  background-size: cover;
  position: relative;
}
#login .con {
  width: 500px;
  padding: 65px 55px 54px 55px;
  box-sizing: border-box;
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: 45%;
  transform: translateY(-45%);
  margin: 0 auto;
  border-radius: 10px;
}
#login .con h1 {
  width: 100%;
  text-align: center;
  color: #333333;
  font-weight: 400;
  font-size: 39px;
  padding-bottom: 50px;
  box-sizing: border-box;
}
#login .con .inputLogin {
  position: relative;
  width: 100%;
  border-bottom: 2px solid #d9d9d9;
  margin-bottom: 23px;
}
#login .con .inputLogin label {
  display: block;
  font-size: 14px;
  color: #333;
  padding-left: 7px;
}
#login .con .inputLogin input {
  width: 100%;
  margin: 20px 0;
  background: none;
  color: #333;
  padding-left: 10px;
  box-sizing: border-box;
  outline: none;
  font-size: 16px;
}
#login .con .inputLogin input::placeholder {
  color: #333;
}
#login .con .inputLogin input:focus + .inputLogin {
  border-bottom-color: #7f7f7f;
}
#login .con .button {
  width: 100%;
  margin-top: 20px;
  padding: 10px;
  text-align: center;
  box-sizing: border-box;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.2s;
  border: 1px solid #fff;
  background: #f39c12;
  box-shadow: 0 5px 30px 0px rgba(3, 216, 222, 0.2);
  border-radius: 25px;
  color: #fff;
}
#login .con .button:hover {
  background: #e66a00;
}
#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;
}
