/* 
Theme Name: Marsh Fidelity
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Design, Develop, Deliver
Author: Software Development Hub Team
Author URI: https://softdevhub.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

.tml-action .page-content {
    margin: 0 auto !important;
    max-width: 1140px;
}

#wpuf-login-form, .tml-lostpassword{
    width: 250px;
    margin: 0 auto !important;
}

ul.tml-links {
    list-style: none;
    padding: 0;
}

.tml-action #wp-submit, .tml-button {
    background: #22293D;
    color: #fff;
    border-color: #22293D;
}

.tml-action h1.entry-title {
    text-align: center;
}

.tml-action #content {
    width: 350px;
    margin: 50px auto !important;
    border: 3px solid #eee;
    border-radius: 8px;
    padding: 20px 0;
}
p.woocommerce-form-row.woocommerce-form-row--last.form-row.form-row-last {
    width: 100%;
}

form.woocommerce-ResetPassword.lost_reset_password {
    margin: 0 auto;
}