/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.4.1758908205
Updated: 2025-09-26 14:36:45

*/

/* ===============================
   Sistema de Login + Reset de Senha
   =============================== */

.sistema-login-wrapper {
    max-width: 400px;
    margin: 40px auto;
    padding: 25px;
    font-family: 'Poppins', sans-serif;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.08);
}

.sistema-login-wrapper h3 {
    text-align: center;
    color: #2E0F5A;
    margin-bottom: 20px;
}

.sistema-login-wrapper form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.sistema-login-wrapper input[type="text"],
.sistema-login-wrapper input[type="password"],
.sistema-login-wrapper input[type="email"] {
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 6px;
    width: 100%;
}

.sistema-login-wrapper input[type="submit"] {
    background: linear-gradient(45deg,#ff00e2,#8906e6);
    border: none;
    color: #fff;
    font-weight: 600;
    padding: 12px;
    border-radius: 6px;
    cursor: pointer;
    transition: 0.2s;
}

.sistema-login-wrapper input[type="submit"]:hover {
    opacity: 0.9;
}

.sistema-login-wrapper .link {
    text-align: center;
    margin-top: 10px;
}

.sistema-login-wrapper .link a {
    color: #8906e6;
    font-size: 14px;
    text-decoration: none;
}

.btn-logout {
    display: inline-block;
    background: #f44336;
    color: #fff;
    padding: 8px 16px;
    border-radius: 6px;
    text-decoration: none;
}
