.elementor-782 .elementor-element.elementor-element-e1c28f1{--display:flex;}#elementor-popup-modal-782{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-782 .dialog-message{width:400px;height:auto;}#elementor-popup-modal-782 .dialog-close-button{display:flex;}#elementor-popup-modal-782 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}/* Start custom CSS */#loginform {
    max-width: 360px;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 8px;
    background: #fff;
    font-family: sans-serif;
}

#loginform input[type="text"],
#loginform input[type="password"] {
    width: 100%;
    padding: 10px;
    margin-top: 4px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 6px;
}

#loginform input[type="checkbox"] {
    margin-right: 6px;
}

#loginform .botao-login {
    background-color: #2c4e93;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
}

#loginform .botao-login:hover {
    background-color: #1a3972;
}

#loginform a {
    font-size: 13px;
    color: #0073aa;
    text-decoration: none;
}

#loginform a:hover {
    text-decoration: underline;
}

.botao-logout {
    display: inline-block;
    background-color: #ff4d4d;
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 6px;
    font-weight: bold;
    transition: background 0.3s ease;
}

.botao-logout:hover {
    background-color: #cc0000;
}/* End custom CSS */