html, body {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #FDBF2D;
  color: #333;
}

a, a:link, a:hover, a:visited, a:active {
  font-weight: normal;
  color: #00a0e9;
}

a:hover, a:active {
  color: #333;
}

#login_container {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 50%;
  background: rgba(255, 255, 255, 0.8);
  overflow: hidden;
  box-shadow: inset -5px 0 15px -15px #333;
}

#logo {
  margin: 10px 0;
  padding: 0;
}

#login_inner {
  width: 350px;
  height: 600px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -300px;
  margin-left: -175px;
}

.login_input_container {
  position: relative;
  margin: 5px 0 15px 0;
}

.login_input_tip {
  font-size: 10px;
  color: #aaa;
}

input.login_input, #captcha-input {
  height: 40px;
  line-height: 40px;
  padding: 0;
  outline: none;
  border: none;
  background: transparent;
}

input.login_input:focus, #captcha-input:focus {
  border-bottom: 1px solid #FDBF2D;
}

input.login_input {
  border-bottom: 1px solid #aaa;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  -webkit-transition-delay: 99999s;
  -webkit-transition: color 99999s ease-out, background-color 99999s ease-out;
}

#captcha-input {
  width: 100%;
  border-bottom: 1px solid #aaa;
}

#captcha-image {
  top: 50%;
  margin-top: -17px;
  border: none;
}

.rememberMe_checkbox {
  margin-left: 0;
}

#forget_pass {
  position: absolute;
  right: 0;
  bottom: 0;
}

#productName {
  padding: 0;
  font-size: 26px;
  text-align: center;
  margin-bottom: 30px;
  font-family: 'Microsoft YaHei', 'simhei', 'Tahoma', arial, simsun;
}

#loginCustomContent {
  padding: 20px 0;
  font-size: 14px;
  text-align: center;
  font-family: 'Microsoft YaHei', 'simhei', 'Tahoma', arial, simsun;
}

#copyright {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px 0;
  color: #333;
}

#copyright a, #copyright a:link, #copyright a:visited {
  color: #00a0e9;
}

#copyright a:hover, #copyright a:active {
  color: #333;
}

.app_btn {
  bottom: 45px;
}

.ios_btn, .android_btn, .webapp_btn {
  height: auto;
  line-height: 16px;
  padding: 2px;
  color: #999;
  background: #fff;
  border-color: #bbb;
}

.app_btn .icon {
  vertical-align: bottom;
}

table.thirdparty-login-list {
  position: relative;
  margin-top: 0;
}

table.thirdparty-login-list td a span {
  display: none;
}

table.thirdparty-login-list td a span.icon {
  font-size: 30px;
  display: block;
}

.line {
  font-size: 14px;
  color: #999;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 20px 0 0 0;
}

.line legend {
  margin: 0 auto;;
  padding: 0 10px;
}

#beian {
  right: 10px;
  left: auto;
}

#beian a, #beian a:visited, #beian a:hover, #beian a:active {
  color: #fff;
  padding: 2px 5px;
}

#beian a:hover {
  color: #fff;
}

#login_btn {
  width: 100%;
  background: #FDBF2D;
  border-radius: 4px;
}