html {
  font-family: 'Microsoft Yahei','Hiragino Sans GB',"WenQuanYi Micro Hei",sans-serif,arial;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

ol, ul, menu {
  list-style: none outside none;
}

body, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, select, textarea, p, blockquote, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
}

address, caption, cite, code, dfn, em, i, th, var, optgroup {
  font-style: normal;
  font-weight: normal;
}

input, button, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

input[type=text], input[type=password] {
  border: 1px solid #cad2e0;
  border-radius: 3px;
  height: 20px;
  line-height: 24px;
}
input[type=text]:hover, input[type=password]:hover {
  border-color: #6bc3f8;
}

input[type=button], button {
  cursor: pointer;
}

select, textarea {
  border: 1px solid #cad2e0;
  border-radius: 3px;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

a {
  color: #009aff;
  text-decoration: none;
}
a:hover {
  color: #1b609b;
  outline: none;
  text-decoration: none;
}

img {
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}

.tableMiddle {
  position: relative;
  display: table;
  height: 100%;
  width: 100%;
}
.tableMiddle .tableCell {
  display: table-cell;
  vertical-align: middle;
  *position: absolute;
  *top: 50%;
  *left: 50%;
  width: 100%;
}
.tableMiddle .content {
  *position: relative;
  *top: -50%;
  *left: -50%;
}

.form-wrap .form-group {
  margin-bottom: 20px;
}
.form-wrap .form-group:before, .form-wrap .form-group:after {
  content: "";
  display: table;
}
.form-wrap .form-group:after {
  clear: both;
}
.form-wrap .control-label {
  float: left;
  line-height: 38px;
  text-align: right;
  margin-right: 10px;
  width: 80px;
}
.form-wrap .form-content {
  line-height: 38px;
  overflow: hidden;
}
.form-wrap .form-control, .form-wrap .form-control[type="text"], .form-wrap .form-control[type="password"] {
  height: 20px;
  line-height: 24px;
  padding: 8px 10px;
}
.form-wrap .form-control input::-webkit-input-placeholder, .form-wrap .form-control[type="text"] input::-webkit-input-placeholder, .form-wrap .form-control[type="password"] input::-webkit-input-placeholder {
  color: #555;
}
.form-wrap .form-control input:-moz-placeholder, .form-wrap .form-control[type="text"] input:-moz-placeholder, .form-wrap .form-control[type="password"] input:-moz-placeholder {
  color: #555;
}
.form-wrap .form-control input::-moz-placeholder, .form-wrap .form-control[type="text"] input::-moz-placeholder, .form-wrap .form-control[type="password"] input::-moz-placeholder {
  color: #555;
}
.form-wrap .form-control input:-ms-input-placeholder, .form-wrap .form-control[type="text"] input:-ms-input-placeholder, .form-wrap .form-control[type="password"] input:-ms-input-placeholder {
  color: #555;
}
.form-wrap select, .form-wrap select.form-control {
  height: 38px;
  width: 120px;
}
.form-wrap .control-textarea {
  padding: 10px;
  vertical-align: top;
  height: 100px;
  width: 460px;
}
.form-wrap .help-block {
  display: inline-block;
  *display: inline;
  color: #c00;
  line-height: 38px;
  margin-left: 10px;
  white-space: nowrap;
  vertical-align: top;
}
.form-wrap .offset {
  margin-left: 90px;
}
.form-wrap .btn {
  line-height: 38px;
  padding: 0 32px;
  margin-right: 10px;
}
.form-wrap .btn-default {
  line-height: 36px;
}
.form-wrap .has-error .form-control {
  background-color: #fae5e5;
  border-color: #db8a83;
  color: #c5736b;
}
.form-wrap .has-error .control-label {
  color: #c5736b;
}
.form-wrap .has-success .form-control {
  border-color: #70b600;
  color: #70b600;
}
.form-wrap .has-success .control-label {
  color: #70b600;
}
.form-wrap .active .form-control {
  background-color: #eaf6ff;
  border-color: #6bc3f8;
  color: #41c7f9;
}
.form-wrap .active .control-label {
  color: #41c7f9;
}

.form-inline .form-group, .form-inline .control-label, .form-inline .form-content {
  display: inline-block;
  vertical-align: top;
}
.form-inline .form-group {
  margin-right: 20px;
}
.form-inline .control-label {
  float: none;
  width: auto;
}

html, body {
  height: 100%;
}

body {
  background-color: #2f313a;
  font-size: 16px;
}

.login-panel {
  width: 420px;
  margin: 0 auto;
}
.login-panel .form-group {
  margin-bottom: 0;
}
.login-panel .control-label {
  color: #fff;
  font-size: 16px;
}
.login-panel .form-control {
  width: 295px;
  box-sizing: content-box;
}
.login-panel .help-block {
  margin-left: 90px;
}
.login-panel .btn {
  background-color: #009aff;
  border: 1px solid #0089e3;
  border-radius: 5px;
  color: #fff;
  font-size: 24px;
  line-height: 60px;
  margin: 0 0 0 90px;
  width: 182px;
}
.login-panel .btn:hover {
  background-color: #40b3ff;
  border-color: #39a1e6;
  color: #fff;
}

#loginform-captcha {
  margin-right: 16px;
  width: 160px;
}

#loginform-captcha-image {
  height: 40px;
  width: 120px;
}

#logo {
  margin: 0 0 36px 90px;
  overflow: hidden;
}
#logo .icon-logo {
  float: left;
  /*background: url(../images/login-logo.png);*/
  margin: 2px 20px 0 0;
  height: 30px;
  width: 120px;
}
#logo h1 {
  float: left;
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  line-height: 1;
}

#mini-footer {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  color: #9399b1;
  font-size: 13px;
  text-align: center;
}
