.elementor-2758 .elementor-element.elementor-element-a92483e{--display:flex;}.elementor-2758 .elementor-element.elementor-element-c11de91{--display:flex;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-2758 .elementor-element.elementor-element-27044b27{--display:flex;}/* Start custom CSS for container, class: .elementor-element-a92483e *//* Remove the z-index property for the covering elements */
.elementor-148 .elementor-element.elementor-element-b57666e {
  z-index: initial; /* Remove the z-index property to prevent covering */
}
/* Reset default margin and padding */
* {
 margin: 0;
 padding: 0;
 box-sizing: border-box;
}

/* Style the login container */
.login-container {
 display: flex;
 flex-direction: column;
 align-items: center;
 justify-content: center;
 height: 100vh;
}

/* Style the image container */
.image-container {
 margin-bottom: 20px; /* Adjust as needed */
}

.image-container img {
 width: 200px; /* Set the width of the image */
 height: auto;
}

/* Style the form container */
.form-container {
 padding: 20px;
 border: 1px solid #e0e0e0;
 border-radius: 5px;
 background-color: #f9f9f9;
 box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
/* Reset default margin and padding */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Style the password reset form */
#swpm-pw-reset-form {
    max-width: 400px;
    margin: 0 auto;
    padding: 20px;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    background-color: #f9f9f9;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

/* Style the email label */
.swpm-pw-reset-email-label {
    font-weight: bold;
}

/* Style the email input field */
.swpm-pw-reset-email-input {
    margin-top: 10px;
}

.swpm-pw-reset-email-input input {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
}

/* Style the submit button */
.swpm-pw-reset-submit {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    border: none;
    border-radius: 5px;
    background-color: #007bff;
    color: #fff;
    cursor: pointer;
    transition: background-color 0.3s;
}

.swpm-pw-reset-submit:hover {
    background-color: #0056b3;
}/* End custom CSS */