/* lostpassword.css — стили страницы восстановления пароля (BEM) */

/* === BEM: LP__CARD (card + mb-3) === */
.lp__card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background: hsla(240, 7%, 12%, 0.88);
  padding: 25px 10px;
  box-shadow: 0px -1px 4px rgb(200 196 196 / 8%), 0px 4px 4px rgb(200 196 196 / 25%);
  border: 1px solid rgba(90, 185, 234, 0.14);
  background-clip: border-box;
  border-radius: 10px;
  margin-bottom: 1rem;
}

/* === BEM: LP__CARD-BODY (card-body) === */
.lp__card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

/* === BEM: LP__TITLE (card-title) === */
.lp__title {
  margin-bottom: 0.75rem;
}

/* === BEM: LP__FIELD (form-group + mb-3) === */
.lp__field {
  margin-bottom: 1rem;
}

/* === BEM: LP__INPUT (form-control) === */
.lp__input {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #e0e0e0;
  background-color: rgba(255, 255, 255, 0.05);
  background-clip: padding-box;
  border: 1px solid rgba(90, 185, 234, 0.14);
  border-radius: 8px;
  transition: border-color 0.2s ease, background 0.2s ease;
}
.lp__input:focus {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.08);
  border-color: #5ab9ea;
  outline: 0;
}

/* === BEM: LP__CAPTCHA (c-capcha + mb-3) === */
.lp__captcha {
  position: relative;
  margin-bottom: 1rem;
}
.lp__captcha:after {
  clear: both;
  display: block;
  content: "";
}
.lp__captcha > a {
  float: left;
  margin-right: 5px;
}
.lp__captcha img {
  position: relative;
  display: block;
  width: 130px;
  height: 46px;
  z-index: 1;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.lp__captcha > input {
  float: left;
  width: 130px;
}

/* === BEM: LP__SUBMIT-BTN (btn + btn-primary) === */
.lp__submit-btn {
  display: inline-block;
  font-weight: 400;
  color: #55b2fd;
  text-align: center;
  margin-top: 15px;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background: rgba(85, 178, 253, 0.10);
  border: 1px solid rgba(85, 178, 253, 0.28);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 8px;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, transform 0.15s ease;
}
.lp__submit-btn:hover {
  background: rgba(85, 178, 253, 0.22);
  border-color: rgba(85, 178, 253, 0.65);
  color: #fff;
  box-shadow: 0 0 16px rgba(85, 178, 253, 0.35), 0 4px 12px rgba(85, 178, 253, 0.20);
  transform: translateY(-2px);
}
.lp__submit-btn:active {
  background: rgba(85, 178, 253, 0.30);
  border-color: rgba(85, 178, 253, 0.80);
  color: #fff;
  box-shadow: 0 0 8px rgba(85, 178, 253, 0.20);
  transform: translateY(0);
}

/* === PLACEHOLDER === */
::-webkit-input-placeholder { color: #b7bcc2; }
::-moz-placeholder { color: #b7bcc2; }
:-ms-input-placeholder { color: #b7bcc2; }
:-moz-placeholder { color: #b7bcc2; }

/* === ORPHANED CSS из reference lostpassword.css === */

span.name-rog {
  color: #6cdaee;
  font-size: 16px;
  font-weight: 700;
}

.hr-line {
  width: 100px;
  height: 2px;
  background: #d5dfea;
  position: relative;
  float: left;
  margin-top: 10px;
  margin-right: 15px;
}

.section-how {
  margin-top: 35px;
  margin-bottom: 90px;
  height: 100px;
}

.reved {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: hsla(240, 7%, 12%, 0.88);
  border-radius: 3px;
  font-size: 14px;
  color: #89939d;
  font-weight: 700;
  padding: 15px 0px;
  height: 160px !important;
}

span.num-1 {
  background: linear-gradient(45deg, #64af19, #9bdb01);
  padding: 15px 18px;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  border-radius: 3px;
  box-shadow: 0 10px 45px 0 rgba(120, 191, 17, 0.35);
  float: left;
}

span.name-form {
  font-size: 16px;
  color: #6cdaee;
  margin: 10px 5px 0px 5px;
  font-weight: 600;
  float: left;
  z-index: 999999;
  position: relative;
}

p.reveria {
  color: #7395ae !important;
  font-weight: 100;
  font-size: 11px;
}

.down-reg {
  text-align: center;
  margin: 0 auto;
  display: flex;
  background: hsla(240, 7%, 12%, 0.88);
  border-radius: 3px;
  font-size: 14px;
  color: #89939d;
  font-weight: 700;
  margin-top: 25px;
  padding: 15px 15px;
  width: 300px;
}

.form_submit .c-captcha {
  float: right;
}

.c-captcha {
  position: relative;
}

.c-captcha:after {
  clear: both;
  display: block;
  content: "";
}

.c-captcha > a {
  float: left;
  margin-right: 5px;
}

.c-captcha img {
  position: relative;
  display: block;
  width: 130px;
  height: 46px;
  z-index: 1;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}

.c-captcha > input {
  float: left;
  width: 130px;
}

button.register {
  background: linear-gradient(to right, #4f6fdc, #4798ee);
  padding: 0 10px;
  color: #fff;
  border-radius: 3px;
  width: 300px;
  height: 53px;
  border-bottom: 5px solid rgba(210, 253, 255, 0.7);
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  display: inline-block;
  transition: 0.5s;
  margin: 0 auto;
  line-height: 45px;
  text-align: -webkit-center;
  outline: none !important;
  border-left: 0;
  border-right: 0;
}

.pages.ultrabold a {
  background: linear-gradient(to right, #8d4ce0, #6b36ff);
  padding: 0 10px;
  color: #fff;
  border-radius: 3px;
  width: 53px;
  height: 53px;
  border-bottom: 5px solid rgba(210, 253, 255, 0.7);
  box-shadow: 0 10px 65px 0 #ccd4e0;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  display: block;
  float: left;
  transition: 0.5s;
  margin-left: 10px;
  line-height: 45px;
  text-align: -webkit-center;
}

.pages.ultrabold span {
  background: linear-gradient(to right, #5260d5, #42a4f3);
  padding: 0 10px;
  color: #fff;
  border-radius: 3px;
  width: 53px;
  height: 53px;
  border-bottom: 5px solid rgba(210, 253, 255, 0.7);
  box-shadow: 0 10px 65px 0 #ccd4e0;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  display: block;
  float: left;
  margin-bottom: 50px;
  transition: 0.5s;
  margin-left: 10px;
  line-height: 45px;
  text-align: -webkit-center;
}

.pages.ultrabold a:hover {
  box-shadow: 0 20px 45px 0 #ccd4e0;
  background: linear-gradient(to right, #8d4ce0, #6b36ff);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

h1.title.h2.ultrabold {
  display: flex;
}
