.elementor-11404 .elementor-element.elementor-element-2b72ed24{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-e09519d */.bc-recover-simple {
  width: 100%;
  min-height: 100vh;
  padding: 42px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #131218;
  color: #f7f4ef;
  font-family: "Nunito Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.bc-recover-box {
  width: 100%;
  max-width: 420px;
  margin: 0 auto;
}

.bc-recover-box h1 {
  margin: 0 0 14px;
  color: #ffffff;
  font-size: 30px;
  line-height: 1.15;
  font-weight: 800;
  text-align: left;
  letter-spacing: -0.03em;
}

.bc-recover-subtitle {
  max-width: 360px;
  margin: 0 0 28px;
  color: rgba(247, 244, 239, 0.68);
  font-size: 15px;
  line-height: 1.55;
  text-align: left;
}

.bc-recover-form {
  width: 100%;
}

.bc-recover-form form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.bc-recover-form label {
  display: block;
  margin: 0 0 8px;
  color: rgba(247, 244, 239, 0.72);
  font-size: 14px;
  font-weight: 700;
  text-align: left;
}

.bc-recover-form input[type="text"],
.bc-recover-form input[type="email"],
.bc-recover-form input[type="password"] {
  width: 100%;
  height: 48px;
  padding: 0 15px;
  border-radius: 12px;
  border: 1px solid rgba(220, 165, 74, 0.24);
  background: #14121a;
  color: #ffffff;
  font-size: 15px;
  outline: none;
  box-shadow: none;
  box-sizing: border-box;
}

.bc-recover-form input[type="text"]:focus,
.bc-recover-form input[type="email"]:focus,
.bc-recover-form input[type="password"]:focus {
  border-color: rgba(220, 165, 74, 0.72);
  box-shadow: 0 0 0 3px rgba(220, 165, 74, 0.12);
}

.bc-recover-form input::placeholder {
  color: rgba(247, 244, 239, 0.36);
}

.bc-recover-form button,
.bc-recover-form input[type="submit"] {
  width: 100%;
  height: 52px;
  margin-top: 4px;
  border: 0;
  border-radius: 13px;
  background: #dca54a;
  color: #131218;
  font-size: 15px;
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 14px 34px rgba(220, 165, 74, 0.22);
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.bc-recover-form button:hover,
.bc-recover-form input[type="submit"]:hover {
  transform: translateY(-1px);
  background: #dfb77a;
  box-shadow: 0 18px 40px rgba(220, 165, 74, 0.28);
}

.bc-recover-note {
  margin: 18px 0 0;
  max-width: 360px;
  color: rgba(247, 244, 239, 0.50);
  font-size: 13px;
  line-height: 1.5;
  text-align: left;
}

@media (max-width: 480px) {
  .bc-recover-simple {
    min-height: 100svh;
    padding: 64px 24px 32px;
    align-items: flex-start;
    justify-content: flex-start;
  }

  .bc-recover-box {
    max-width: 100%;
    margin: 0;
  }

  .bc-recover-box h1 {
    font-size: 27px;
    text-align: left;
  }

  .bc-recover-subtitle {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    font-size: 14.5px;
    text-align: left;
  }

  .bc-recover-note {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    text-align: left;
  }
}/* End custom CSS */