@charset "UTF-8";
html, body {
  height: 100%;
  background: url("../../img/login/bg_two.png") no-repeat center;
  background-size: 100% 100%; }

.login-bg {
  padding-top: 120px; 
}
.login-bg.O-cfb059858fd640b0941f05d2864d087c {
  padding-top: 60px;
}

.login-title {
  width: 290px;
  height: 90px;
  margin: 0 auto;
  /* background: url("../../img/login/workforpoin_logo.svg") no-repeat center; */
}
.login-title.default {
  /* background: url("../../img/wfplogo.svg") no-repeat center; */
  background: url(/static/app/1.0.0/img/chenhanlogo.png) no-repeat center;
  background-size: 95%;
}
.login-title.O-cfb059858fd640b0941f05d2864d087c {
  background: url("/static/app/1.0.0/img/organ/zrthyjy.png") no-repeat center;
  background-size: 95%;
}
.login-title.O-9cf298e616b54fe1bc3d24655a73da37 {
  background: url(/static/app/1.0.0/img/chenhanlogo.png) no-repeat center;
  background-size: 95%;
}

.login-content {
  width: 817px;
  height: 440px;
  margin: 0 auto;
  background-image: url("../../img/login/login-content.png");
  background-repeat: no-repeat; }
  .login-content form {
    width: 262px; }
.login-bg .xmgl-title {
  text-align: center;
  
}
.login-bg .xmgl-title h3 {
  font-family: "Open Sans",sans-serif;
  font-size: 30px;
  color: #333333;
}
.login-bg .xmgl-title.O-cfb059858fd640b0941f05d2864d087c {
    padding-left: 28px;
}
.check-pwd {
  padding-left: 15px;
  margin-bottom: 20px;
  margin-top: 25px; }
  .check-pwd input {
    display: none; }
  .check-pwd label {
    font-size: 12px;
    color: #c0bebe;
    letter-spacing: 1px;
    padding-left: 30px;
    background: url("../../img/login/no-check.png") no-repeat left; }
    .check-pwd label.afterClick {
      padding-left: 30px;
      background: url("../../img/login/checked.png") no-repeat left; }

.login-cont {
  padding-left: 420px;
  padding-top: 90px; }

.login-input {
  margin-top: 20px; }
  .login-input input {
    width: 243px;
    height: 36px;
    line-height: 36px;
    padding-left: 15px;
    background: #f8f8f8;
    border: 1px solid #f8f8f8;
    border-radius: 3px;
    font-size: 12px;
    letter-spacing: 1px; }

.login-btn {
  width: 100%;
  height: 38px;
  font-size: 14px;
  color: #fff;
  background: #589df5;
  border-radius: 3px;
  border: none;
  margin-top: 20px;
  cursor: pointer;
  letter-spacing: 16px; }

.wrong {
  color: #ff0000; }

.copyright {
  text-align: center;
  padding-top: 75px;
  padding-bottom: 150px;
  background-color: #fff; }
  .copyright p {
    font-size: 14px;
    color: #dfdad8;
    line-height: 20px; }
  .copyright span {
    margin-left: 28px; }

.errorMessage {
  color: #ff0000;
  font-size: 12px; }

/*sxd IE10 placeholder/兼容*/
:-ms-input-placeholder {
  color: #dcdcdc !important; }

input[type=text]::-ms-clear,
input[type=password]::-ms-reveal {
  display: none; }

/*忘记密码*/
.register {
  width: 238px;
  height: 40px;
  margin-top: 15px;
  line-height: 40px;
  text-align: center;
  position: relative; }
  .register a {
    text-decoration: none;
    color: #0099ff;
    font-size: 14px;
    width: 50%;
    position: relative; }
    .register a span {
      display: inline-block;
      width: 15px;
      height: 40px;
      background: url("../../img/login/Right.svg") no-repeat center;
      background-size: contain;
      position: absolute;
      top: 0;
      right: 15px; }
  .register .sep {
    position: absolute;
    left: 50%;
    font-size: 16px;
    color: #c0bebe; }

.float-fl {
  float: left; }

.float-fr {
  float: right; }

.clear-float {
  zoom: 1; }
  .clear-float:after {
    clear: both;
    content: ' ';
    display: block;
    width: 0;
    height: 0;
    visibility: hidden; }

.shortInput {
  font-size: 0px; }
  .shortInput input {
    width: 153px; }
  .shortInput button {
    padding: 0px;
    line-height: 38px;
    border: none;
    background-color: #589df5;
    color: #ffffff;
    width: 90px;
    vertical-align: middle; }
  .shortInput img {
    width: 90px;
    height: 38px; }
