.elementor-564 .elementor-element.elementor-element-d56c6f5{--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;--margin-top:010px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-564 .elementor-element.elementor-element-323c548 > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-564 .elementor-element.elementor-element-aa74ceb{--display:flex;}.elementor-564 .elementor-element.elementor-element-2cd05e7d > .elementor-widget-container{margin:-10px 0px 0px 0px;}.elementor-564 .elementor-element.elementor-element-8412a80{text-align:center;}/* Start custom CSS for container, class: .elementor-element-aa74ceb *//* Container styling */
.page-id-564 {
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    padding: 40px;
    max-width: 500px;
    margin: 0 auto;
    height: 700px;
    margin-top: 80px;
}

/* Form header styling */
.um-login .um-form {
    font-family: 'Segoe UI', Roboto, 'Helvetica Neue', sans-serif;
}

/* Field labels */
.um-field-label label {
    color: #333;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 8px;
    display: block;
}

/* Input fields */
.um-field-area input[type="text"],
.um-field-area input[type="password"] {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    transition: border-color 0.3s ease;
    box-sizing: border-box;
    margin-bottom: 15px;
}

.um-field-area input[type="text"]:focus,
.um-field-area input[type="password"]:focus {
    border-color: #4a90e2;
    outline: none;
    box-shadow: 0 0 0 2px rgba(74, 144, 226, 0.2);
}

/* Checkbox styling */
.um-field-checkbox {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    cursor: pointer;
}

.um-field-checkbox input {
    margin-right: 10px;
}

.um-field-checkbox-option {
    font-size: 14px;
    color: #555;
}

/* Button styling */
.um-button {
    display: inline-block;
    padding: 12px 24px;
    border-radius: 4px;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
    border: none;
    font-size: 14px;
}

#um-submit-btn {
    background-color: #4a90e2;
    color: white;
}

#um-submit-btn:hover {
    background-color: #3a7bc8;
}

.um-button.um-alt {
    background-color: #f5f5f5;
    color: #333;
}

.um-button.um-alt:hover {
    background-color: #e0e0e0;
}

/* Link styling */
.um-link-alt {
    color: #4a90e2;
    text-decoration: none;
    font-size: 14px;
    display: inline-block;
    margin-top: 15px;
}

.um-link-alt:hover {
    text-decoration: underline;
}

/* Terms and conditions text */
.elementor-element.elementor-element-8412a80 p {
    font-size: 12px;
    color: #666;
    margin-top: 25px;
    text-align: center;
    line-height: 1.5;
}

.elementor-element.elementor-element-8412a80 a {
    color: #4a90e2;
    text-decoration: none;
}

.elementor-element.elementor-element-8412a80 a:hover {
    text-decoration: underline;
}

/* Responsive adjustments */
@media (max-width: 480px) {
    .elementor-element.elementor-element-aa74ceb.e-con-boxed {
        padding: 30px 20px;
    }
    
    .um-left.um-half,
    .um-right.um-half {
        width: 100%;
        margin-bottom: 10px;
    }
    
    .um-right.um-half {
        margin-bottom: 0;
    }
}

  .divider {
    display: flex;
    align-items: center;
    margin: 16px 0px -5px 0px !important;
    color: #777;
    font-size: 14px;
  }
  
  .divider::before,
  .divider::after {
    content: "";
    flex: 1;
    border-bottom: 1px solid #e0e0e0 !important;
  }
  
  .divider::before {
    margin-right: 10px;
  }
  
  .divider::after {
    margin-left: 10px;
  }/* End custom CSS */