/*!
Theme Name: Outgrid Child
Theme URI: https://uicore.co
Description: Multi-Purpose Elementor WordPress Theme
Author: UiCore
Author URI: https://uicore.co
Template: outgrid
Version: 1.0.0
Text Domain: outgrid
*/

 /* Add your custom style here */

/* RESET PASSWORD PAGE */
/*************************************************************/
body.login-action-lostpassword {
    font-size: 1.20em;
}
    body.login-action-lostpassword #login
    {
        width: 500px;
    }

        body.login-action-lostpassword #login label {
            font-size: 1.10em;
        }
        body.login-action-lostpassword #login input[type=submit] {
            font-size: 1.10em;
        }
            body.login-action-lostpassword #login input[type=submit]:focus {
                box-shadow: none;
            }
        body.login-action-lostpassword #login input[type=text] {
            padding: 10px;
        }
            body.login-action-lostpassword #login input[type=text]:focus {
                border-color: #f04961;
                box-shadow: none;
            }
        body.login-action-lostpassword #login h1 a
        {
            background-image: url(/wp-content/uploads/2024/11/MESTOS.png);
            background-size: contain;
            background-repeat: no-repeat;
            margin: 30px;
            width: auto;
        }
    body.login-action-lostpassword .privacy-policy-page-link,
    body.login-action-lostpassword #backtoblog,
    body.login-action-lostpassword #nav
    {
        display: none;
    }
    body.login-action-lostpassword #wp-submit
    {
        background-color: #f04961;
        border: none;
    }
    body.login-action-lostpassword div.notice.notice-info.message
    {
        border: none;
        background: transparent;
        box-shadow: none;
    }
    body.login-action-lostpassword #login_error
    {
        border-left-color: #f04961;
    }
/*************************************************************/