@charset "UTF-8";



input:-webkit-autofill {
  box-shadow: 0 0 0 1000px white inset !important;
}

html,
body,
.FormPanel-wrapper {
  height: 100%;
}

body {
  background-color: #1e2332;
  text-align: center;
}

.FormPanel-wrapper:before {
  content: "\0020";
  width: 0;
  height: 100%;
}

.FormPanel-wrapper:before,
.FormPanel {
  display: inline-block;
  vertical-align: middle;
}


.FormPanel {
  max-width: 400px;
}

.FormPanel form {
  padding: 27px 20px 0;
}

.FormPanel .input-group-addon .fa {
  width: 14px;
  text-align: center;
}

.FormPanel form p {
  position: relative;
  margin: 30px -10px;
  color: #fff;
}

.FormPanel form p:before,
.FormPanel form p:after {
  content: "\0020";
  position: absolute;
  top: 50%;
  width: 165px;
  height: 1px;
  background-color: #fff;
}

.FormPanel form p:before {
  left: 0;
}

.FormPanel form p:after {
  right: 0;
}

.FormPanel form p span {
  position: relative;
  z-index: 1;
  background-color: #1e2332;
  padding: 0 5px;
}

.FormPanel button {
  margin-top: 30px;
}

.FormPanel button,
.FormPanel button:hover,
.FormPanel button:focus,
.FormPanel button:active {
  background-color: #FD9E28;
  border-color: #EE9430;
}

.FormPanel-logo {
  height: 40px;
  margin-bottom: 50px;
}

.FormPanel-links a {
  display: inline-block;
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 50px;
  background-color: rgba(255, 255, 255, .15);
  color: #fff;
}

.FormPanel-links a .fa,
.FormPanel-links a img {
  width: 14px;
  text-align: center;
  margin-right: 5px;
}

.FormPanel-links a .fa,
.FormPanel-links a img,
.FormPanel-links a span {
  display: inline-block;
  vertical-align: middle;
}

.FormPanel-links #btn-wxwrok-pc {
  margin-left: 1px;
}

.modal {
  text-align: left;
}

.modal-footer button.is-hidden {
  display: none;
}

.Procedure-step {
  display: none;
}

.Procedure-step.is-active {
  display: block;
}

.Procedure-step input,
.Procedure-step .help-block {
  font-size: 12px;
}

.Procedure-step .help-block {
  display: none;
}

.Procedure-step .form-group.has-error .help-block {
  display: block;
}

.Procedure-step .input-group-addon .fa {
  width: 14px;
  text-align: center;
}

.Form-row {
  height: 58px;
  overflow: hidden;
}

.Form-cell--code {
  transition: margin-top 0.3s;
}

.Form-cell--code.is-hidden {
  margin-top: -50px;
}

.Form-cell--code.is-hidden + .Form-cell--captcha {
  display: block;
}

.Form-cell--captcha {
  display: none;
}

.Form-cell--captcha > .Form-action,
.Form-cell--code > .Form-action {
  float: right;
  width: 100px;
  height: 35px;
  margin-left: 5px;
}

.Form-cell--captcha img,
.Form-cell--captcha button {
  display: inline-block;
  vertical-align: middle;
}

.Form-cell--captcha img {
  width: 70px;
  height: 100%;
}

.Form-cell--captcha button {
  margin-left: 5px;
}

.Form-cell--code button {
  width: 100%;
  height: 100%;
  font-size: 12px;
}

.Form-cell--code button .fa {
  margin-right: 5px;
  vertical-align: middle;
}

.Form-cell--code button span {
  display: inline-block;
  vertical-align: middle;
}
#btn-pc,#btn-mobile{
  display: none;
}