.elementor-2369 .elementor-element.elementor-element-570ff0c{--display:flex;}.elementor-2369 .elementor-element.elementor-element-edf6158{text-align:center;}.elementor-2369 .elementor-element.elementor-element-edf6158 .elementor-heading-title{font-family:"Hind Siliguri", Sans-serif;font-weight:800;}.elementor-2369 .elementor-element.elementor-element-942ed7a{font-family:"Hind Siliguri", Sans-serif;}.elementor-2369 .elementor-element.elementor-element-4b9470e .elementor-heading-title{font-family:"Hind Siliguri", Sans-serif;}.elementor-2369 .elementor-element.elementor-element-e65c455{font-family:"Hind Siliguri", Sans-serif;}/* Start custom CSS for html, class: .elementor-element-f695559 *//* Make form wrapper clean and remove hardcoded dark background */
#washesFrmContainer > div {
    background-color: #f8f9fa !important;
    border: 1px solid #e5e7eb;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

/* Style the input fields and dropdowns */
.contH {
    width: 100%;
    padding: 14px 18px;
    margin-bottom: 5px;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    font-size: 16px;
    background-color: #ffffff;
    color: #333333;
    outline: none;
}

.contH:focus {
    border-color: #2b6cb0;
}

/* Make action buttons full-width and modern */
#btnLogin, #resultContainerEmailBtn {
    background-color: #1a56db; /* Match passusa.com button color */
    color: #ffffff;
    font-weight: 700;
    font-size: 16px;
    border-radius: 6px;
    padding: 16px;
    border: none;
    width: 100%;
    cursor: pointer;
    transition: background-color 0.3s;
}

#btnLogin:hover, #resultContainerEmailBtn:hover {
    background-color: #1e40af;
}

/* Style the reset buttons */
#reset, #resultContainerResetLink {
    background-color: #e5e7eb;
    color: #374151;
    font-weight: 700;
    font-size: 16px;
    border-radius: 6px;
    padding: 16px;
    border: none;
    width: 100%;
    margin-top: 15px;
    cursor: pointer;
    transition: background-color 0.3s;
}

#reset:hover, #resultContainerResetLink:hover {
    background-color: #d1d5db;
}

/* Fix warning text color */
#washesFrmContainer p {
    color: #dc2626 !important;
    font-size: 13px;
    margin-top: 5px;
    margin-bottom: 15px;
}/* End custom CSS */