#find-my-account-form input[type="email"] {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #dddddd;
    border-radius: 4px;
    font-size: 1em;
}


#find-my-account-form button,
#link-my-account,
#guest-register {
    width: 100%;
    padding: 12px 0;
    font-size: 1em;
    color: #ffffff;
    background-color: #00008b;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    text-align: center;
    display: block;
    margin-top: 10px;
}

#find-my-account-form button:hover,
#link-my-account:hover,
#guest-register:hover {
    background-color: #AADB1F;
}


#find-account-response p {
    font-size: 0.9em;
    color: #ff0000;
    text-align: center;
    margin-top: 15px;
}


#find-account-response p {
    font-size: 1em;
    color: #333333;
}

.find-my-account-section {
    
        padding: 30px;
    box-shadow: 0px 0px 10px 0 #00000014;
    width: 100%;
    margin-bottom : 15px;
}
.woocommerce-account .find-my-account-section {
    
        padding: 0;
    box-shadow: none;
    width: 100%;
    margin-bottom : 15px;
}

.woocommerce-account .elementor-shortcode .find-my-account-section{
    display:flex;
    justify-content:space-between;
    flex-direction:column;
}

.elementor-shortcode .find-my-account-section h3{
    font-family: Inter;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: -0.5px;
    line-height: 1.25;
    text-align:center;
    margin-bottom: .3em;
    margin-bottom:20px!important;
    
}



.woocommerce-account .find-my-account-section p {
    text-align:center;
    margin-bottom:20px!important;
}

.woocommerce-account .find-my-account-section #find-floorzap-account-trigger {
    margin:auto!important;
    width:fit-content;
    display:block;
    font-weight:600;
    font-size:15px;
}

@media (max-width:800px) {

    .elementor-shortcode .find-my-account-section {
        padding: 10px;
    }

    .elementor-shortcode .find-my-account-section h3{ 
        text-align:left;

     }
     .woocommerce-account .find-my-account-section p {
        text-align:left;
     }
     .woocommerce-account .find-my-account-section #find-floorzap-account-trigger {
        margin: 0!important;;
     }
}



@media (min-width: 993px) {
    .woocommerce-checkout .find-my-account-section {
        width: 57%;
    }
}

.find-my-account-section a {
    margin-bottom:0!important;
}


.find-my-account-section #login-button:hover {
	color:#00008b!important;
}

#find-my-account-trigger:hover {
    background: #005a87;
    color: #ffffff;
}
#login-button:hover {
    background-color: #00008b;
    color: #ffffff;
    border: 2px solid #00008b;
}

.floorzap-account-linking-popup {
    display: block; 
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1501;
    opacity: 0; 
    visibility: hidden; 
    transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out; 
}

.floorzap-account-linking-popup.show {
    opacity: 1; 
    visibility: visible;
}

.find-my-account-form-section {
    position:absolute;
    padding: 28px;
    border-radius: 5px;
    border: 1px none #000000;
    box-shadow: 0px 10px 25px 4px rgba(2, 2, 2, 0.50);
    background-color: rgba(255, 255, 255, 1.00);
    min-width: 0%;
    max-width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 1;
    display: block;
    
    width: 60%;
}

@media (max-width : 800px) {
    .find-my-account-form-section {
        
        
        width: 80%;
    }

    
}

.floorzap-account-linking-popup .floorzap-popup-overlay{
    position:absolute;
    background-color: rgba(0, 0, 0, 0.70);
    height:100%;
    width:100%;
    cursor:pointer;
}

.find-my-account-form-section .close-floorzap-popup.xBtn {
    position: absolute;
    height: 28px;
    width: 28px;
    left: auto;
    right: 8px;
    bottom: auto;
    top: 8px;
    padding: 4px;
    color: #ffffff;
    font-family: Times New Roman;
    font-weight: 100;
    font-size: 20px;
    line-height: 20px;
    border: 1px none #ffffff;
    border-radius: 42px;
    box-shadow: 0px 0px 0px 0px rgba(2, 2, 2, 0.23);
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.23);
    background-color: rgba(49, 91, 124, 1.00);
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    min-width: 1em;
    z-index: 2;
}