.elementor-213 .elementor-element.elementor-element-b46f277{--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-213 .elementor-element.elementor-element-b46f277{--content-width:22%;}}/* Start custom CSS for html, class: .elementor-element-17f104a */.my-forget-form {
  width: 100%;
  margin: 20px auto;
  font-family: sans-serif;
}

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

.my-forget-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-forget-group input:focus,
.my-forget-group input.focus {
  border-color: #000;
}

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

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

.my-forget-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-forget-group input:focus + label,
.my-forget-group input.focus + label,
.my-forget-group input:not(:placeholder-shown) + label {
  top: -10px;
  left: 8px;
  font-size: 13px;
  background: #fff;
  color: #000;
}

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

/* Send Reset Link button styles */
.my-forget-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-forget-btn:hover,
.my-forget-btn:focus {
  background: #333;
  outline: none;
}/* End custom CSS */