.elementor-2067 .elementor-element.elementor-element-4c45f154{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:100px;--padding-bottom:100px;--padding-left:0px;--padding-right:0px;}.elementor-2067 .elementor-element.elementor-element-4c45f154.e-con{--flex-grow:0;--flex-shrink:0;}@media(min-width:768px){.elementor-2067 .elementor-element.elementor-element-4c45f154{--width:111.986%;}}/* Start custom CSS for shortcode, class: .elementor-element-5edd58c6 */.um-form input,
.um-form textarea,
.um-form select,
.um-form label {
    color: black !important;
}
.um-form input::placeholder,
.um-form textarea::placeholder {
    color: black !important;
    opacity: 1; /* Optional: Ensures full opacity */
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-4c45f154 *//* Style the "Register Now" Button */
.um-login .um-row._um_row_3 .um-col-alt .um-button {
    background-color: #23364b;
    color: #fff;
    border: none;
    padding: 12px 24px;
    border-radius: 25px;
    text-transform: uppercase;
    font-weight: bold;
    box-shadow: 0px 4px 10px rgba(35, 54, 75, 0.3);
    transition: all 0.3s ease-in-out;
}

.um-login .um-row._um_row_3 .um-col-alt .um-button:hover {
    background-color: #1a2b3e;
    box-shadow: 0px 6px 14px rgba(35, 54, 75, 0.5);
    transform: translateY(-3px);
}

/* Style the login and register buttons */
.um-form input[type="submit"].um-button {
    background-color: #23364b;
    color: #fff;
    border: none;
    padding: 14px 28px;
    border-radius: 25px;
    text-transform: uppercase;
    font-weight: bold;
    box-shadow: 0px 4px 10px rgba(35, 54, 75, 0.3);
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.um-form input[type="submit"].um-button:hover {
    background-color: #1a2b3e;
    box-shadow: 0px 6px 14px rgba(35, 54, 75, 0.5);
    transform: translateY(-3px);
}

/* Style the form fields */
.um-form .um-field-area input[type="text"],
.um-form .um-field-area input[type="password"],
.um-form .um-field-area input[type="email"] {
    border: 1px solid #ced4da;
    padding: 14px 20px;
    border-radius: 25px;
    background-color: #f8f9fa;
    font-size: 16px;
    transition: all 0.3s ease-in-out;
    box-shadow: inset 0px 2px 5px rgba(0, 0, 0, 0.1);
}

.um-form .um-field-area input[type="text"]:focus,
.um-form .um-field-area input[type="password"]:focus,
.um-form .um-field-area input[type="email"]:focus {
    border-color: #23364b;
    background-color: #fff;
    box-shadow: 0px 0px 10px rgba(35, 54, 75, 0.2);
}

/* Style the form labels */
.um-form .um-field-label {
    font-weight: bold;
    color: #333;
    margin-bottom: 8px;
    font-size: 14px;
    text-transform: uppercase;
}

/* Style the form containers */
.um-form .um-field {
    margin-bottom: 20px;
}/* End custom CSS */