
div#reset-new-password-group {
    margin: 11px 0 26px;
}


img.vgi-logo {
    height: 88px;
}

.login-loggedin .sair {
    color: #ff5faa;
}
.login-loggedin {
    background: #fff;
    padding: 20px;
    border-radius: 20px;
    font-family: "Source Sans Pro" !important;
    color: black;
    text-align: center;
}

.login-loggedin ul {
    display: flex;
    list-style: none;
    padding: 0;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
    gap: 3px;
}

.login-loggedin ul li {
    background: #ebebeb;
    width: 100%;
    text-align: center;
    border-radius: 10px;
   
    padding: 8px;
}


.login-loggedin ul li a {
 color: #000 !important;
}


body.login-page {
    font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, sans-serif;
    background: #f0f2f5;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 20px;
}

/* ===== WRAPPER ===== */
.login-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Source Sans Pro";

}

/* ===== CONTAINER ===== */
.login-container {
    background: #ffffff;
    border-radius: 40px;
    padding: 40px 32px 32px;
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.06), 0 2px 8px rgba(0, 0, 0, 0.03);
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

/* ===== HEADER ===== */
.login-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    text-align: center;
}

.login-header h1 {
    font-size: 28px;
    font-weight: 600;
    color: #000000;
    letter-spacing: -0.5px;
    margin: 0;
}

.login-header p {
    font-size: 15px;
    color: #6b7280;
    margin: 0;
}

/* ===== FORMULÁRIO ===== */
.login-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* ===== CAMPOS ===== */
.form-group {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.form-group label {
    font-size: 14px;
    font-weight: 500;
    color: #111827;
    letter-spacing: 0.3px;
}

.form-group input[type="email"],
.form-group input[type="text"],
.form-group input[type="password"] {
    width: 100%;
    padding: 12px 14px;
    border: 1.5px solid #e5e7eb;
    border-radius: 8px;
    font-size: 15px;
    font-family: "Source Sans Pro", sans-serif;
    background: #fafafa;
    color: #111827;
    transition: border-color 0.2s, box-shadow 0.2s, background 0.2s;
}

.form-group input:focus {
    outline: none;
    border-color: #000000;
    background: #ffffff;
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.04);
}

/* ===== WRAPPER SENHA ===== */
.password-wrapper {
    display: flex;
    align-items: center;
    position: relative;
}

.password-wrapper input {
    flex: 1;
    padding-right: 44px;
}

.toggle-password {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    font-size: 20px;
    padding: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #9ca3af;
    transition: color 0.2s;
}

.toggle-password:hover {
    color: #000000;
}

/* ===== LEMBRAR + PERDEU SENHA ===== */
.remember-me {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}

.remember-me label {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 400;
    color: #111827;
    cursor: pointer;
}

.remember-me input[type="checkbox"] {
    width: 17px;
    height: 17px;
    margin: 0;
    accent-color: #000000;
    cursor: pointer;
    border-radius: 4px;
}

.forgot-password {
    font-size: 16px;
    color: #ff5faa;
    border-bottom: 1.5px solid transparent;
    transition: border-color 0.2s;
    font-weight: 400;
    text-align: center;
    text-decoration: underline !important;
}


/* ===== MENSAGENS ===== */
.login-message {
    padding: 12px 14px;
    border-radius: 8px;
    font-size: 14px;
    display: none;
    border: 1.5px solid transparent;
    font-weight: 500;
    gap: 8px;
    align-items: center;
}

.login-message.error {
    display: flex;
    background: #fef2f2;
    color: #fd5faa;
    border-color: #fdd5e3;
     line-height: 1.3em;  
    flex-direction: row;
    justify-content: center;
}

.login-message.success {
    display: flex;
    background: #f0fdf4;
    color: #0abda0;
    border-color: #bbf7d0;
     display: flex;
   text-align: center;
   line-height: 1.3em;  
    flex-direction: row;
    justify-content: center;
}

/* ===== BOTÃO ===== */
.login-button {
    width: 100%;
    padding: 14px;
    background: #000000;
    color: #ffffff;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    font-family: "Source Sans Pro", sans-serif;
    cursor: pointer;
    transition: background 0.2s, transform 0.1s, box-shadow 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    letter-spacing: 0.4px;
}

.login-button:hover {
    background: #1f2937;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.login-button:active {
    transform: scale(0.97);
}

.login-button:disabled {
    opacity: 0.6;
    cursor: not-allowed;
    box-shadow: none;
}

.button-loader {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}