.elementor-232 .elementor-element.elementor-element-cfc1bd7{--display:flex;--background-transition:0.3s;}:root{--page-title-display:none;}/* Start custom CSS for shortcode, class: .elementor-element-a8969ba *//* Form container */
.woocommerce form.login,
.woocommerce form.register {
    border: none;
    padding: 30px;
    background-color: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 51, 102, 0.1);
    border-radius: 8px;
    max-width: 400px;
    margin: 40px auto;
}

/* Labels */
.woocommerce form .form-row label {
    color: #003366;
    font-weight: 600;
    margin-bottom: 8px;
    display: block;
}

/* Input fields */
.woocommerce form .form-row input.input-text {
    border: 2px solid #e0e0e0;
    border-radius: 6px;
    padding: 12px 15px;
    height: 50px;
    font-size: 16px;
    transition: all 0.3s ease;
}

.woocommerce form .form-row input.input-text:focus {
    border-color: #33CC99;
    box-shadow: 0 0 0 2px rgba(51, 204, 153, 0.2);
    outline: none;
}

/* Buttons */
.woocommerce form .form-row input.button {
    background-color: #33CC99;
    color: #ffffff;
    border: none;
    border-radius: 6px;
    padding: 15px 25px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    cursor: pointer;
    width: 100%;
    margin-top: 20px;
}

.woocommerce form .form-row select {
    border: 2px solid #e0e0e0;
    border-radius: 6px;
    padding: 12px 15px;
    height: 50px;
    font-size: 16px;
    transition: all 0.3s ease;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url('data:image/svg+xml;utf8,<svg fill="%23000000" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/><path d="M0 0h24v24H0z" fill="none"/></svg>') 98% / 15px no-repeat #fff;
}

.woocommerce form .form-row select:focus {
    border-color: #33CC99;
    box-shadow: 0 0 0 2px rgba(51, 204, 153, 0.2);
    outline: none;
}


.woocommerce form .form-row input.button:hover {
    background-color: #003366;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 51, 102, 0.2);
}

/* Links */
.woocommerce-form-login__rememberme,
.woocommerce-LostPassword a {
    color: #003366;
    text-decoration: none;
    transition: color 0.3s ease;
}

.woocommerce-LostPassword a:hover {
    color: #33CC99;
}

/* Checkbox */
.woocommerce form .form-row .input-checkbox {
    margin-right: 10px;
}

/* Error messages */
.woocommerce-error {
    border-color: #ff6b6b;
    background-color: #ffe5e5;
    color: #ff6b6b;
    border-radius: 6px;
    padding: 15px;
    font-weight: 600;
    margin-bottom: 20px;
}

/* Success messages */
.woocommerce-message {
    border-color: #33CC99;
    background-color: #e6fff5;
    color: #33CC99;
    border-radius: 6px;
    padding: 15px;
    font-weight: 600;
    margin
}
/* Style for the disclaimer text */
.woocommerce-privacy-policy-text {
    background-color: #f8f8f8;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    padding: 15px;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.5;
    color: #003366;
}

.woocommerce-privacy-policy-text p {
    margin: 0;
}

.woocommerce-privacy-policy-text a {
    color: #33CC99;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

.woocommerce-privacy-policy-text a:hover {
    color: #003366;
    text-decoration: underline;
}

/* Style for both login and registration buttons */
.woocommerce form.login .woocommerce-form-login__submit,
.woocommerce form.register .woocommerce-form-register__submit {
    background-color: #33CC99;
    color: #ffffff;
    border: none;
    border-radius: 6px;
    padding: 15px 25px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    cursor: pointer;
    width: 100%;
    margin-top: 20px;
}

.woocommerce form.login .woocommerce-form-login__submit:hover,
.woocommerce form.register .woocommerce-form-register__submit:hover {
    background-color: #003366;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 51, 102, 0.2);
}

/* Clean button style when focused */
.woocommerce form.login .woocommerce-form-login__submit:focus,
.woocommerce form.register .woocommerce-form-register__submit:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(51, 204, 153, 0.5);
}

/* Style for "Remember me" checkbox */
.woocommerce form.login .woocommerce-form-login__rememberme {
    margin-bottom: 15px;
    display: block;
    color: #003366;
}

/* Style for "Lost your password?" link */
.woocommerce form.login .woocommerce-LostPassword {
    margin-top: 15px;
    text-align: center;
}

.woocommerce form.login .woocommerce-LostPassword a {
    color: #003366;
    text-decoration: none;
    transition: color 0.3s ease;
}

.woocommerce form.login .woocommerce-LostPassword a:hover {
    color: #33CC99;
    text-decoration: underline;
}/* End custom CSS */