.elementor-593 .elementor-element.elementor-element-babb7c7{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:20px 20px;--row-gap:20px;--column-gap:20px;--margin-top:30px;--margin-bottom:100px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-593 .elementor-element.elementor-element-6899f15{--display:flex;--min-height:850px;--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;--justify-content:center;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0100px;--padding-right:50px;}.elementor-593 .elementor-element.elementor-element-6899f15:not(.elementor-motion-effects-element-type-background), .elementor-593 .elementor-element.elementor-element-6899f15 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://shop.propolishepro.co.id/wp-content/uploads/2026/03/Toska-dan-Hitam-Geometrik-Sederhana-Blank-Page-Dokumen-A4-e1772527701836.webp");background-size:cover;}.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 );color:var( --e-global-color-primary );}.elementor-593 .elementor-element.elementor-element-92a0b96{text-align:end;}.elementor-593 .elementor-element.elementor-element-92a0b96 .elementor-heading-title{font-family:"Outfit", Sans-serif;font-size:72px;font-weight:600;color:var( --e-global-color-astglobalcolor6 );}.elementor-593 .elementor-element.elementor-element-3499643{text-align:end;}.elementor-593 .elementor-element.elementor-element-3499643 .elementor-heading-title{font-family:"Outfit", Sans-serif;font-size:22px;font-weight:500;color:var( --e-global-color-astglobalcolor6 );}.elementor-widget-divider{--divider-color:var( --e-global-color-secondary );}.elementor-widget-divider .elementor-divider__text{color:var( --e-global-color-secondary );font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-divider.elementor-view-stacked .elementor-icon{background-color:var( --e-global-color-secondary );}.elementor-widget-divider.elementor-view-framed .elementor-icon, .elementor-widget-divider.elementor-view-default .elementor-icon{color:var( --e-global-color-secondary );border-color:var( --e-global-color-secondary );}.elementor-widget-divider.elementor-view-framed .elementor-icon, .elementor-widget-divider.elementor-view-default .elementor-icon svg{fill:var( --e-global-color-secondary );}.elementor-593 .elementor-element.elementor-element-c8afb70{--divider-border-style:solid;--divider-color:#000;--divider-border-width:4.8px;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:50px 0px 0px 0px;}.elementor-593 .elementor-element.elementor-element-c8afb70 .elementor-divider-separator{width:15%;margin:0 auto;margin-right:0;}.elementor-593 .elementor-element.elementor-element-c8afb70 .elementor-divider{text-align:right;padding-block-start:15px;padding-block-end:15px;}.elementor-593 .elementor-element.elementor-element-8ebdc9b{text-align:end;}.elementor-593 .elementor-element.elementor-element-8ebdc9b .elementor-heading-title{font-family:"Outfit", Sans-serif;font-size:14px;font-weight:400;color:var( --e-global-color-astglobalcolor6 );}.elementor-593 .elementor-element.elementor-element-71afda5{--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;--justify-content:center;}@media(max-width:1024px){.elementor-593 .elementor-element.elementor-element-6899f15{--padding-top:0px;--padding-bottom:0px;--padding-left:20px;--padding-right:30px;}}@media(min-width:768px){.elementor-593 .elementor-element.elementor-element-6899f15{--width:50%;}.elementor-593 .elementor-element.elementor-element-71afda5{--width:50%;}}/* Start custom CSS for shortcode, class: .elementor-element-307aa09 *//* Container & Form Styling */
.um-form {
    max-width: 450px;
    margin: 0 auto;
    padding: 40px;
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
}

.um-form form {
    width: 100%;
}

/* Row & Column Layout */
.um-row {
    margin: 0 0 24px 0 !important;
}

.um-col-1 {
    width: 100%;
}

/* Field Styling */
.um-field {
    margin-bottom: 20px;
}

.um-field-label label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #2d3748;
    margin-bottom: 8px;
    letter-spacing: 0.3px;
}

/* Input Fields */
.um-form-field {
    width: 100%;
    padding: 14px 16px;
    font-size: 15px;
    color: #2d3748;
    background: #f7fafc;
    border: 2px solid #e2e8f0;
    border-radius: 10px;
    transition: all 0.3s ease;
    outline: none;
    box-sizing: border-box;
}

.um-form-field:focus {
    background: #ffffff;
    border-color: #48bb78;
    box-shadow: 0 0 0 4px rgba(72, 187, 120, 0.1);
}

.um-form-field::placeholder {
    color: #a0aec0;
}

/* Checkbox Styling */
.um-field-checkbox {
    display: flex;
    align-items: center;
    cursor: pointer;
    user-select: none;
}

.um-field-checkbox input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.um-field-checkbox-state {
    width: 20px;
    height: 20px;
    border: 2px solid #cbd5e0;
    border-radius: 5px;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    background: #f7fafc;
}

.um-field-checkbox input[type="checkbox"]:checked + .um-field-checkbox-state {
    background: #48bb78;
    border-color: #48bb78;
}

.um-field-checkbox input[type="checkbox"]:checked + .um-field-checkbox-state i {
    color: #ffffff;
}

.um-field-checkbox-option {
    font-size: 14px;
    color: #4a5568;
}

/* Buttons */
.um-button {
    width: 100%;
    padding: 14px 24px;
    font-size: 15px;
    font-weight: 600;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    box-sizing: border-box;
}

/* Login Button - Hijau Hepro */
.um-button#um-submit-btn,
.um-button:not(.um-alt) {
    background: #48bb78;
    color: #ffffff;
    box-shadow: 0 4px 12px rgba(72, 187, 120, 0.25);
}

.um-button#um-submit-btn:hover,
.um-button:not(.um-alt):hover {
    background: #38a169;
    box-shadow: 0 6px 16px rgba(72, 187, 120, 0.35);
    transform: translateY(-2px);
}

.um-button#um-submit-btn:active,
.um-button:not(.um-alt):active {
    transform: translateY(0);
}

/* Register Button - Outline */
.um-button.um-alt {
    background: transparent;
    color: #48bb78;
    border: 2px solid #48bb78;
}

.um-button.um-alt:hover {
    background: #f0fff4;
    border-color: #38a169;
    color: #38a169;
}

/* Button Layout */
.um-col-alt {
    margin-top: 24px;
}

.um-left.um-half,
.um-right.um-half {
    width: 48%;
    display: inline-block;
    vertical-align: top;
}

.um-left.um-half {
    float: left;
}

.um-right.um-half {
    float: right;
}

/* Forgot Password Link */
.um-col-alt-b {
    text-align: center;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #e2e8f0;
}

.um-link-alt {
    color: #48bb78;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: color 0.3s ease;
}

.um-link-alt:hover {
    color: #38a169;
    text-decoration: underline;
}

/* Hidden Fields */
.um_request_name {
    display: none;
}

/* Clear Fix */
.um-clear {
    clear: both;
}

/* Responsive Design */
@media (max-width: 600px) {
    .um-form {
        padding: 30px 20px;
        border-radius: 12px;
    }
    
    .um-left.um-half,
    .um-right.um-half {
        width: 100%;
        float: none;
        margin-bottom: 12px;
    }
    
    .um-right.um-half {
        margin-bottom: 0;
    }
}

/* Loading State (Optional) */
.um-button:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

/* Error State */
.um-form-field.error {
    border-color: #fc8181;
}

.um-form-field.error:focus {
    box-shadow: 0 0 0 4px rgba(252, 129, 129, 0.1);
}

/* Success State */
.um-form-field.valid {
    border-color: #e2e8f0;
}/* End custom CSS */