body {
  width: 100%;
  height: 100vh;
  margin-bottom: 50px;
  overflow: hidden;
  background-color: #5eb0fa;
}
.login_background {
  width: 100%;
  height: 50px;
  background-color: #0099cc;
}
.login_nav {
  width: 1200px;
  height: 50px;
  background-color: #0099cc;
  position: relative;
  margin: 0 auto;
  line-height: 50px;
}
.login_nav img {
  position: absolute;
  left: 12px;
  top: 9px;
}
.login_nav span {
  position: absolute;
  right: 18px;
  font-size: 12px;
  color: #fff;
}
.login_div {
  width: 100%;
  height: 100%;
  background: url("../../img/login.jpg") no-repeat center top;
  overflow: hidden;
  position: relative;
}
.login_div .login_content {
  width: 1200px;
  height: 1000px;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
.login_div img {
  width: 100%;
  height: 100%;
}
.login_select {
  width: 360px;
  height: 340px;
  position: absolute;
  top: 120px;
  right: 160px;
  background-color: #fff;
  box-shadow: 0 0 50px 10px rgba(94, 176, 250, 0.1);
}
.login_select h1 {
  text-align: center;
  color: #16a8fd;
  font-size: 26px;
  font-weight: bold;
  margin-top: 38px;
  padding: 0;
}
.login_select #login_getdata {
  margin: 36px 0 0 40px;
  overflow: hidden;
}
.login_select #login_getdata p {
  font-size: 12px;
  height: 20px;
  line-height: 20px;
  visibility: hidden;
  color: red;
}
.login_select #login_getdata div {
  width: 280px;
  overflow: hidden;
  border: 1px solid #E1E1E1;
  border-radius: 2px;
}
.login_select #login_getdata div:nth-child(1) {
  height: 38px;
}
.login_select #login_getdata div:nth-child(2) {
  height: 38px;
}
.login_select #login_getdata div img {
  width: 16px;
  height: 16px;
}
.login_select #login_getdata input {
  width: 236px;
  height: 38px;
  border: none;
  border-radius: 2px;
  float: left;
  font-size: 14px;
  outline: none;
  color: #7b8996;
}
.login_select #login_getdata input:nth-child(3) {
  text-align: center;
  line-height: 38px;
}
.login_select #login_getdata input::-ms-input-placeholder {
  color: #B3BDC7;
  font-size: 14px;
}
.login_select #login_getdata input::-webkit-input-placeholder {
  color: #B3BDC7;
  font-size: 14px;
}
.login_select #login_getdata span {
  display: block;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
}
.login_select #login_getdata #password_error {
  color: red;
  margin: 0 0 20px;
}
.login_select #login_getdata #login_remember {
  border: none;
  margin-top: 20px;
}
.login_select #login_getdata #login_remember input {
  float: left;
  text-align: center;
  width: 12px;
  height: 12px;
  margin-right: 10px;
}
.login_select #login_getdata #login_remember span {
  float: left;
  color: #7b8996;
}
.login_select #login_getdata img {
  width: 15px;
  height: 18px;
  float: left;
  margin: 10px 10px 0 15px;
}
.login_select #login_getdata #login_button {
  width: 280px;
  float: none;
  color: #fff;
  background-color: #16A8FD;
  cursor: pointer;
}
.login_select #login_getdata #login_button:hover {
  background-color: #0c98e9;
}
.login_select #login_getdata span {
  color: red;
}
.login_select #login_getdata div.has-error {
  width: 280px;
  overflow: hidden;
  border: 1px solid #a94442;
  border-radius: 2px;
}
.login_select #login_getdata div.focus {
  width: 280px;
  overflow: hidden;
  border: 1px solid #16a8fd;
  border-radius: 2px;
}
.login_select #login_getdata div.has-success {
  width: 280px;
  overflow: hidden;
  border: 1px solid #3c763d;
  border-radius: 2px;
}
.myfooter {
  width: 100%;
  height: 30px;
  background-color: #3d9cf0;
  position: fixed;
  bottom: 0;
  left: 0;
  font-size: 12px;
  color: #fff;
  z-index: 10;
}
.myfooter p {
  margin: 0;
  text-align: center;
  line-height: 30px;
}
.myfooter p span {
  margin-right: 20px;
}
.myfooter .icphref {
  color: #fff;
}
.myfooter .icphref:hover {
  text-decoration: underline;
}
.login_select #login_getdata div.has-error {
  width: 280px;
  overflow: hidden;
  border: 1px solid #a94442;
  border-radius: 2px;
}
.login_select #login_getdata div.focus {
  width: 280px;
  overflow: hidden;
  border: 1px solid #16a8fd;
  border-radius: 2px;
}
.login_select #login_getdata div.has-success {
  width: 280px;
  overflow: hidden;
  border: 1px solid #3c763d;
  border-radius: 2px;
}
/*# sourceMappingURL=login.css.map */