.page-title.lp {
  font-size: 16px;
  padding-bottom: 5px;
  margin-top: 0;
}
.page-sub-title.lp {
  font-size: 14px;
}
.login-page label,
.register-page label {
  display: inline-block;
  vertical-align: middle;
  width: 120px;
}
.register-page label {
  width: 190px;
}
.login-page input[type="submit"],
.lp-remind,
#sbmt-loading,
.errorMessage {
  margin-left: 124px;
  margin-bottom: 17px;
}
.lp-remind-a {
  font-size: 12px;
}

.lp-left .form {
  margin-left: 12px;
  border-right: 1px solid #7f878b;
}
.lp-left {
  width: 450px;
  float: left;
  padding-top: 37px;
}
.lp-right {
  margin-left: 440px;
  padding-top: 37px;
  padding-left: 34px;
}
.lp-right::after {
  content: "";
  clear: both;
  display: block;
}
.lpr-row {
  margin-bottom: 19px;
}
.lp-facebook {
  display: inline-block;
  vertical-align: middle;
  background: #3b559f url("../images/icons/lp_fb.png") no-repeat 10px 4px;
  color: #fff;
  font-weight: bold;
  padding: 7px 0 6px 51px;
  text-decoration: none;
  width: 194px;
}
.lp-google {
  display: inline-block;
  vertical-align: middle;
  background: #d54529 url("../images/icons/lp_g.png") no-repeat 0 4px;
  color: #fff;
  font-weight: bold;
  padding: 7px 7px 6px 51px;
  text-decoration: none;
}
.lp-soc-block {
  margin-top: 46px;
}
.login-page .code-text {
  padding-bottom: 23px;
}
.login-page .code-lbl {
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
}
.login-page .code-code {
  display: inline-block;
  vertical-align: middle;
  color: #000;
  border: 1px solid #9da3a6;
  font-size: 16px;
  padding: 5px 7px 4px 7px;
}
.login-page .code-arr,
.login-page .code-field {
  display: inline-block;
  vertical-align: middle;
}
.login-page .code-field input[type="text"] {
  width: 195px;
}
.remind-text {
  font-size: 12px;
  margin-bottom: 18px;
}
.rp-row label {
  display: inline-block;
  vertical-align: middle;
  width: 250px;
}
.rp-row input[type="password"] {
  width: 500px;
}
.rp-row.buttons {
  padding-left: 253px;
}
.rp-ok {
  background: url("../images/account/lock.png") no-repeat top left;
  padding-left: 75px;
  position: relative;
  top: 70px;
  left: 90px;
}
.rp-ok-title {
  font-size: 38px;
  font-weight: bold;
  padding-bottom: 7px;
}
.rp-ok-descr {
  font-size: 12px;
  padding-bottom: 17px;
}
.rp-ok .btn-blue {
  width: 160px;
  text-align: center;
}
