.elementor-221 .elementor-element.elementor-element-a7e468f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}@media(min-width:768px){.elementor-221 .elementor-element.elementor-element-a7e468f{--content-width:25%;}}/* Start custom CSS for html, class: .elementor-element-24cab58 */.my-change-form {
  width: 100%;
  margin: 20px auto;
  font-family: sans-serif;
}

.my-change-group {
  position: relative;
  margin-bottom: 20px;
}

.my-change-group input {
  width: 100%;
  padding: 18px 12px 15px 12px;
  font-size: 16px;
  border: 1.5px solid #ccc;
  border-radius: 8px;
  outline: none;
  background: none;
  transition: border-color 0.2s;
}

.my-change-group input:focus,
.my-change-group input.focus {
  border-color: #000;
}

.my-change-group input.invalid {
  border-color: #d32f2f !important;
}

.my-change-group input::placeholder {
  color: transparent;
}

.my-change-group label {
  position: absolute;
  left: 12px;
  top: 21px;
  color: #888;
  font-size: 16px;
  pointer-events: none;
  background: transparent;
  transition: 0.2s;
  padding: 0 4px;
  z-index: 1;
}

/* Floating label: black on focus or when input has content */
.my-change-group input:focus + label,
.my-change-group input.focus + label,
.my-change-group input:not(:placeholder-shown) + label {
  top: -10px;
  left: 8px;
  font-size: 13px;
  background: #fff;
  color: #000;
}

/* Red label for invalid password, always takes priority */
.my-change-group input.invalid + label,
.my-change-group label.invalid-label {
  color: #d32f2f !important;
}

.my-toggle-changepw {
  position: absolute;
  right: 17px;
  top: 18px;
  cursor: pointer;
  display: flex;
  align-items: center;
  height: 22px;
  width: 20px;
  justify-content: center;
  z-index: 2;
  background: transparent;
  pointer-events: auto;
  border: none;
  padding: 0;
}

.my-toggle-changepw svg {
  display: block;
  pointer-events: none;
}

.change-password-requirements {
  border: 1px solid #ccc;
  border-radius: 6px;
  background: #fff;
  padding: 12px 16px;
  margin-top: 10px;
  font-size: 15px;
  color: #222;
}

.change-password-requirements ul {
  margin: 8px 0 0 0;
  padding-left: 20px;
}

.change-password-requirements li {
  margin-bottom: 4px;
  list-style: disc;
}

/* Only show checkmark when needed, don't reserve space */
.change-password-requirements .pw-check {
  color: green;
  font-weight: bold;
  margin-right: 4px;
  display: none;
}

/* Change Password button styles */
.my-change-btn {
  width: 100%;
  padding: 16px 0;
  background: #181818;
  color: #fff;
  border: none;
  border-radius: 999px;
  font-size: 18px;
  font-family: inherit;
  cursor: pointer;
  margin-top: 8px;
  transition: background 0.2s;
}

.my-change-btn:hover,
.my-change-btn:focus {
  background: #333;
  outline: none;
}/* End custom CSS */