.elementor-3402 .elementor-element.elementor-element-4e1329c1{--display:flex;--margin-top:80px;--margin-bottom:80px;--margin-left:0px;--margin-right:0px;}.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-3402 .elementor-element.elementor-element-2278ac1{text-align:center;}/* Start custom CSS for shortcode, class: .elementor-element-7e4537ee *//* Labels with white text */
label {
    color: #ffffff;
    font-family: Poppins !important;
    font-weight: normal !important;
    font-size: 16px !important;
}

/* Inputs with white text, dark background, and rounded borders */
input[type="text"], 
input[type="password"], 
input[type="email"] {
    background-color: #222222 !important;
    color: #ffffff !important;
    border: 1px solid #555555;
    border-radius: 15px !important;
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
    font-family: Poppins !important;
    font-weight: normal !important;
    font-size: 16px !important;
}

/* Adjust focus styles for accessibility */
input[type="text"]:focus, 
input[type="password"]:focus, 
input[type="email"]:focus {
    outline: none;
    border-color: #888888;
    box-shadow: 0 0 5px #888888;
}

/* Buttons */
input[type="submit"], 
a.um-button.um-alt {
    background-color: #444444;
    color: #ffffff;
    border: none;
    padding: 10px 20px;
    border-radius: 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
}

input[type="submit"]:hover, 
a.um-button.um-alt:hover {
    background-color: #666666;
}

/* Clear floats */
.um-clear {
    clear: both;
}

/* Align buttons */
.um-left.um-half, .um-right.um-half {
    width: 48%;
    display: inline-block;
    vertical-align: middle;
}

.um-left.um-half {
    text-align: left;
}

.um-right.um-half {
    text-align: right;
}/* End custom CSS */