* {
  padding: 0;
  margin: 0;
}
html,
body {
  position: relative;
  height: 100%;
}
body {
  background: url(../images/bg_login.jpg) no-repeat center center;
  -moz-background-size: cover;
       background-size: cover;
}
.login-wp {
  width: 320px;
  height: 360px;
  position: absolute;
  left: auto;
  right: 220px;
  bottom: 50%;
  margin-bottom: -180px;
  top: 50%;
  margin-top: -180px;
  background: -webkit-gradient(linear, left top, left bottom, from(#42ffff62), to(#2525a563));
  background: -webkit-linear-gradient(top, #42ffff62, #2525a563);
  background: -moz-linear-gradient(top, #42ffff62, #2525a563);
  background: -o-linear-gradient(top, #42ffff62, #2525a563);
  background: linear-gradient(to bottom, #42ffff62, #2525a563);
  -webkit-border-radius: 15px;
     -moz-border-radius: 15px;
          border-radius: 15px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px;
  color: #fff;
}
.login-wp .hd {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 20px;
}
.login-wp .hd img {
  vertical-align: middle;
  margin-right: 10px;
}
.login-wp .bd {
  padding-top: 10px;
}
.login-wp .bd .item {
  margin-bottom: 20px;
}
.login-wp .bd .item .tip {
  color: #afb7e1;
  font-size: 18px;
}
.login-wp .bd .item .input_text {
  border: none;
  border-bottom: 1px solid #fff;
  background: none;
  width: 100%;
  color: #fff;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  height: 40px;
  font-size: 16px;
}
.login-wp .bd .item .input_text::-webkit-input-placeholder {
  color: rgba(187, 196, 243, 0.781);
}
.login-wp .bd .item .input_text:-moz-placeholder {
  color: rgba(187, 196, 243, 0.781);
}
.login-wp .bd .item .input_text::-moz-placeholder {
  color: rgba(187, 196, 243, 0.781);
}
.login-wp .bd .item .input_text:-ms-input-placeholder {
  color: rgba(187, 196, 243, 0.781);
}
.login-wp .bd .item .input_text::-ms-input-placeholder {
  color: rgba(187, 196, 243, 0.781);
}
.login-wp .bd .item .input_text::placeholder {
  color: rgba(187, 196, 243, 0.781);
}
.login-wp .bd .item .input_text:focus {
  outline: none;
}
.login-wp .bd .item .input_text:-internal-autofill-selected {
  background: none;
}
.login-wp .ft {
  text-align: center;
  padding-top: 10px;
}
.login-wp .ft .btn-login {
  color: #fff;
  font-size: 18px;
  margin: 0 auto;
  width: 180px;
  cursor: pointer;
  height: 46px;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  background: #3758c5;
  border: none;
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
}
.login-wp .ft .btn-login:focus {
  outline: none;
}
/*# sourceMappingURL=login.css.map */