.elementor-117 .elementor-element.elementor-element-8d03cc4{--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 );}/* Start custom CSS */body .woocommerce-ResetPassword.lost_reset_password {
  text-align: center;
  font-size: 20px;
}
body .woocommerce-ResetPassword.lost_reset_password .woocommerce-Button.button {
    padding: 15px 20px;
    color: #fff;
    border-radius: 10px;
        font-weight: 400;
}
body .woocommerce-ResetPassword.lost_reset_password .woocommerce-Button.button:hover{background: #000;}
body.woocommerce-lost-password .woocommerce form .form-row .input-text, body.woocommerce-lost-password .woocommerce form .form-row select{
        border: 0;
    height: 50px;
    border-radius: 10px;
}

.woocommerce-lost-password .woocommerce form .form-row {
    padding: 3px;
    margin: 0 auto;
    float: none;
        width: 70%;
}
body .woocommerce-ResetPassword.lost_reset_password {
    padding: 50px;
        max-width: 900px;
    margin: 50px auto;
    /* display: flex; */
    align-content: center;
    align-items: center;
    background-color: #eee;
    text-align: center;
}

@media (max-width: 767px) {
    body .woocommerce-ResetPassword.lost_reset_password{
        padding: 40px 20px;}
.woocommerce-lost-password .woocommerce form .form-row{
        width: 99%;}
}/* End custom CSS */