html,
body {
  background: url('../../Content/images/wallpapers/login-bg.jpg') no-repeat fixed;
  width: 100%;
  height: 100%;
  background-size: cover;
  min-width: 1200px;
}
::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #b6b6b6;
  font-size: 12px;
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #b6b6b6;
  font-size: 12px;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #b6b6b6;
  font-size: 12px;
}
:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #b6b6b6;
  font-size: 12px;
}
a {
  text-decoration: none;
}
section {
  width: 1200px;
  overflow: hidden;
  margin: 0 auto;
}
#header_x {
  width: 100%;
  min-width: 1200px;
  height: 120px;
  line-height: 120px;
  background: url(../images/header_bj_x.png) no-repeat 100% 100%;
  background-size: 100% 100%;
  font-size: 42px;
  font-family: "Microsoft YaHei";
  color: #ffffff;
  text-align: center;
  font-weight: 600;
}
#footer {
  width: 100%;
  min-width: 1200px;
  background: #1392FF;
  font-size: 14px;
  font-family: "Microsoft YaHei";
  color: #ffffff;
  height: 50px;
  line-height: 50px;
  text-align: center;
}
.input-error {
  border: 1px solid red !important;
}
.modal .modal-header {
  border: none;
}
.modal .modal-header .close {
  font-size: 35px;
}
.modal .modal-dialog {
  width: 530px;
  height: 240px;
}
.modal .modal-body {
  text-align: center;
}
.modal .modal-body button {
  border: none;
  display: block;
  margin: 0 auto;
  background: #3FBAFF;
  font-size: 16px;
  font-family: "Microsoft YaHei";
  color: #ffffff;
  width: 90px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 6px;
  margin-top: 20px;
}
.modal .modal-body p {
  text-align: center;
  font-size: 14px;
  font-family: "Microsoft YaHei";
  color: #696969;
}
.RegCanvas_div.active {
  background: #2CAF09!important;
  color: #fff;
}
