/**
Theme Name: Holiday Writers Club Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful 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: holiday-writers-club-child
Template: astra
*/

/* Holiday Writers Club - Login page cleanup */
.page-id-186 .entry-content > *,
.page-id-186 .pmpro_login_wrap,
.page-id-186 .pmpro,
.page-id-186 .pmpro form,
.page-id-186 form.pmpro_form,
.page-id-186 .pmpro_card,
.page-id-186 .pmpro_form_wrap {
    max-width: 460px !important;
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.page-id-186 .pmpro_login_wrap form,
.page-id-186 .pmpro form,
.page-id-186 form.pmpro_form {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.page-id-186 .pmpro_field,
.page-id-186 .pmpro_asterisk,
.page-id-186 .pmpro_actions-nav,
.page-id-186 .pmpro_actionlinks,
.page-id-186 p {
    max-width: 460px !important;
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.page-id-186 .pmpro input[type="text"],
.page-id-186 .pmpro input[type="email"],
.page-id-186 .pmpro input[type="password"],
.page-id-186 .pmpro input[type="submit"],
.page-id-186 .pmpro button,
.page-id-186 .pmpro .pmpro_btn {
    max-width: 460px !important;
    width: 100% !important;
    box-sizing: border-box !important;
    margin-left: auto !important;
    margin-right: auto !important;
    display: block !important;
}

.page-id-186 .pmpro .pmpro_btn,
.page-id-186 .pmpro input[type="submit"] {
    text-align: center !important;
}

.page-id-186 .pmpro_field-password-toggle {
    max-width: 460px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

/* Holiday Writers Club custom login width */
.hwc-login-box {
    max-width: 460px;
    margin: 0 auto;
}

.hwc-login-box .pmpro,
.hwc-login-box form,
.hwc-login-box .pmpro_login_wrap,
.hwc-login-box .pmpro_card,
.hwc-login-box .pmpro_form_wrap,
.hwc-login-box .pmpro_actionlinks,
.hwc-login-box p {
    max-width: 460px !important;
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box !important;
}

.hwc-login-box input[type="text"],
.hwc-login-box input[type="email"],
.hwc-login-box input[type="password"],
.hwc-login-box input[type="submit"],
.hwc-login-box button,
.hwc-login-box .pmpro_btn {
    width: 100% !important;
    max-width: 460px !important;
    box-sizing: border-box !important;
}

.hwc-login-box .pmpro_btn,
.hwc-login-box input[type="submit"] {
    display: block;
    margin-left: auto !important;
    margin-right: auto !important;
}

.hwc-login-box .hwc-login-join {
    margin-top: 18px;
}

/* Hide PMPro's built-in lost password link on the login page */
.page-id-186 .pmpro_actionlinks {
    display: none !important;
}

/* Hide the wrong PMPro lost-password link on the Login page */
.page-id-186 a[href*="action=reset_pass"] {
    display: none !important;
}

/* WordPress lost password page cleanup */
body.login div#login {
    width: 460px;
    max-width: 90%;
}

body.login form#lostpasswordform,
body.login form {
    width: 100%;
    box-sizing: border-box;
}

body.login .message,
body.login .notice,
body.login #login_error {
    width: 100%;
    box-sizing: border-box;
}

body.login .button.button-primary,
body.login input[type="submit"] {
    min-width: 200px;
}

/* Holiday Writers Club - lost password page polish */
body.login .button.button-primary,
body.login input[type="submit"] {
    background: #7a1826 !important;
    border-color: #7a1826 !important;
    box-shadow: none !important;
    text-shadow: none !important;
}

body.login .button.button-primary:hover,
body.login input[type="submit"]:hover {
    background: #65131f !important;
    border-color: #65131f !important;
}

body.login #nav,
body.login #backtoblog {
    margin-top: 18px;
}

body.login #backtoblog {
    display: none;
}