body {
    background: #e3f2fd;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.login-container {
    max-width: 400px;
    margin: 100px auto;
    background: white;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.tarefa-card {
    background: white;
    padding: 15px;
    border-left: 4px solid #1976d2;
    border-radius: 5px;
    box-shadow: 0px 1px 3px rgba(0,0,0,0.1);
    margin-bottom: 10px;
}

.text-primary {
    color: #1976d2 !important;
}
