/*
Theme Name: Americ Child
Theme URI: http://demo.bravisthemes.com/americ
Author: Bravis-Themes
Author URI: https://themeforest.net/user/bravis-themes
Description: Americ is a beautifully handcrafted, pixel perfect business consulting WordPress Theme based on Elementor Page Builder & designed with great attention to details, flexibility and performance. Americ has stunning styles and elements to help you make a professional website in no time.
Version: 1.0.0
License: ThemeForest
License URI: https://themeforest.net/licenses
Template: americ
Text Domain: americ-child
Tags: accountant, advertising, agency, business, company, consulting, corporate, creative, finance, financial, insurance, marketing, elementor, seo, startup
*/

/* ==========================================================================
   1. REGISTRATION CARD BOX: CENTER & FRAME
   ========================================================================== */
.page-id-7196 #wppb-register-form,
.page-id-7196 .wppb-user-forms,
#wppb-register-form {
    max-width: 550px !important;
    margin: 60px auto !important;
    padding: 45px 35px !important;
    background: #ffffff !important;
    border-radius: 12px !important;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.08) !important;
    box-sizing: border-box !important;
}

/* Hide unneeded default subheadings inside the card area */
#wppb-register-form h3,
#wppb-register-form .wppb-heading-node {
    display: none !important;
}

/* ==========================================================================
   2. FIELDS & INPUT ALIGNMENT
   ========================================================================== */
#wppb-register-form ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

#wppb-register-form ul li {
    margin-bottom: 20px !important;
    text-align: left !important;
}

#wppb-register-form ul li label {
    font-weight: 500 !important;
    color: #2d3748 !important;
    display: block !important;
    margin-bottom: 6px !important;
    font-size: 14px !important;
}

#wppb-register-form ul li input[type="text"],
#wppb-register-form ul li input[type="email"],
#wppb-register-form ul li input[type="password"] {
    width: 100% !important;
    padding: 12px !important;
    border: 1px solid #cbd5e1 !important;
    border-radius: 6px !important;
    box-sizing: border-box !important;
    background-color: #ffffff !important;
    font-size: 15px !important;
    color: #333333 !important;
}

/* ==========================================================================
   3. SUBMIT BUTTON STYLING
   ========================================================================== */
.wppb-form-field.wppb-submit-class {
    margin-top: 25px !important;
}

#wppb-submit,
input[name="register"] {
    width: 100% !important;
    background: #111111 !important;
    color: #ffffff !important;
    padding: 14px !important;
    border: none !important;
    border-radius: 6px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    font-size: 16px !important;
    transition: background 0.2s ease !important;
}

#wppb-submit:hover {
    background: #333333 !important;
}

/* ==========================================================================
   4. GOOGLE SIGN-UP COMPONENT DESIGN
   ========================================================================== */
.page-id-7196 .nsl-container,
.page-id-7196 .nsl-container-buttons {
    width: 100% !important;
    margin-top: 25px !important;
    border-top: 1px dashed #e2e8f0 !important;
    padding-top: 20px !important;
    display: flex !important;
    justify-content: center !important;
}