/**
Theme Name: Aghadi Infotech Theme
Author: Aghadi Infotech
Author URI: https://aghadiinfotech.com/
Description: Aghadi Infotech theme extending Astra Theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: aghadi-infotech-theme
Template: astra
*/

.tml.tml-lostpassword {
    max-width: 520px;
    margin: 18px auto 10px;
    background: var(--card);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    padding: 28px;
}

.tml-action-lostpassword header.entry-header .entry-title {
    text-align: center;
}
.tml-field-wrap.tml-submit-wrap button[type="submit"] {
    background: #0f172a;
    color: #fff;
    border-color: #0f172a;
    border-radius: 40px;
} 
.tml-action-resetpass header.entry-header .entry-title {
    text-align: center;
}
.tml.tml-resetpass {
    max-width: 520px;
    margin: 18px auto 10px;
    background: var(--card);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    padding: 28px;
}


