/* static/login.css - Estilos específicos do login */
input[type="text"], input[type="password"] {
    font-family: inherit;
}
input::placeholder {
    color: #8e8e8e;
    font-weight: 400;
}
