.elementor-4255 .elementor-element.elementor-element-a318f16{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:space-around;}.elementor-4255 .elementor-element.elementor-element-0fde4d7{--display:flex;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );border-style:solid;--border-style:solid;border-color:var( --e-global-color-5faaf37 );--border-color:var( --e-global-color-5faaf37 );--border-radius:15px 15px 15px 15px;--margin-top:0px;--margin-bottom:100px;--margin-left:20px;--margin-right:0px;--padding-top:10px;--padding-bottom:050px;--padding-left:20px;--padding-right:20px;}.elementor-4255 .elementor-element.elementor-element-2b37528{--display:flex;}.elementor-4255 .elementor-element.elementor-element-e060f72{text-align:center;}.elementor-4255 .elementor-element.elementor-element-e060f72 .elementor-heading-title{font-family:"Kanit", Sans-serif;font-size:30px;font-weight:600;text-transform:uppercase;color:var( --e-global-color-5faaf37 );}.elementor-4255 .elementor-element.elementor-element-9cfbbce{--display:flex;}.elementor-4255 .elementor-element.elementor-element-63c041d .jet-inline-svg__wrapper{text-align:center;}.elementor-4255 .elementor-element.elementor-element-1015efa{--display:flex;}.elementor-4255 .elementor-element.elementor-element-eddae69{--divider-border-style:solid;--divider-color:var( --e-global-color-5faaf37 );--divider-border-width:2px;}.elementor-4255 .elementor-element.elementor-element-eddae69 > .elementor-widget-container{margin:-30px 0px 0px 0px;}.elementor-4255 .elementor-element.elementor-element-eddae69 .elementor-divider-separator{width:35%;margin:0 auto;margin-center:0;}.elementor-4255 .elementor-element.elementor-element-eddae69 .elementor-divider{text-align:center;padding-block-start:15px;padding-block-end:15px;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-4255 .elementor-element.elementor-element-a318f16{--content-width:1600px;}.elementor-4255 .elementor-element.elementor-element-0fde4d7{--width:66.6666%;}}/* Start custom CSS for shortcode, class: .elementor-element-485ec9f *//* Style the submit button */
input[type="submit"][name="wp-submit"],
.login-submit input[type="submit"],
#wp-submit {
    background-color: #5E4300 !important;
    color: #DFAF36CC !important;
    border: none !important;
}

/* Hover state with reversed colors */
input[type="submit"][name="wp-submit"]:hover,
.login-submit input[type="submit"]:hover,
#wp-submit:hover {
    background-color: #DFAF36CC !important;
    color: #5E4300 !important;
}

.login_magic_success .login_success_icon img {
    filter: invert(1) brightness(1);
}

/* Make Continue button match Log In button styling */
#fls_magic_submit {
    background: #B8860B !important; /* Same gold color as Log In button */
    border: 0 !important;
    border-radius: 5px !important;
    color: #fff !important;
    padding: 10px 15px !important;
    width: 100% !important;
    font-family: inherit !important;
    font-size: inherit !important;
    font-weight: inherit !important;
    transition: background-color 0.3s ease !important;
}

/* Hover effect to match Log In button */
#fls_magic_submit:hover {
    background: #9A7209 !important; /* Darker gold on hover */
    cursor: pointer !important;
}

/* Focus state for accessibility */
#fls_magic_submit:focus {
    outline: 2px solid #fff !important;
    outline-offset: 2px !important;
}
/* Make Reset Password button match Log In button styling */
#fls_reset_pass {
    background: #B8860B !important; /* Same gold color as Log In button */
    border: 0 !important;
    border-radius: 5px !important;
    color: #fff !important;
    padding: 10px 15px !important;
    width: 100% !important;
    font-family: inherit !important;
    font-size: inherit !important;
    font-weight: inherit !important;
    transition: background-color 0.3s ease !important;
    cursor: pointer !important;
}

/* Hover effect to match Log In button */
#fls_reset_pass:hover {
    background: #9A7209 !important; /* Darker gold on hover */
}

/* Focus state for accessibility */
#fls_reset_pass:focus {
    outline: 2px solid #fff !important;
    outline-offset: 2px !important;
}

/* Loading state styling */
#fls_reset_pass.fls_loading {
    background: rgba(184, 134, 11, 0.6) !important; /* Semi-transparent gold when loading */
    cursor: wait !important;
}

/* Ensure the text color stays white in loading state */
#fls_reset_pass.fls_loading span {
    color: #fff !important;
}/* End custom CSS */