.forgot-code-inputs {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.forgot-code-box {
  width: 52px;
  height: 52px;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  padding: 0;
}

.forgot-code-box.filled {
  background-color: #f8f9fa;
}

.forgot-code-box.error {
  border-color: #dc3545;
  background-color: #fff5f5;
}

.forgot-code-box:focus {
  box-shadow: 0 0 0 .2rem rgba(4, 32, 95, 0.15);
  border-color: #04205F;
}

#forgot-resend-link.disabled {
  pointer-events: none;
  opacity: .55;
  text-decoration: none;
}

.forgot-password-input {
  width: 100%;
}

.password-wrapper {
  position: relative;
  width: 100%;
}

/* .password-wrapper input[type="password"],
.password-wrapper input[type="text"] {
  padding-right: 44px;
} */

.password-toggle {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background: transparent;
  padding: 6px;
  cursor: pointer;
  color: #6c757d;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.password-toggle:focus { outline: none; }

.password-toggle i { pointer-events: none; }

/* .password-wrapper input::-ms-clear,
.password-wrapper input::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

.password-wrapper input::-webkit-textfield-decoration-container {
  display: none !important;
} */

@media (max-width: 576px) {
  .forgot-code-box {
    width: 46px;
    height: 46px;
    font-size: 20px;
  }
  .forgot-code-inputs {
    gap: 8px;
  }
}
