.elementor-713 .elementor-element.elementor-element-829cf3e{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-713 .elementor-element.elementor-element-0d8def8{margin:100px 0px calc(var(--kit-widget-spacing, 0px) + 100px) 0px;padding:50px 50px 50px 50px;border-style:solid;border-width:0px 0px 0px 0px;border-color:var( --e-global-color-text );border-radius:10px 10px 10px 10px;box-shadow:0px 0px 14px 0px rgba(0, 0, 0, 0.2);}@media(min-width:768px){.elementor-713 .elementor-element.elementor-element-829cf3e{--content-width:500px;}}/* Start custom CSS for shortcode, class: .elementor-element-0d8def8 *//* Password Reset Form Container */
.custom-password-reset {
    max-width: 400px;
    margin: 0 auto;
}

/* Form Styling */
.custom-password-reset form {
    width: 100%;
}

/* Field Group */
.custom-password-reset p {
    margin-bottom: 20px;
}

/* Label Styling */
.custom-password-reset label {
    display: block;
    font-weight: 600;
    color: #2c3e50;
    font-size: 0.9rem;
    margin-bottom: 6px;
}

/* Input Field */
.custom-password-reset input[type="text"],
.custom-password-reset input[type="email"] {
    width: 100%;
    padding: 12px 14px;
    border: 2px solid #e9ecef;
    border-radius: 6px;
    font-size: 15px;
    transition: all 0.3s ease;
    box-sizing: border-box;
    background: #F8F9FA;
}


/* Input Focus State */
.custom-password-reset input[type="text"]:focus,
.custom-password-reset input[type="email"]:focus {
    outline: none;
    border-color: #ff6b00;
    box-shadow: 0 0 0 3px rgba(255, 107, 0, 0.1);
}

/* Submit Button */
.custom-password-reset input[type="submit"] {
    background: #ff6b00;
    color: white;
    border: none;
    padding: 14px 20px;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 600;
    width: 100%;
    cursor: pointer;
    transition: background 0.3s ease;
}

/* Button Hover State */
.custom-password-reset input[type="submit"]:hover {
    background: #e55a00;
}

/* Success Message */
.custom-password-reset .success-message {
    background: #d4edda;
    color: #155724;
    padding: 12px 16px;
    border: 1px solid #c3e6cb;
    border-radius: 6px;
    font-size: 15px;
    text-align: center;
    margin-bottom: 20px;
}

/* Error Message (if needed) */
.custom-password-reset .error-message {
    background: #f8d7da;
    color: #721c24;
    padding: 12px 16px;
    border: 1px solid #f5c6cb;
    border-radius: 6px;
    font-size: 15px;
    text-align: center;
    margin-bottom: 20px;
}/* End custom CSS */