
.snd-header {
    display: none !important;
}

/* --- Wrapper Principal - */
.login-wrapper {
    min-height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'DM Sans', sans-serif;
    

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #ffffff; 
}

/* --- Conteúdo Central --- */
.login-container {
    width: 100%;
    max-width: 1100px;
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 80px;
    padding: 0 40px;
}

.login-left-side {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.login-title {
    font-size: 32px;
    color: #1e293b;
    font-weight: 700;
    margin-bottom: 50px;
}

.subdomain-input-wrapper {
    display: flex;
    align-items: center;
    border-bottom: 1.5px solid #e2e8f0;
    padding-bottom: 8px;
    margin-bottom: 15px;
    transition: border-color 0.3s;
}

.subdomain-input-wrapper:focus-within {
    border-color: #0f7ade;
}

.subdomain-input-wrapper input {
    border: none;
    outline: none;
    font-size: 18px;
    color: #1e293b;
    width: 100%;
    background: transparent;
}

.subdomain-suffix {
    font-size: 18px;
    color: #94a3b8;
}

.forgot-subdomain {
    display: inline-block;
    font-size: 14px;
    color: #94a3b8;

    margin-bottom: 45px;
}

.login-actions {
    display: flex;
    flex-direction: column;
    gap: 15px;
    max-width: 420px;
}

.btn-login {
    background-color: #0f7ade;
    color: #ffffff;
    border: none;
    padding: 1px;
    border-radius: 9px;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.3s;
}

.btn-login:hover {
    background-color: #0b5da8;
}

.btn-free-trial {
    text-align: center;
    padding: 14px;
    border: 2px solid #C0CFE2;
    border-radius: 8px;
    color: #64748b;
    text-decoration: none;
    font-size: 14px;
}


.login-right-side {
    display: flex;
    align-items: center;
    justify-content: center;
}

.branding-box {
    display: flex;
    align-items: center;
    gap: 25px;
    
}

.branding-box {
    margin-left: auto !important;
    margin-right: -100px !important; 
}
.login-logo {
    height: 140px;
    width: auto;
    flex-shrink: 0; 
    object-fit: contain;
}

.branding-divider {
    width: 1.5px;
    height: 35px;
    background-color: #cbd5e1;
}



.login-title {
    font-family:'DM Sans', sans-serif; 
    font-size: 38px; 
    color: #0F172A;
    font-weight: 700;
    margin-bottom: 50px;
    letter-spacing: -0.5px;
}


.subdomain-input-wrapper input {
    font-family: 'DM Sans', sans-serif;
    border: none;
    outline: none;
    font-size: 18px;
    color: #1e293b;
    font-weight: 500;
    width: 100%;
    background: transparent;
}

.subdomain-input-wrapper input::placeholder {
    color: #94A3B8;
    font-weight: 400;
}

.subdomain-suffix {
    font-family: 'DM Sans', sans-serif;
    font-size: 18px;
    color: #94a3b8;
    font-weight: 400;
}

.forgot-subdomain {
    display: inline-block;
    font-family: 'DM Sans', sans-serif;
    font-size: 14px;
    color: #94a3b8;
    font-weight: 500;
    text-decoration: underline;
    text-underline-offset: 4px; 
    margin-bottom: 45px;
    transition: color 0.3s;
}


.btn-login {
    font-family: 'DM Sans', sans-serif;
    background-color: #0f7ade;
    color: #ffffff;
    border: none;
    padding: 16px;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.3s;
}

.btn-free-trial {
    font-family: 'DM Sans', sans-serif;
    text-align: center;
    padding: 16px;
    border: 2px solid #C0CFE2;
    border-radius: 8px;
    color: #64748b;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.3s;
}


.branding-slogan {
    font-family:'DM Sans', sans-serif; 
    font-size: 24px;
    color: #94a3b8;
    font-weight: 400; 
    margin: 0;
    white-space: nowrap; 
}