html {
  /*min-height: 100vh;*/
  /*background: url('../images/bg.png');*/
  background:url('../images/bg_ag.jpg?v=5') no-repeat center center fixed;
  /* background:url('../images/bg_ohoking.jpg') no-repeat center center fixed; */
  position: relative;
  min-height: 100%;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 78px;
    background: #000000;
    color: #ffffff;
}

body {
  background: transparent;
}

.logo {
  text-align: center;
}

.box-login {
  width: 287px;
  margin: 100px auto 0;
}

#LoginCaptcha_CaptchaImage{
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
  }

.box-login header {
  text-align: center;
  background: url('../images/box-header.png');
  font-size: 16px;
  font-weight: bold;
  line-height: 42px;
  margin-top: 30px;
}

.box-login .form-login {
  /*background: url('../images/bg-box.png');*/
    height: 235px;
    padding: 30px;
    background: #0a183d;
    margin-top: 15px;
    background: url('../images/login_bg.jpg?v=6');
    border-radius: 10px;
    border: 1px solid #fff;
}

.box-login .btn-primary {
  width: 100%;
  background: url('../images/btn-signin.png');
  border: none;
  line-height: 34px;
  padding: 0;
}

.box-login .input-group-addon {
  background: url('../images/bg-captcha.png');
  border: none;
  line-height: 34px;
  padding: 0;
  width: 102px;
  font-weight: bold;
  color: #000;
  font-size:20px;
  font-style:italic;
}

.box-login #usr {
  background: url('../images/bg-username.png') no-repeat #fff;
  padding-left: 32px;
  text-align: center;
}

@-webkit-keyframes autofill {
  to {
      background: url('../images/bg-username.png') no-repeat #fff;
  }
}
#usr:-webkit-autofill {
  -webkit-animation-name: autofill;
  -webkit-animation-fill-mode: both;
}

.box-login #pwd {
  background: url('../images/bg-password.png') no-repeat #fff;
  padding-left: 32px;
  text-align: center;
}

.box-login #con_sccode {
  background: url('../images/bg-password.png') no-repeat #fff;
  padding-left: 32px;
  text-align: center;
}

.box-login #sccode {
  background: url('../images/bg-password.png') no-repeat #fff;
  padding-left: 32px;
  text-align: center;
}

.box-login #oldpass {
  background: url('../images/bg-password.png') no-repeat #fff;
  padding-left: 32px;
  text-align: center;
}

.box-login #newpass {
  background: url('../images/bg-password.png') no-repeat #fff;
  padding-left: 32px;
  text-align: center;
}

.box-login #con_pass {
  background: url('../images/bg-password.png') no-repeat #fff;
  padding-left: 32px;
  text-align: center;
}

.box-login footer {
  font-weight: bold;
  color: #ffc728;
  text-align: center;
  margin: 30px 0;
}

.box-login footer a {
  color: #fff;
}