/* Align lost password button to the left under the input box */
.woocommerce-ResetPassword {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
}

.woocommerce-ResetPassword .form-row {
    width: 100% !important;
    clear: both !important;
}

.woocommerce-ResetPassword button.button {
    float: none !important;
    margin-left: 0 !important;
    margin-right: auto !important;
    display: block !important;
}

/* Hide the top redundant "Contraseña perdida" page title banner */
.lost_reset_password header.entry-header,
.lost_reset_password h1.entry-title,
.lost_reset_password .page-header {
    display: none !important;
}
