@charset "UTF-8";
body, button {
  font-family: "Segoe UI","Lucida Grande",Helvetica,Arial,"Microsoft YaHei",FreeSans,Arimo,"Droid Sans","wenquanyi micro hei","Hiragino Sans GB","Hiragino Sans GB W3",Arial,sans-serif !important;
  background: rgb(242, 242, 242);
}
.modal-logging .modal-content {
  border-radius: 0;
}
.modal-logging .modal-body {
  width: 80%;
  margin: 0 auto;
}

.modal-logging .btn-logging,
.modal-logging .form-control {
  border-radius: 0;
}
.modal-logging .group-captcha .btn,
.modal-logging .form-control {
  height: 42px;
}
.modal-logging .btn-logging {
  color: #fff;
  background-color: #09f;
  border: none;
}
.modal-logging .btn-logging:hover,
.modal-logging .btn-logging:focus,
.modal-logging .btn-logging.focus {
  background-color: #007acc;
}
.modal-logging .btn-logging:active,
.modal-logging .btn-logging.active {
  background-color: #006bb3;
}
.modal-logging .btn-logging.disabled,
.modal-logging .btn-logging[disabled] {
  background-color: #09f;
}

.modal-logging .nav-logging {
  border-bottom: 1px solid #ddd;
  text-align: center;
  font-size: 2.0rem;
}
.modal-logging .nav-logging > li {
  float: left;
  width: 50%;
  position: relative;
}
.modal-logging .nav-logging > li > a {
  color: #333;
}
.modal-logging .nav-logging > li:first-child:after {
  content: "";
  height: 4px;
  width: 100%;
  bottom: 0;
  left: 100%;
  background-color: #09f;
  position: absolute;
  z-index: 10;
  transition: left 150ms cubic-bezier(0, 0, 0.2, 1);
}
.modal-logging .nav-logging > li.active:first-child:after {
  left: 0;
}

.modal-logging .tab-pane {
  padding-top: 18px;
  padding-bottom: 18px;
}

.modal-logging .group-captcha .input-group-addon {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}
.modal-logging .group-captcha .btn {
  border-radius: 0;
  border: none;
  font-size: 2rem;
  line-height: 36px;
}
.modal-logging .btn-default {
  border-radius: 0px;
}
.modal-logging  .third-logging {
  list-style: none;
  text-align: center;
}
.third-logging {
  overflow: hidden;
  margin: 20px 0 -10px;
}