.elementor-654 .elementor-element.elementor-element-110c1801{--display:flex;}.elementor-654 .elementor-element.elementor-element-584340d{--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-654 .elementor-element.elementor-element-a453b1a{--display:flex;}.elementor-654 .elementor-element.elementor-element-d5ebb5f{--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-654 .elementor-element.elementor-element-163d23e{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for shortcode, class: .elementor-element-6c3ea467 *//* ===== MAIN FORM CONTAINER ===== */
.um.um-register {
    background: #ffffff;
    padding: 40px 30px;
    border-radius: 15px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

/* ===== WELCOME HEADING ===== */
.um.um-register:before {
    content: "Welcome Investor in Fundamentum";
    display: block;
    font-size: 32px;
    font-weight: 700;
    color: #7061ab;
    font-family: 'Segoe UI', 'Poppins', sans-serif;
    margin-bottom: 50px;
    text-align: center;
}

/* ===== 2-COLUMN FLEX LAYOUT WITH EQUAL SPACING ===== */
.um-form .um-row._um_row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    column-gap: 4%;
}


/* Force full width for LinkedIn and Geographic Preference */
.um-form .um-field[data-key="linkedin"],
.um-form .um-field[data-key="geographic_preference"] {
    width: 100%;
}

/* ===== FIELD SPACING ===== */
.um-form .um-field {
    margin-bottom: 25px !important;
}

/* ===== LABEL COLORS ===== */
.um-form .um-field-label {
    color: #046791 !important;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 6px;
}

/* ===== INPUT STYLING ===== */
.um-form input[type="text"],
.um-form input[type="email"],
.um-form input[type="password"],
.um-form input[type="url"],
.um-form input[type="number"],
.um-form select,
.um-form textarea {
    background: #fff;
    border: 1px solid #ccc;
    padding: 12px;
    font-size: 14px;
    border-radius: 8px;
    width: 100%;
    color: #333;
}

/* ===== RADIO BUTTON FIX (HORIZONTAL + ALIGNMENT) ===== */
.um-field-radio .um-field-area {
    display: flex;
    gap: 20px;
    align-items: center;
    flex-wrap: nowrap;
}
.um-field-radio .um-field-label {
    white-space: nowrap;
    margin-right: 10px;
}
.um-field-radio .um-field-radio-option {
    display: flex;
    align-items: center;
    gap: 5px;
    white-space: nowrap;
}

/* ===== ICON STYLE ===== */
.um-icon {
    margin-right: 8px;
    color: #00000;
    font-size: 20px;
    vertical-align: middle;
}

/* ===== SUBMIT BUTTON CENTERED ===== */
.um-form input[type="submit"],
.um a.um-button {
    background: #7061ab;
    color: #fff;
    font-size: 16px;
    padding: 12px 35px;
    border-radius: 8px;
    border: none;
    width: 200px;
    display: block;
    margin: 40px auto 0 auto;
    transition: background 0.3s ease;
}
.um-form input[type="submit"]:hover {
    background: #7061ab;
}

/* ===== RESPONSIVE (STACKED) FOR MOBILE ===== */
@media (max-width: 768px) {
    .um-form .um-field {
        width: 100% !important;
    }
}
.um-password-toggle {
    color: #7061ab;
    cursor: pointer;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8207224 */.um-field-password {
  position: relative;
}

.um-field-password input {
  padding-right: 40px !important;
}/* End custom CSS */