.elementor-8 .elementor-element.elementor-element-45d1a2ba{--display:flex;}/* 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;
    background-color: #000;
    border-radius: 10px;
        font-weight: 400;
}
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 */