/* Form Container */
#sebf_form {
    max-width: 540px;
    margin: 0 auto;
    padding: 0px;
    color: #000;
}

/* Form Field Section */
#sebf_form div {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

/* Email Input Field */
#sebf_email {
    padding: 15px 30px;
    /* border: 2px solid #52ae30; */
    /* border-radius: 5px; */
    width: 75%;
    box-sizing: border-box;
}

/* Subscribe Button */
#sebf_submit {
    background: #56150E;
    color: #000;
    outline: none;
    cursor: pointer;
    position: relative;
    border: none;
    color: #fff;
    font-size: 18px;
    padding: 15px 30px;
    min-width: 25%;
    font-weight: 500;
    display: inline-block;
    vertical-align: middle;
    box-shadow: none;
    text-shadow: none;
  
}

/* Checkbox and Label */
#sebf_agreement {
    margin-right: 5px;
}

label[for="sebf_agreement"] {
    color: #000;
}

/* Success Message */
#sebf_success_message {
    margin-top: 10px;
    padding: 10px;
    background-color: #52ae3000;
    border-bottom: 1px solid #3a422f;
    color: #3a422f;
    display: none;
    text-align: center;
}

/* Checkbox and Label */
#sebf_agreement {
    margin-right: 5px;
}

label[for="sebf_agreement"] {
    margin-left: 10px;
    /* Add margin-left to create space */
    color: #000;
}

.elementor-kit-8 input:not([type="button"]):not([type="submit"]), .elementor-kit-8 textarea, .elementor-kit-8 .elementor-field-textual{
	border-style: none;
}
input#sebf_email {
    outline: none;
    box-shadow: none;
    border: none;
}