.elementor-136 .elementor-element.elementor-element-85b0381{--display:flex;--min-height:100vh;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;}.elementor-136 .elementor-element.elementor-element-85b0381:not(.elementor-motion-effects-element-type-background), .elementor-136 .elementor-element.elementor-element-85b0381 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F9FAFB;}.elementor-136 .elementor-element.elementor-element-a3c14c8{width:100%;max-width:100%;}@media(max-width:767px){.elementor-136 .elementor-element.elementor-element-85b0381{--content-width:90%;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:50px;--padding-bottom:50px;--padding-left:0px;--padding-right:0px;}.elementor-136 .elementor-element.elementor-element-a3c14c8{width:100%;max-width:100%;}}/* Start custom CSS for shortcode, class: .elementor-element-a3c14c8 */.cd-auth-wrap { min-height: 80vh; display: flex; align-items: center; justify-content: center; background: #f9f9f7; font-family: 'Urbanist', sans-serif; padding: 20px; }
        .cd-auth-card { width: 100%; background: #fff; padding: 40px 32px; border-radius: 24px; box-shadow: 0 12px 40px rgba(0,0,0,0.06); animation: cdFadeUp 0.4s ease; border: 1px solid rgba(0,0,0,0.03); }
        .cd-auth-logo { width: 150px; margin: 0 auto 30px; display: block; filter: drop-shadow(0 4px 10px rgba(0,0,0,0.05)); }
        
        .cd-auth-header { text-align: center; margin-bottom: 28px; }
        .cd-auth-header h2 { margin: 0 0 8px 0; font-size: 26px; font-weight: 700; color: #1a1a1a; letter-spacing: -0.02em;}
        .cd-auth-header p { margin: 0; font-size: 15px; color: #666; line-height: 1.5; }

        .cd-progress-bar { display: flex; align-items: center; justify-content: center; gap: 10px; margin-bottom: 30px; }
        .cd-step { font-size: 13px; font-weight: 700; color: #9ca3af; padding: 6px 12px; border-radius: 99px; background: #f3f4f6; transition: 0.3s; }
        .cd-step.active { background: #f0fdf4; color: #00c206; border: 1px solid #dcfce7; }
        .cd-step-line { width: 40px; height: 2px; background: #e5e7eb; }

        .cd-step-content { display: none; animation: cdFadeUp 0.3s ease; }
        .cd-step-content.active { display: block; }

        .cd-auth-form { display: flex; flex-direction: column; gap: 16px; }
        .cd-form-grid { display: flex; flex-wrap: wrap; gap: 16px; }
        
        .cd-input-group { display: flex; flex-direction: column; gap: 6px; }
        .cd-input-group.full { width: 100%; }
        .cd-input-group.half { width: calc(50% - 8px); }
        .cd-input-group label { font-size: 13px; font-weight: 700; color: #4b5563; margin-left: 4px; }
        
        .cd-input-with-icon { position: relative; display: flex; align-items: center; }
        .cd-input-with-icon i { position: absolute; left: 16px; font-size: 18px; color: #9ca3af; transition: 0.2s; }
        .cd-input-with-icon i.cd-toggle-pass { left: auto; right: 16px; cursor: pointer; color: #6b7280; }
        .cd-input-with-icon i.cd-toggle-pass:hover { color: #1a1a1a; }
        
        .cd-input-with-icon input, .cd-input-clean { width: 100%; padding: 16px 20px; border-radius: 16px; border: 2px solid #f3f4f6; font-family: 'Urbanist', sans-serif; font-size: 15px; color: #1a1a1a; transition: all 0.2s; background: #f9fafb; outline: none; font-weight: 500;}
        .cd-input-with-icon input { padding-left: 44px; }
        
        .cd-input-with-icon input:focus, .cd-input-clean:focus { border-color: #00c206; background: #fff; box-shadow: 0 4px 16px rgba(0, 194, 6, 0.12); }
        .cd-input-with-icon input:focus ~ i:not(.cd-toggle-pass) { color: #00c206; }

        .cd-error-msg { font-size: 13px; font-weight: 600; text-align: center; min-height: 18px; margin-top: 10px;}
        
        .cd-btn-primary { width: 100%; background: #00c206; color: #fff; border: none; padding: 18px; border-radius: 16px; font-size: 16px; font-weight: 700; cursor: pointer; transition: 0.2s; font-family: 'Urbanist', sans-serif; display: flex; align-items: center; justify-content: center; gap: 10px; margin-top: 10px;}
        .cd-btn-primary:hover { background: #009904; transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0, 194, 6, 0.25); }
        .cd-btn-primary:active { transform: scale(0.98); }
        .cd-btn-primary.loading { opacity: 0.7; pointer-events: none; }
        
        .cd-btn-secondary { background: #f3f4f6; color: #4b5563; border: none; padding: 16px; border-radius: 16px; font-size: 15px; font-weight: 700; cursor: pointer; transition: 0.2s; font-family: 'Urbanist', sans-serif; display: flex; align-items: center; justify-content: center; gap: 8px; width: 120px; flex-shrink: 0;}
        .cd-btn-secondary:hover { background: #e5e7eb; color: #1a1a1a; }

        .cd-auth-footer { text-align: center; margin-top: 24px; font-size: 14px; color: #666; }
        .cd-link-bold { color: #00c206; font-weight: 700; text-decoration: none; }
        .cd-link-bold:hover { text-decoration: underline; }

        @keyframes cdFadeUp { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }

        @media (max-width: 480px) {
            .cd-auth-wrap { padding: 15px; align-items: flex-start; padding-top: 40px; } 
            .cd-auth-card { padding: 30px 20px; border-radius: 20px; }
            .cd-auth-logo { width: 130px; margin-bottom: 24px; }
            .cd-auth-header h2 { font-size: 24px; }
            .cd-input-group.half { width: 100%; }
            .cd-input-with-icon input, .cd-input-clean { padding: 14px 20px; font-size: 15px; border-radius: 14px;}
            .cd-input-with-icon input { padding-left: 40px; }
            .cd-btn-primary { padding: 16px; font-size: 15px; border-radius: 14px;}
        }/* End custom CSS */