/*
Theme Name: DDCreative
Theme URI: https://ddcreative.com.br
Author: DD Marketing e Midias LTDA (David Kenny)
Author URI: https://ddcreative.com.br
Description: Tema Core Exclusivo da DDCreative. Somos a DD Marketing e Midias LTDA, especializados em desenvolver ecossistemas digitais de alta performance, frameworks de regras de negócios avançadas e interfaces UI/UX premium para elevar os resultados de nossos clientes.
Version: 1.1.2
License: Proibido a comercialização
Text Domain: ddcreative
*/

/* ==========================================================================
   ESTILOS DOS TEMPLATES DE AUTENTICAÇÃO (LOGIN, CADASTRO, RECUPERAÇÃO)
   ========================================================================== */

.ddcreative-auth-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 80vh;
    padding: 40px 20px;
    background-color: #f8fafc;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.ddcreative-auth-container {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 40px;
    width: 100%;
    max-width: 450px;
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.05);
}

.ddcreative-auth-container h2.auth-title {
    text-align: center;
    margin-top: 0;
    margin-bottom: 25px;
    color: #0f172a;
    font-size: 24px;
    font-weight: 700;
}

.auth-form-box p {
    margin-bottom: 20px;
}

.auth-form-box label {
    display: block;
    font-size: 14px;
    color: #475569;
    font-weight: 500;
    margin-bottom: 8px;
}

.auth-form-box input[type="text"],
.auth-form-box input[type="email"],
.auth-form-box input[type="password"] {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    font-size: 15px;
    color: #1e293b;
    transition: all 0.3s ease;
    box-sizing: border-box;
}

.auth-form-box input[type="text"]:focus,
.auth-form-box input[type="email"]:focus,
.auth-form-box input[type="password"]:focus {
    border-color: #00a3ff;
    box-shadow: 0 0 0 3px rgba(0, 163, 255, 0.15);
    outline: none;
}

.auth-form-box input[type="submit"] {
    width: 100%;
    background: #00a3ff;
    color: white;
    border: none;
    padding: 14px 20px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s ease;
}

.auth-form-box input[type="submit"]:hover {
    background: #0087d1;
}

.auth-links {
    margin-top: 25px;
    text-align: center;
    font-size: 14px;
}

.auth-links a {
    color: #00a3ff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.auth-links a:hover {
    color: #0056b3;
}

.auth-sep {
    color: #cbd5e1;
    margin: 0 10px;
}
