.elementor-1611 .elementor-element.elementor-element-1140cb40{--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 );}:root{--page-title-display:none;}/* Start custom CSS for container, class: .elementor-element-1140cb40 *//* Forgot Password Card */
.ld-registration__heading{
    color: #000;
}

.ld-registration__forgot-password-container{
    max-width:700px;
    margin:60px auto !important;
    padding:45px !important;
    background:#fff;
    border:1px solid #E8EEF5;
    border-radius:24px;
    box-shadow:0 20px 60px rgba(15,23,42,.08);
}

/* Heading */
.ld-registration__forgot-password-container h1{
    font-size:48px;
    font-weight:700;
    color:#000;
    margin-bottom:35px;
}

/* Label */
.ld-registration__forgot-password-container label{
    display:block;
    font-size:17px;
    font-weight:400;
    color:#F2F2F;
    margin-bottom:10px;
}

/* Input */
.ld-registration__forgot-password-container input[type="text"],
.ld-registration__forgot-password-container input[type="email"]{
    width:100%;
    height:58px;
    border:1px solid #D8E3EE;
    border-radius:10px;
    background:#F8FBFD;
    padding:0 20px;
    margin-bottom:30px;
    transition:.3s;
}
.ld-form .ld-form__field:active, .ld-form .ld-form__field:focus {
    border-color: #e2e7ed;
    box-shadow: inset 0 0 0 2px #e2e7ed;
    outline: 0;
}

.ld-registration__forgot-password-container input:focus{
    outline:none;
    border-color:#d8e3ee;
    box-shadow:0 0 0 4px rgba(34,166,163,.12);
}

/* Button */
.ld-registration__forgot-password-container input[type="submit"],
.ld-registration__forgot-password-container button{
    width:100%;
    height:58px;
    background:#22A6A3;
    color:#fff;
    border:none;
    border-radius:999px;
    font-size:18px;
    font-weight:600;
    cursor:pointer;
    transition:.3s;
}

.ld-registration__forgot-password-container input[type="submit"]:hover{
    background:#1C8D8A;
}
/* ===========================
   Mobile Responsive
=========================== */

@media (max-width: 767px){

    .ld-registration__forgot-password-container{
        margin: 30px 15px !important;
        padding: 30px 24px !important;
        border-radius: 20px;
    }

    .ld-registration__forgot-password-container h1{
        font-size: 20px;
        line-height: 1.2;
        margin-bottom: 25px;
    }

    .ld-registration__forgot-password-container label{
        font-size: 15px;
        margin-bottom: 8px;
    }

    .ld-registration__forgot-password-container input[type="text"],
    .ld-registration__forgot-password-container input[type="email"],
    .ld-registration__forgot-password-container input[type="password"]{
        height: 50px;
        font-size: 15px;
        padding: 0 16px;
        margin-bottom: 24px;
    }

    .ld-registration__forgot-password-container input[type="submit"],
    .ld-registration__forgot-password-container button{
        height: 52px;
        font-size: 15px;
        font-weight: 600;
    }

}/* End custom CSS */