.elementor-2021 .elementor-element.elementor-element-3fa717aa{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-2021 .elementor-element.elementor-element-6d2fbd07{font-family:"Roboto", Sans-serif;font-weight:400;}/* Start custom CSS */.page-header {
    display: none;
}

.page-content {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 70vh;
    background-color: transparent;
    color: #000;
}

.wpum-template.wpum-form.wpum-password-recovery-form {
    background: #ffffff;
    box-shadow: 0px 4px 20px rgba(0,0,0,0.1);
    border-radius: 10px;
    padding: 30px;
    max-width: 400px;
    width: 100%;
    text-align: center;
    color: #000;
    display: flex;
    flex-direction: column;
}

.wpum-form fieldset label{
    padding: 10px 0;
}

.wpum-template p {
    order: -2;
    display: block;
    margin-bottom: 20px;
    font-size: 15px;
    font-weight: 400;
}

.wpum-template label {
    display: block;
    margin-bottom: 15px;
    text-align: left;
    color: #000;
}

.wpum-template .input-text {
    width: 100%;
    border-radius: 5px;
    border: 1px solid #ddd;
    padding: 10px;
    margin-top: 15px;
    margin-bottom: 15px;
    box-sizing: border-box;
    color: #000;
}

.wpum-template .button {
    background-color: #ff4d79;
    color: #fff;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 500;
    width: 100%;
    transition: background-color 0.3s ease;
}

.wpum-template .button:hover {
    background-color: #e8436e;
}

.wpum-action-links {
    list-style: none;
    padding: 0;
    margin-top: 20px;
    text-align: center;
    color: #000;
}

.wpum-action-links li {
    margin-bottom: 10px;
    font-size: 14px;
}

.wpum-action-links li a {
    color: #007bff;
    text-decoration: none;
    font-weight: 500;
}

.wpum-action-links li a:hover {
    text-decoration: underline;
}/* End custom CSS */