/* Main Wrapper */
.reset-password-container {
  /*max-width: 880px;*/
  border-radius: 20px;
  font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  margin-top: 40px;
  margin-bottom: 40px;
}

/* Left Sidebar */
.reset-password-container .reset-password-container__info-side {
  background-color: #f7faff;
}

.reset-password-container .reset-password-container__illustration {
  width: 110px;
  height: 110px;
  margin-bottom: 24px;
}

.reset-password-container .reset-password-container__lock {
  width: 70px;
  top: 10px;
}

.reset-password-container .reset-password-container__shackle {
  width: 44px;
  height: 34px;
  border: 10px solid #1462d6;
  border-bottom: none;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
}

.reset-password-container .reset-password-container__lock-body {
  width: 70px;
  height: 52px;
  background-color: #1970f1;
  border-radius: 14px;
}

.reset-password-container .reset-password-container__keyhole {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 18px;
  background-color: #ffffff;
  border-radius: 4px;
}

.reset-password-container .reset-password-container__keyhole::before {
  content: '';
  position: absolute;
  top: -4px;
  left: 50%;
  transform: translateX(-50%);
  width: 14px;
  height: 14px;
  background-color: #ffffff;
  border-radius: 50%;
}

.reset-password-container .reset-password-container__badge {
  bottom: 0;
  right: 2px;
  width: 40px;
  height: 40px;
  background-color: #ff9b06;
  border: 4px solid #f7faff;
  border-radius: 50%;
  line-height: 34px;
  text-align: center;
}

.reset-password-container .reset-password-container__badge svg {
  width: 18px;
  height: 18px;
  stroke: #ffffff;
  vertical-align: middle;
}

/* Accent Spark Rays */
.reset-password-container .reset-password-container__ray {
  position: absolute;
  width: 12px;
  height: 4px;
  background-color: #ffb743;
  border-radius: 2px;
}

.reset-password-container .reset-password-container__ray--1 {
  top: 22px;
  left: 0;
  transform: rotate(-35deg);
}

.reset-password-container .reset-password-container__ray--2 {
  top: 48px;
  left: -5px;
}

.reset-password-container .reset-password-container__ray--3 {
  top: 22px;
  right: 4px;
  transform: rotate(35deg);
}

.reset-password-container .reset-password-container__ray--4 {
  top: 48px;
  right: 0;
}

.reset-password-container .reset-password-container__info-title {
  font-size: 1.35rem;
  color: #1a202c;
}

.reset-password-container .reset-password-container__info-text {
  font-size: 0.88rem;
  max-width: 250px;
  line-height: 1.5;
}

/* Right Section Details */
.reset-password-container .reset-password-container__title {
  font-size: 1.5rem;
  color: #171d2c;
}

.reset-password-container .reset-password-container__subtitle {
  font-size: 0.88rem;
  line-height: 1.5;
}

.reset-password-container .reset-password-container__label {
  font-size: 0.85rem;
  color: #212b36;
}

.reset-password-container .reset-password-container__input-icon {
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  stroke: #8b9bb2;
  pointer-events: none;
}

.reset-password-container .reset-password-container__input {
  padding: 12px 14px 12px 42px;
  font-size: 0.9rem;
  border-color: #e3e8ee;
  border-radius: 8px;
}

.reset-password-container .reset-password-container__input:focus {
  border-color: #ff7700;
  box-shadow: 0 0 0 3px rgba(255, 119, 0, 0.12);
}

/* Button & Links */
.reset-password-container .reset-password-container__submit-btn {
  padding: 12px 20px;
  background: linear-gradient(180deg, #ff8b13 0%, #f56e00 100%);
  border: none;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(245, 110, 0, 0.25);
  transition: opacity 0.2s;
}

.reset-password-container .reset-password-container__submit-btn:hover {
  opacity: 0.94;
}

.reset-password-container .reset-password-container__submit-btn svg {
  width: 16px;
  height: 16px;
  margin-right: 6px;
  transform: rotate(-10deg);
}

.reset-password-container .reset-password-container__divider::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #eceff3;
}

.reset-password-container .reset-password-container__divider span {
  position: relative;
  font-size: 0.8rem;
}

.reset-password-container .reset-password-container__back-link {
  color: #1865e2;
  font-size: 0.86rem;
}

.reset-password-container .reset-password-container__back-link svg {
  width: 15px;
  height: 15px;
  margin-right: 4px;
}












.create-password-container .create-password-container__eye-btn svg {
  display: block;
  width: 18px;
  height: 18px;
  stroke: #8b9bb2;
  transition: stroke 0.2s;
}

.create-password-container .create-password-container__eye-btn:hover svg {
  stroke: #4a5568;
}












/* Main Wrapper */
.create-password-container {
  /*max-width: 880px;*/
  border-radius: 20px;
  font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  margin-top: 40px;
  margin-bottom: 40px;
}

/* Left Sidebar */
.create-password-container .create-password-container__info-side {
  background-color: #f7faff;
}

.create-password-container .create-password-container__illustration {
  width: 110px;
  height: 110px;
  margin-bottom: 24px;
}

.create-password-container .create-password-container__lock {
  width: 70px;
  top: 10px;
}

.create-password-container .create-password-container__shackle {
  width: 44px;
  height: 34px;
  border: 10px solid #1462d6;
  border-bottom: none;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
}

.create-password-container .create-password-container__lock-body {
  width: 70px;
  height: 52px;
  background-color: #1970f1;
  border-radius: 14px;
}

.create-password-container .create-password-container__keyhole {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 18px;
  background-color: #ffffff;
  border-radius: 4px;
}

.create-password-container .create-password-container__keyhole::before {
  content: '';
  position: absolute;
  top: -4px;
  left: 50%;
  transform: translateX(-50%);
  width: 14px;
  height: 14px;
  background-color: #ffffff;
  border-radius: 50%;
}

.create-password-container .create-password-container__badge {
  bottom: 0;
  right: 2px;
  width: 40px;
  height: 40px;
  background-color: #ff9b06;
  border: 4px solid #f7faff;
  border-radius: 50%;
  line-height: 34px;
  text-align: center;
}

.create-password-container .create-password-container__badge svg {
  width: 18px;
  height: 18px;
  stroke: #ffffff;
  vertical-align: middle;
}

/* Accent Spark Rays */
.create-password-container .create-password-container__ray {
  position: absolute;
  width: 12px;
  height: 4px;
  background-color: #ffb743;
  border-radius: 2px;
}

.create-password-container .create-password-container__ray--1 {
  top: 22px;
  left: 0;
  transform: rotate(-35deg);
}

.create-password-container .create-password-container__ray--2 {
  top: 48px;
  left: -5px;
}

.create-password-container .create-password-container__ray--3 {
  top: 22px;
  right: 4px;
  transform: rotate(35deg);
}

.create-password-container .create-password-container__ray--4 {
  top: 48px;
  right: 0;
}

.create-password-container .create-password-container__info-title {
  font-size: 1.35rem;
  color: #1a202c;
}

.create-password-container .create-password-container__info-text {
  font-size: 0.88rem;
  max-width: 250px;
  line-height: 1.5;
}

/* Right Section Typography */
.create-password-container .create-password-container__title {
  font-size: 1.5rem;
  color: #171d2c;
}

.create-password-container .create-password-container__subtitle {
  font-size: 0.88rem;
  line-height: 1.5;
}

.create-password-container .create-password-container__label {
  font-size: 0.85rem;
  color: #212b36;
}

/* Inputs & Icons */
.create-password-container .create-password-container__input-icon {
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 17px;
  height: 17px;
  stroke: #8b9bb2;
  pointer-events: none;
}

.create-password-container .create-password-container__input {
  padding: 12px 42px 12px 42px;
  font-size: 0.9rem;
  border-color: #e3e8ee;
  border-radius: 8px;
}

.create-password-container .create-password-container__input:focus {
  border-color: #ff7700;
  box-shadow: 0 0 0 3px rgba(255, 119, 0, 0.12);
}

.create-password-container .create-password-container__eye-btn {
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  line-height: 0;
}

.create-password-container .create-password-container__eye-btn svg {
  width: 18px;
  height: 18px;
  stroke: #8b9bb2;
}

/* Requirement Indicators */
.create-password-container .create-password-container__requirements {
  font-size: 0.76rem;
  color: #8c9ba8;
}

.create-password-container .create-password-container__badge-item {
  display: inline-block;
  margin-right: 12px;
}

.create-password-container .create-password-container__badge-item svg {
  width: 15px;
  height: 15px;
  color: #a0aec0;
  margin-right: 3px;
  vertical-align: -2px;
}

/* Submit Button */
.create-password-container .create-password-container__submit-btn {
  padding: 12px 20px;
  background: linear-gradient(180deg, #ff8b13 0%, #f56e00 100%);
  border: none;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(245, 110, 0, 0.25);
  transition: opacity 0.2s;
}

.create-password-container .create-password-container__submit-btn:hover {
  opacity: 0.94;
}

.create-password-container .create-password-container__submit-btn svg {
  width: 16px;
  height: 16px;
  margin-right: 6px;
  transform: rotate(-10deg);
}

/* Divider Line */
.create-password-container .create-password-container__divider::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #eceff3;
}

/* Back Link */
.create-password-container .create-password-container__back-link {
  color: #1865e2;
  font-size: 0.86rem;
}

.create-password-container .create-password-container__back-link svg {
  width: 15px;
  height: 15px;
  margin-right: 4px;
}