.elementor-8370 .elementor-element.elementor-element-d35e303{--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-8370 .elementor-element.elementor-element-eccbfc9{--spacer-size:50px;}.elementor-8370 .elementor-element.elementor-element-eccbfc9 > .elementor-widget-container{height:auto;}.elementor-8370 .elementor-element.elementor-element-6a8d74c{--divider-border-style:solid;--divider-color:#000;--divider-border-width:3px;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;--e-w-ml:0px;--e-w-mr:0px;--divider-width:55%;}.elementor-8370 .elementor-element.elementor-element-6a8d74c > .elementor-widget-container{padding:0px 0px 0px 0px;}.elementor-8370 .elementor-element.elementor-element-6a8d74c .elementor-divider-separator{width:55%;margin:0 auto;margin-center:0;}.elementor-8370 .elementor-element.elementor-element-6a8d74c .elementor-divider{text-align:center;padding-block-start:15px;padding-block-end:15px;}.elementor-8370 .elementor-element.elementor-element-11caa89 > .elementor-widget-container{padding:0px 15px 0px 15px;}.elementor-8370 .elementor-element.elementor-element-11caa89{text-align:center;color:#000000;}.elementor-8370 .elementor-element.elementor-element-814fd86 > .elementor-widget-container{padding:0px 15px 0px 15px;}.elementor-8370 .elementor-element.elementor-element-814fd86.elementor-element{--align-self:center;}.elementor-8370 .elementor-element.elementor-element-814fd86{text-align:center;color:#000000;}.elementor-8370 .elementor-element.elementor-element-3056760{--spacer-size:50px;}.elementor-8370 .elementor-element.elementor-element-3056760 > .elementor-widget-container{height:auto;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-8370 .elementor-element.elementor-element-814fd86{width:var( --container-widget-width, 217px );max-width:217px;--container-widget-width:217px;--container-widget-flex-grow:0;}}@media(min-width:768px){.elementor-8370 .elementor-element.elementor-element-d35e303{--content-width:800px;}}/* Start custom CSS for wp-widget-uwp_register, class: .elementor-element-96b28f6 *//* General form styling for login and signup */
.customsignup,
.customlogin {
    font-family: 'Poppins', sans-serif !important;
    font-size: 12pt !important;
    color: black !important;
}

/* Input boxes for login and signup */
.customsignup input[type="text"],
.customsignup input[type="email"],
.customsignup input[type="tel"],
.customsignup input[type="password"],
.customsignup textarea,
.customlogin input[type="text"],
.customlogin input[type="email"],
.customlogin input[type="password"],
.customlogin textarea {
    border: 3px solid black !important;
    background-color: white !important;
    color: black !important;
    font-family: 'Poppins', sans-serif !important;
    font-size: 12pt !important;
    padding: 10px !important;
    border-radius: 0px !important; /* No rounded corners */
    width: 100% !important; /* Full width */
    box-sizing: border-box !important;
}

/* Buttons for login and signup */
.customsignup button,
.customsignup input[type="submit"],
.customlogin button,
.customlogin input[type="submit"] {
    border: 3px solid black !important; /* Black border */
    background-color: white !important; /* White background */
    color: black !important; /* Black text */
    font-family: 'Poppins', sans-serif !important;
    font-size: 12pt !important;
    font-weight: 500 !important;
    padding: 10px 20px !important;
    border-radius: 0px !important; /* No rounded corners */
    cursor: pointer !important;
    transition: background-color 0.3s ease !important, color 0.3s ease !important;
}

/* Button hover effect for login and signup */
.customsignup button:hover,
.customsignup input[type="submit"]:hover,
.customlogin button:hover,
.customlogin input[type="submit"]:hover {
    background-color: #8be8af !important; /* Hover color */
    color: black !important; /* Keep text black */
}

/* Input focus style for login and signup */
.customsignup input[type="text"]:focus,
.customsignup input[type="email"]:focus,
.customsignup input[type="password"]:focus,
.customsignup textarea:focus,
.customlogin input[type="text"]:focus,
.customlogin input[type="email"]:focus,
.customlogin input[type="password"]:focus,
.customlogin textarea:focus {
    border: 3px solid #ff9696 !important; /* Change this to your desired border color */
    outline: none !important; /* Remove default focus outline */
  
}
.uwp-footer-link.uwp-login-now {
    visibility: hidden;
}/* End custom CSS */