.elementor-616 .elementor-element.elementor-element-53c46a8{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-616 .elementor-element.elementor-element-e0d9beb{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + -16px) 0px;text-align:center;}.elementor-616 .elementor-element.elementor-element-e0d9beb .elementor-heading-title{font-family:"Roboto", Sans-serif;font-size:35px;font-weight:bold;color:#C8102E;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}/* Start custom CSS for shortcode, class: .elementor-element-0b8afeb *//* White box that auto-sizes to the login form */
.login-box {
    background: #ffffff;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 4px 18px rgba(0,0,0,0.08);
    width: fit-content;
    max-width: 100%;
    margin: 60px auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Heading in construction red */
.login-box h1,
.login-box .elementor-heading-title {
    color: #C8102E;
    text-align: center;
    margin-bottom: 25px;
}

/* Login button in construction red */
.login-box .wpum-button {
    background: #C8102E !important;
    border-radius: 6px;
    padding: 14px;
    font-weight: 600;
    font-size: 16px;
    width: 100%;
    color: #fff !important;
}

.login-box .wpum-button:hover {
    background: #A50D26 !important;
}

/* Links under the form */
.login-box .login-link {
    display: block;
    text-align: center;
    margin-top: 12px;
    font-size: 14px;
    color: #005eff;
    text-decoration: none;
    font-weight: 500;
}

/* Divider */
.login-box .login-divider {
    width: 100%;
    height: 1px;
    background: #e5e5e5;
    margin: 22px 0 18px;
}

/* Create Contractor Account — narrower */
.login-box .login-secondary {
    display: inline-block;
    padding: 10px 20px;
    background: #f5f5f5;
    border-radius: 6px;
    font-weight: 600;
    color: #333;
    text-decoration: none;
    margin-top: 10px;
    font-size: 14px;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-53c46a8 *//* White box that automatically matches the width of the form */
.login-box {
    background: #ffffff;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 4px 18px rgba(0,0,0,0.08);
    width: fit-content;
    max-width: 100%;
    margin: 60px auto;
}

/* Make the box center itself even when fit-content shrinks it */
.login-box {
    display: flex;
    flex-direction: column;
    align-items: center;
}/* End custom CSS */
/* Start custom CSS *//* ============================
   AUTH PAGES (LOGIN + SIGNUP)
   ============================ */

.cp-auth {
    font-family: 'Inter', sans-serif;
    padding: 80px 20px;
    display: flex;
    justify-content: center;
    background: linear-gradient(135deg, #F7F7F7 0%, #ECECEC 100%);
}

.cp-auth-box {
    background: #FFF;
    padding: 40px;
    width: 420px;
    border-radius: 12px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.08);
    text-align: center;
}

.cp-auth-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 42px;
    font-weight: 700;
    color: #C8102E;
    margin-bottom: 25px;
}

.cp-auth-form .cp-field {
    text-align: left;
    margin-bottom: 20px;
}

.cp-auth-form label {
    font-weight: 600;
    margin-bottom: 6px;
    display: block;
}

.cp-auth-form input {
    width: 100%;
    padding: 14px;
    border: 1px solid #D9D9D9;
    border-radius: 6px;
    font-size: 16px;
}

.cp-auth-btn {
    width: 100%;
    background: #C8102E;
    color: #FFF;
    padding: 14px;
    border-radius: 6px;
    font-weight: 600;
    margin-top: 10px;
}

.cp-auth-btn:hover {
    background: #A50D25;
}

.cp-auth-link {
    display: block;
    margin-top: 12px;
    color: #C8102E;
    font-weight: 600;
    text-decoration: none;
}

.cp-auth-divider {
    height: 1px;
    background: #E5E5E5;
    margin: 25px 0;
}

.cp-auth-secondary {
    display: block;
    background: #FFF;
    border: 2px solid #C8102E;
    color: #C8102E;
    padding: 12px;
    border-radius: 6px;
    font-weight: 600;
}

.cp-auth-secondary:hover {
    background: #C8102E;
    color: #FFF;
}/* End custom CSS */