<!doctype html>  
    <body style="background-color:#e2e1e0;font-family: Open Sans, sans-serif;font-size:100%;font-weight:400;line-height:1.4;color:#000;">
        <table style=" max-width: 670px;margin:50px auto 10px;background-color:#fff;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);-moz-box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24); line-height: 25px;">
            
        <tr>
            <td colspan="3">
                
                <table style="padding:20px 30px;padding: 20px 30px;background: #fff;width: 100%;padding: 115px auto 0;">
                    <tbody>
                        <tr style="padding: 20px 0;text-align: center;">
                            <td><img src="<?= base_url(); ?>common_assets/<?= $school_info['color_logo']; ?>"></td>
                        </tr>
                        <tr style="text-align: center;">
                            <td><img src="<?= base_url(); ?>assets_admin/images/mail-image.png" style="margin-top: 20px"></td>
                        </tr>
                        <tr>
                            <td style="font-weight: 800;font-size: 22px;"> Reset Password</td>
                        </tr>
                        <tr>
                            <td style="padding-top: 20px;font-weight: 500;font-size: 16px;"> Dear <?= $teachername; ?>,</td>
                        </tr>
                        <tr>
                            <td>
                                <p style="font-weight: 400;font-size: 16px;">A Request has been received to change the password for your <?= (!empty($school_info['school_name'])) ? $school_info['school_name']:''; ?> Teacher Account</p>                                 
                            </td>
                        </tr>
                        <tr>
                            <td>
                                <p class="email-temp" style="font-size: 14px; font-weight: 400; margin: 2% 0 0% 0;">Best Regards,</p>
                                <p class="email-temp" style="font-size: 14px; font-weight: 400; margin: 0% 0 3% 0;">Team <?= (!empty($school_info['school_name'])) ? $school_info['school_name']:''; ?></p>
                            </td>
                        </tr>
                        <tr style="text-align: center;">
                            <td>
                                <a href="<?php echo $reset_link?>" target="_blank" style="color: #ffffff; text-decoration: none;">
                                    <span class="email-temp" style="padding: 1% 2%; border-radius: 4px;border: none; color: #fff;font-weight: 500;font-size: 16px;background-color: #032DA1;  cursor:pointer;">Password Reset Link</span>
                                </a>
                            </td>
                        </tr>
                        
                        
                    </tbody> 
                </table> 
            </td>
        </tr>
        <tr>
            <td colspan="3">
                <table style="width: 100%;background: #fff;color: #032DA1;padding:10px 20px">
                    <tr style="text-align: center;">
                        <td colspan="2">
                            <ul style="list-style-type: none;padding: 0;">
                                <li style="margin-bottom: 4px;">
                                    <a href="<?= (!empty($school_info['website_link'])) ? $school_info['website_link']:''; ?>" style="color: #032DA1;text-decoration: none;font-size: 14px;">
                                        <img src="<?= base_url(); ?>assets_admin/images/mail-globe.png" style="width: 20px;margin-right: 10px;vertical-align: middle;"><?= (!empty($school_info['website_link'])) ? $school_info['website_link']:''; ?></a>
                                    </li>
                                    </ul>
                                </td>
                                <td colspan="2">
                                    <ul style="list-style-type: none;padding: 0;">
                                            <li style="margin-bottom: 4px;">
                                                <a href="mailto:<?= (!empty($school_info['email'])) ? $school_info['email']:''; ?>" style="color: #032DA1;text-decoration: none;font-size: 14px;">
                                                    <img src="<?= base_url(); ?>assets_admin/images/mail-envelope.png" style="width: 20px;margin-right: 10px;vertical-align: middle;"><?= (!empty($school_info['email'])) ? $school_info['email']:''; ?></a>
                                                </li>
                                            </ul>
                                        </td>
                                    </tr>
                                </table>
                            </td>
                        </tr>  
    </table> 
   </body>
</html>