body {
  background: #f5f5f5;
}

.login_w {
  width: 450px;
  padding: 40px 50px;
  margin: 35px auto 0 auto;
  background: #fff;
  border-radius: 15px;
}
.login_w.entry_phone .lw-content .lwc-item.entry_phone {
  display: block;
}
.login_w.enter_code .lw-content .lwc-item.enter_code {
  display: block;
}
.login_w.not_receive_sms .lw-content .lwc-item.not_receive_sms {
  display: block;
}
.login_w.telegram .lw-content .lwc-item.telegram {
  display: block;
}
.login_w .lw-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
.login_w .lw-close:before {
  content: "";
  position: absolute;
  background: url("/images/close.png") no-repeat;
  width: 20px;
  height: 20px;
  left: 50%;
  margin-left: -10px;
  top: 50%;
  margin-top: -10px;
  background-size: 100%;
}
.login_w .lw-content .lwc-item.telegram {
  display: none;
}
.login_w .lw-content .lwc-item.telegram .lwci-rows {
  text-align: center;
}
.login_w .lw-content .lwc-item.telegram .lwci-rows .lwcir-row {
  margin: 10px 0;
}
.login_w .lw-content .lwc-item.telegram .lwci-rows .lwcir-row .lwcirr-link {
  color: #929292;
  display: inline-block;
  cursor: pointer;
}
.login_w .lw-content .lwc-item.telegram .lwci-rows .lwcir-row .lwcirr-link:hover {
  color: #333;
}
.login_w .lw-content .lwc-item.entry_phone {
  display: none;
}
.login_w .lw-content .lwc-item.enter_code {
  display: none;
}
.login_w .lw-content .lwc-item.enter_code .lwci-footer {
  margin-top: 30px;
  text-align: center;
}
.login_w .lw-content .lwc-item.enter_code .lwci-code {
  display: flex;
  justify-content: center;
  margin-bottom: 16px;
}
.login_w .lw-content .lwc-item.enter_code .lwci-code .lwcic-item {
  border: 2px solid #7bba2a;
  border-radius: 9px;
  display: inline-block;
  outline: none;
  font-size: 31px;
  width: 319px;
  text-align: center;
  padding: 7px 12px;
  -moz-appearance: textfield;
}
.login_w .lw-content .lwc-item.enter_code .lwci-code .lwcic-item::-webkit-outer-spin-button, .login_w .lw-content .lwc-item.enter_code .lwci-code .lwcic-item::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.login_w .lw-content .lwc-item.enter_code .lwci-error {
  font-size: 12px;
  color: #ff0000;
  line-height: normal;
  text-align: center;
}
.login_w .lw-content .lwc-item.enter_code .lwci-rows {
  text-align: center;
}
.login_w .lw-content .lwc-item.enter_code .lwci-rows .lwcir-row {
  margin: 10px 0;
}
.login_w .lw-content .lwc-item.enter_code .lwci-rows .lwcir-row .lwcirr-link {
  color: #929292;
  display: inline-block;
  cursor: pointer;
}
.login_w .lw-content .lwc-item.enter_code .lwci-rows .lwcir-row .lwcirr-link:hover {
  color: #333;
}
.login_w .lw-content .lwc-item.enter_code .lwci-desc {
  text-align: center;
  margin: 20px 0 26px 0;
  display: none;
}
.login_w .lw-content .lwc-item.enter_code .lwci-desc a {
  color: #7BBB2A;
}
.login_w .lw-content .lwc-item.enter_code .lwci-desc a:hover {
  text-decoration: underline;
}
.login_w .lw-content .lwc-item.enter_code.sms_type .sms_type_hide {
  display: none;
}
.login_w .lw-content .lwc-item.enter_code.telegram_type .telegram_type_hide {
  display: none;
}
.login_w .lw-content .lwc-item.enter_code.telegram_type .lwci-desc {
  display: block;
}
.login_w .lw-content .lwc-item.enter_code.telegram_type .lwci-title {
  margin-bottom: 0;
}
.login_w .lw-content .lwc-item.not_receive_sms {
  display: none;
}
.login_w .lw-content .lwc-item.not_receive_sms .lwci-phone {
  font-size: 20px;
  text-align: center;
  margin-bottom: 20px;
}
.login_w .lw-content .lwc-item.not_receive_sms .lwci-text {
  font-size: 15px;
  text-align: center;
  margin-bottom: 20px;
}
.login_w .lw-content .lwc-item.not_receive_sms .lwci-rows {
  text-align: center;
}
.login_w .lw-content .lwc-item.not_receive_sms .lwci-rows .lwcir-row {
  margin: 10px 0;
}
.login_w .lw-content .lwc-item.not_receive_sms .lwci-rows .lwcir-row .lwcirr-link {
  cursor: pointer;
  color: #929292;
}
.login_w .lw-content .lwc-item.not_receive_sms .lwci-rows .lwcir-row .lwcirr-link:hover {
  color: #333;
}
.login_w .lw-content .lwc-item .lwci-title {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
.login_w .lw-content .lwc-item .lwci-info {
  text-align: center;
  margin-bottom: 20px;
}
.login_w .lw-content .lwc-item .lwci-btn {
  margin-top: 22px;
}
.login_w .ui-form-group .ui-form-input {
  border-width: 2px;
  width: 100%;
  height: 54px;
  border-radius: 9px;
  font-size: 16px;
}
.login_w .ui-form-group .ui-form-label {
  font-size: 16px;
  margin: -9px 0 0 0;
}
.login_w .ui-form-group.ui-form-focused .ui-form-label {
  -webkit-transform: scale(0.9) translateY(-32px);
  transform: scale(0.9) translateY(-32px);
}
.login_w .info {
  margin-top: 6px;
  color: #999;
  font-size: 13px;
  position: relative;
  text-align: center;
}
.login_w .captcha {
  text-align: center;
  margin-top: 22px;
  display: none;
}
.login_w .captcha .g-recaptcha {
  display: inline-block;
}
.login_w .captcha.show {
  display: block;
}

/*# sourceMappingURL=login_w.css.map */
